Home
last modified time | relevance | path

Searched refs:updatetype (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/man3/
H A DSSL_key_update.pod16 int SSL_key_update(SSL *s, int updatetype);
26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then
28 informed of the change. If the B<updatetype> parameter is set to
31 peer to additionally update its sending keys. It is an error if B<updatetype> is
/openssl/ssl/statem/
H A Dstatem_lib.c662 unsigned int updatetype; in tls_process_key_update() local
673 if (!PACKET_get_1(pkt, &updatetype) in tls_process_key_update()
683 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in tls_process_key_update()
684 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in tls_process_key_update()
694 if (updatetype == SSL_KEY_UPDATE_REQUESTED) in tls_process_key_update()
/openssl/ssl/
H A Dssl_lib.c2602 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() argument
2614 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in SSL_key_update()
2615 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in SSL_key_update()
2631 sc->key_update = updatetype; in SSL_key_update()
/openssl/include/openssl/
H A Dssl.h.in2003 int SSL_key_update(SSL *s, int updatetype);

Completed in 72 milliseconds