Lines Matching full:update
84 \&\fBSSL_key_update()\fR schedules an update of the keys for the current TLS connection.
90 peer to additionally update its sending keys. It is an error if \fBupdatetype\fR is
96 update will not take place until the next time an IO operation such as
98 \&\fBSSL_do_handshake()\fR can be called to force the update to take place immediately.
100 \&\fBSSL_get_key_update_type()\fR can be used to determine whether a key update
102 update operation will be returned if there is one, or SSL_KEY_UPDATE_NONE
142 \&\fBSSL_key_update()\fR can also be used to perform a key update when using QUIC. The
144 automatically when needed. Since a locally initiated QUIC key update always
145 causes a peer to also trigger a key update, passing
149 The QUIC connection must have been fully established before a key update can be
150 performed, and other QUIC protocol rules govern how frequently QUIC key update
161 \&\fBSSL_get_key_update_type()\fR returns the update type of the pending key update