Home
last modified time | relevance | path

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

/openssl/ssl/
H A Ds3_lib.c3593 return ssl_set_tmp_ecdh_groups(&sc->ext.supportedgroups, in ssl3_ctrl()
3750 return tls1_set_groups(&sc->ext.supportedgroups, in ssl3_ctrl()
3760 &sc->ext.supportedgroups, in ssl3_ctrl()
3976 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
4081 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
4091 &ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
H A Dt1_lib.c784 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups()
785 *pgroups = sctx->ext.supportedgroups; in tls1_get_supported_groups()
788 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
813 if (s->ext.supportedgroups == NULL) { in tls1_get_requested_keyshare_groups()
814 *pgroups = sctx->ext.supportedgroups; in tls1_get_requested_keyshare_groups()
827 if (s->ext.supportedgroups == NULL) { in tls1_get_group_tuples()
H A Dssl_lib.c843 if (ctx->ext.supportedgroups != NULL) { in ossl_ssl_connection_new_int()
849 s->ext.supportedgroups = in ossl_ssl_connection_new_int()
850 OPENSSL_memdup(ctx->ext.supportedgroups, in ossl_ssl_connection_new_int()
852 * sizeof(*ctx->ext.supportedgroups)); in ossl_ssl_connection_new_int()
853 if (s->ext.supportedgroups == NULL) { in ossl_ssl_connection_new_int()
1484 OPENSSL_free(s->ext.supportedgroups); in ossl_ssl_connection_free()
4400 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
H A Dssl_local.h1032 uint16_t *supportedgroups; member
1663 uint16_t *supportedgroups; member
/openssl/ssl/statem/
H A Dextensions_clnt.c735 if (s->ext.supportedgroups == NULL) /* use default */ in tls_construct_ctos_key_share()
/openssl/test/
H A Dsslapitest.c9865 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp384r1) in test_unknown_sigalgs_groups()
9866 || !TEST_int_eq(ctx->ext.supportedgroups[1], OSSL_TLS_GROUP_ID_secp521r1)) in test_unknown_sigalgs_groups()
9904 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp521r1) in test_configuration_of_groups()

Completed in 113 milliseconds