Lines Matching full:protection
69 additional considerations around replay attacks (see L</REPLAY PROTECTION>
206 early data setting for a server is nonzero then replay protection is
207 automatically enabled (see L</REPLAY PROTECTION> below).
231 is accepted or not, for example to mitigate replay risks (see L</REPLAY PROTECTION>
240 protection feature will still be used even if a callback is present unless it
242 L</REPLAY PROTECTION> below.
284 =head1 REPLAY PROTECTION
288 mitigation for this issue OpenSSL automatically enables replay protection if the
290 protection enabled sessions are forced to be single use only. If a client
296 The replay protection mechanism relies on the internal OpenSSL server session
297 cache (see L<SSL_CTX_set_session_cache_mode(3)>). When replay protection is
319 The OpenSSL replay protection does not apply to external Pre Shared Keys (PSKs)
324 applications it is possible to turn off the built-in replay protection feature