Searched refs:SSL_key_update (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_key_update.pod | 5 SSL_key_update, 16 int SSL_key_update(SSL *s, int updatetype); 25 SSL_key_update() schedules an update of the keys for the current TLS connection. 34 SSL_key_update() must only be called after the initial handshake has been 81 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1 98 The SSL_key_update() and SSL_get_key_update_type() functions were added in
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_key_update.pod | 5 SSL_key_update, 16 int SSL_key_update(SSL *s, int updatetype); 25 SSL_key_update() schedules an update of the keys for the current TLS connection. 34 SSL_key_update() must only be called after the initial handshake has been 82 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1 99 The SSL_key_update() and SSL_get_key_update_type() functions were added in
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 483 SSL_key_update;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 395 SSL_key_update;
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 399 SSL_key_update.3 \
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | man.inc | 622 SSL_key_update.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 416 SSL_key_update 417 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 416 SSL_key_update 417 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | handshake_helper.c | 980 ret = SSL_key_update(peer->ssl, test_ctx->key_update_type); in do_reneg_setup_step()
|
H A D | sslapitest.c | 4886 if (!TEST_true(SSL_key_update(clientssl, in test_key_update() 4949 if (!TEST_true(SSL_key_update(peerupdate, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_in_write() 5196 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update() 6183 && !TEST_true(SSL_key_update(serverssl, in test_shutdown()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/ |
H A D | build.info | 2542 DEPEND[html/man3/SSL_key_update.html]=man3/SSL_key_update.pod 2543 GENERATE[html/man3/SSL_key_update.html]=man3/SSL_key_update.pod 2544 DEPEND[man/man3/SSL_key_update.3]=man3/SSL_key_update.pod 2545 GENERATE[man/man3/SSL_key_update.3]=man3/SSL_key_update.pod 3421 html/man3/SSL_key_update.html \ 4029 man/man3/SSL_key_update.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 607 =item int B<SSL_key_update>(SSL *s, int updatetype);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1929 int SSL_key_update(SSL *s, int updatetype);
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_client.c | 3037 SSL_key_update(con, in s_client_main()
|
H A D | s_server.c | 2638 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_client.c | 3086 SSL_key_update(con, in s_client_main()
|
H A D | s_server.c | 2566 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 2116 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1299 SSL_F_SSL_KEY_UPDATE:515:SSL_key_update
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1994 int SSL_key_update(SSL *s, int updatetype);
|