Home
last modified time | relevance | path

Searched refs:supportedgroups (Results 1 – 5 of 5) sorted by relevance

/openssl/ssl/
H A Ds3_lib.c3562 return ssl_set_tmp_ecdh_groups(&sc->ext.supportedgroups, in ssl3_ctrl()
3715 return tls1_set_groups(&sc->ext.supportedgroups, in ssl3_ctrl()
3719 return tls1_set_groups_list(s->ctx, &sc->ext.supportedgroups, in ssl3_ctrl()
3914 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
4015 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
4020 return tls1_set_groups_list(ctx, &ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
H A Dssl_lib.c839 if (ctx->ext.supportedgroups) { in ossl_ssl_connection_new_int()
840 s->ext.supportedgroups = in ossl_ssl_connection_new_int()
841 OPENSSL_memdup(ctx->ext.supportedgroups, in ossl_ssl_connection_new_int()
843 * sizeof(*ctx->ext.supportedgroups)); in ossl_ssl_connection_new_int()
844 if (!s->ext.supportedgroups) { in ossl_ssl_connection_new_int()
1447 OPENSSL_free(s->ext.supportedgroups); in ossl_ssl_connection_free()
4329 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
H A Dssl_local.h1017 uint16_t *supportedgroups; member
1609 uint16_t *supportedgroups; member
H A Dt1_lib.c835 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups()
839 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
/openssl/test/
H A Dsslapitest.c9764 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp384r1) in test_unknown_sigalgs_groups()
9765 || !TEST_int_eq(ctx->ext.supportedgroups[1], OSSL_TLS_GROUP_ID_secp521r1)) in test_unknown_sigalgs_groups()
9809 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp521r1) in test_configuration_of_groups()

Completed in 93 milliseconds