Searched refs:groups (Results 1 – 19 of 19) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_ecdh.data | 96 ECDH get_params with mismatched groups: our BP256R1, their SECP256R1 100 ECDH get_params with mismatched groups: their SECP256R1, our BP256R1
|
D | test_suite_aes.xts.data | 34 # http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
|
D | test_suite_ssl.data | 3109 Test configuration of groups for DHE through mbedtls_ssl_conf_curves() 3112 Test configuration of groups for DHE through mbedtls_ssl_conf_groups()
|
/mbedtls-latest/tests/scripts/ |
D | docker_env.sh | 46 if groups | grep docker > /dev/null; then
|
D | check_names.py | 618 for group in identifier.groups():
|
/mbedtls-latest/programs/ssl/ |
D | ssl_test_lib.c | 601 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len) in parse_groups() argument 603 char *p = (char *) groups; in parse_groups()
|
D | ssl_client2.c | 521 const char *groups; /* list of supported groups */ member 977 opt.groups = DFL_GROUPS; in main() 1251 opt.groups = q; in main() 1579 if (opt.groups != NULL) { in main() 1580 if (parse_groups(opt.groups, group_list, GROUP_LIST_SIZE) != 0) { in main() 1992 if (opt.groups != NULL && in main() 1993 strcmp(opt.groups, "default") != 0) { in main()
|
D | ssl_test_lib.h | 328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
|
D | ssl_server2.c | 671 const char *groups; /* list of supported groups */ member 1759 opt.groups = DFL_GROUPS; in main() 1988 opt.groups = q; in main() 2467 if (opt.groups != NULL) { in main() 2468 if (parse_groups(opt.groups, group_list, GROUP_LIST_SIZE) != 0) { in main() 3174 if (opt.groups != NULL && in main() 3175 strcmp(opt.groups, "default") != 0) { in main()
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-limitations.md | 52 7919 which allows use of named groups in TLS 1.2 - however as this is only an 56 In TLS 1.3 the situation will be simpler: named groups are the only 58 coincidentally, all the groups used by RFC 7919 and TLS 1.3 are included 78 client-side the only option is to offer named groups and break the handshake
|
D | psa-legacy-bridges.md | 137 …groups, whereas legacy only supports ad hoc groups. An existing application referring to `MBEDTLS_…
|
D | md-cipher-dispatch.md | 97 We can classify code that implements or uses cryptographic mechanisms into several groups:
|
/mbedtls-latest/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 102 #### Configuration symbols for Diffie-Hellman groups 104 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`). 106 …pecialized for any particular group, so reducing the number of available groups at compile time on… 221 Way to request only specific groups? Not a priority: constrained devices don't do FFDH. Specify it …
|
D | psa-driver-interface.md | 168 … be used instead of a curve or group to indicate that the capability concerns all curves or groups.
|
/mbedtls-latest/docs/architecture/ |
D | tls13-support.md | 61 - Supported groups: depends on the library configuration. 62 Potentially all ECDHE groups: 65 Potentially all DHE groups:
|
/mbedtls-latest/docs/ |
D | driver-only-builds.md | 280 Note that the PSA API only supports FFDH with RFC 7919 groups, whereas the 281 Mbed TLS legacy API supports custom groups. As a consequence, the TLS layer
|
D | psa-transition.md | 424 The PSA API groups functions by purpose rather than by underlying primitive: there is a MAC API (eq… 766 The PSA API only supports Diffie-Hellman with predefined groups. A group is fully determined by a g… 1215 The PSA API for finite-field Diffie-Hellman only supports predefined groups. Therefore there is no …
|
/mbedtls-latest/include/mbedtls/ |
D | ssl.h | 3912 const uint16_t *groups);
|
/mbedtls-latest/ |
D | ChangeLog | 49 - Finite-field Diffie-Hellman with custom groups. 50 (RFC 7919 groups remain supported.) 442 to select only some of the parameters / groups, with the macros 595 By default, all groups are offered; the list of groups can be 1476 * You can configure groups for a TLS key exchange with the new function 4657 * Removed mbedtls_ecp_group_read_string(). Only named groups are supported. 5669 * Added predefined DHM groups from RFC 5114
|