Lines Matching +full:pre +full:- +full:verified
12 - set various SSL/TLS parameters for peer certificate verification
69 Post-Handshake Authentication extension to be added to the ClientHello such that
70 post-handshake authentication can be requested by the server. If B<val> is 0
108 B<Client mode:> the server certificate is verified. If the verification process
126 renegotiation or post-authentication if a certificate was requested
137 to be configured for post-handshake peer verification before the
139 SSL_VERIFY_PEER. TLSv1.3 only; no effect on pre-TLSv1.3 connections.
150 The actual verification procedure is performed either using the built-in
154 The following descriptions apply in the case of the built-in procedure. An
160 number of certificates between the end-entity and trust-anchor certificates.
162 end-entity nor the trust-anchor certificates count against B<depth>. If the
167 depth to 2 allows the levels 0, 1, 2 and 3 (0 being the end-entity and 3 the
168 trust-anchor).
212 previously set, and that a client sent the post-handshake authentication
218 When post-handshake authentication occurs, a refreshed NewSessionTicket
292 if (depth > mydata->verify_depth) {
300 } else if (mydata->verbose_mode) {
313 if (mydata->always_continue)
346 /* The client sent a certificate which verified OK */
369 Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.