Revision aa3b4b4d deps/openssl/openssl/doc/ssl/SSL_CTX_set_verify.pod

View differences:

deps/openssl/openssl/doc/ssl/SSL_CTX_set_verify.pod
109 109
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY will be issued.
110 110
The depth count is "level 0:peer certificate", "level 1: CA certificate",
111 111
"level 2: higher level CA certificate", and so on. Setting the maximum
112
depth to 2 allows the levels 0, 1, and 2. The default depth limit is 9,
113
allowing for the peer certificate and additional 9 CA certificates.
112
depth to 2 allows the levels 0, 1, and 2. The default depth limit is 100,
113
allowing for the peer certificate and additional 100 CA certificates.
114 114

  
115 115
The B<verify_callback> function is used to control the behaviour when the
116 116
SSL_VERIFY_PEER flag is set. It must be supplied by the application and

Also available in: Unified diff