Home
last modified time | relevance | path

Searched refs:SSL_KEY_UPDATE_NOT_REQUESTED (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_key_update.pod26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then
/freebsd-14-stable/crypto/openssl/test/helpers/
HDssl_test_ctx.c405 {"KeyUpdateNotRequested", SSL_KEY_UPDATE_NOT_REQUESTED},
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c680 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in tls_process_key_update()
692 s->key_update = SSL_KEY_UPDATE_NOT_REQUESTED; in tls_process_key_update()
/freebsd-14-stable/crypto/openssl/ssl/
HDt1_trce.c610 {SSL_KEY_UPDATE_NOT_REQUESTED, "update_not_requested"},
HDssl_lib.c2290 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in SSL_key_update()
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c3039 : SSL_KEY_UPDATE_NOT_REQUESTED); in s_client_main()
HDs_server.c2640 : SSL_KEY_UPDATE_NOT_REQUESTED); in sv_body()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1048 #define SSL_KEY_UPDATE_NOT_REQUESTED 0 macro
HDssl.h.in976 #define SSL_KEY_UPDATE_NOT_REQUESTED 0 macro
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c6522 ? SSL_KEY_UPDATE_NOT_REQUESTED in test_key_update()
7093 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update()