Searched refs:supportedgroups (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | s3_lib.c | 4010 return ssl_set_tmp_ecdh_groups(&sc->ext.supportedgroups, in ssl3_ctrl() 4166 return tls1_set_groups(&sc->ext.supportedgroups, in ssl3_ctrl() 4176 &sc->ext.supportedgroups, in ssl3_ctrl() 4384 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl() 4483 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl() 4493 &ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
|
| H A D | t1_lib.c | 803 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups() 804 *pgroups = sctx->ext.supportedgroups; in tls1_get_supported_groups() 807 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups() 832 if (s->ext.supportedgroups == NULL) { in tls1_get_requested_keyshare_groups() 833 *pgroups = sctx->ext.supportedgroups; in tls1_get_requested_keyshare_groups() 846 if (s->ext.supportedgroups == NULL) { in tls1_get_group_tuples()
|
| H A D | ssl_lib.c | 840 if (ctx->ext.supportedgroups != NULL) { in ossl_ssl_connection_new_int() 846 s->ext.supportedgroups = OPENSSL_memdup(ctx->ext.supportedgroups, in ossl_ssl_connection_new_int() 848 * sizeof(*ctx->ext.supportedgroups)); in ossl_ssl_connection_new_int() 849 if (s->ext.supportedgroups == NULL) { in ossl_ssl_connection_new_int() 1487 OPENSSL_free(s->ext.supportedgroups); in ossl_ssl_connection_free() 4408 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
|
| H A D | ssl_local.h | 1024 uint16_t *supportedgroups; member 1657 uint16_t *supportedgroups; member
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | extensions_clnt.c | 746 if (s->ext.supportedgroups == NULL) /* use default */ in tls_construct_ctos_key_share()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 10024 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp384r1) in test_unknown_sigalgs_groups() 10025 || !TEST_int_eq(ctx->ext.supportedgroups[1], OSSL_TLS_GROUP_ID_secp521r1)) in test_unknown_sigalgs_groups() 10063 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp521r1)) in test_configuration_of_groups()
|