Searched refs:keyshares (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set1_curves.pod | 78 A TLS 1.3 client sends both a group list and predicted keyshares for a subset 117 order of I<list> elements and which groups are selected as predicted keyshares 134 The predicted keyshares to be sent by clients can be explicitly specified by 163 The B<DEFAULT> list selects B<X25519MLKEM768> as one of the predicted keyshares. 339 the key share for "D". Within a tuple, existing keyshares trump preference
|
| H A D | SSL_CONF_cmd.pod | 188 An enriched alternative syntax, that enables clients to send multiple keyshares 191 Since TLS 1.2 has neither keyshares nor a hello retry mechanism, with TLS 1.2 480 An enriched alternative syntax, that enables clients to send multiple keyshares 483 Since TLS 1.2 has neither keyshares nor a hello retry mechanism, with TLS 1.2
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | s3_lib.c | 4012 &sc->ext.keyshares, in ssl3_ctrl() 4168 &sc->ext.keyshares, in ssl3_ctrl() 4178 &sc->ext.keyshares, in ssl3_ctrl() 4386 &ctx->ext.keyshares, in ssl3_ctx_ctrl() 4485 &ctx->ext.keyshares, in ssl3_ctx_ctrl() 4495 &ctx->ext.keyshares, in ssl3_ctx_ctrl()
|
| H A D | ssl_lib.c | 855 if (ctx->ext.keyshares != NULL) { in ossl_ssl_connection_new_int() 861 s->ext.keyshares = OPENSSL_memdup(ctx->ext.keyshares, in ossl_ssl_connection_new_int() 863 * sizeof(*ctx->ext.keyshares)); in ossl_ssl_connection_new_int() 864 if (s->ext.keyshares == NULL) { in ossl_ssl_connection_new_int() 1488 OPENSSL_free(s->ext.keyshares); in ossl_ssl_connection_free() 4407 OPENSSL_free(a->ext.keyshares); in SSL_CTX_free()
|
| H A D | ssl_local.h | 1027 uint16_t *keyshares; member 1664 uint16_t *keyshares; member
|
| H A D | t1_lib.c | 836 *pgroups = s->ext.keyshares; in tls1_get_requested_keyshare_groups()
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 168 * The default TLS keyshares have been changed to offer X25519MLKEM768 and 191 * Support for multiple TLS keyshares and improved TLS key establishment group
|
| H A D | CHANGES.md | 62 was not included among the client's initial predicated keyshares.
|