Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 19 of 19) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_ecdh.data96 ECDH get_params with mismatched groups: our BP256R1, their SECP256R1
100 ECDH get_params with mismatched groups: their SECP256R1, our BP256R1
Dtest_suite_aes.xts.data34 # http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
Dtest_suite_ssl.data3109 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/
Ddocker_env.sh46 if groups | grep docker > /dev/null; then
Dcheck_names.py618 for group in identifier.groups():
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c601 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()
Dssl_client2.c521 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()
Dssl_test_lib.h328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
Dssl_server2.c671 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/
Dpsa-limitations.md52 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
Dpsa-legacy-bridges.md137groups, whereas legacy only supports ad hoc groups. An existing application referring to `MBEDTLS_…
Dmd-cipher-dispatch.md97 We can classify code that implements or uses cryptographic mechanisms into several groups:
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md102 #### 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 …
Dpsa-driver-interface.md168 … be used instead of a curve or group to indicate that the capability concerns all curves or groups.
/mbedtls-latest/docs/architecture/
Dtls13-support.md61 - Supported groups: depends on the library configuration.
62 Potentially all ECDHE groups:
65 Potentially all DHE groups:
/mbedtls-latest/docs/
Ddriver-only-builds.md280 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
Dpsa-transition.md424 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/
Dssl.h3912 const uint16_t *groups);
/mbedtls-latest/
DChangeLog49 - 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