]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/X509_STORE_CTX_new.pod
x509_lu.c and x509_vfy.c: improve coding style, comments, and related doc
[thirdparty/openssl.git] / doc / man3 / X509_STORE_CTX_new.pod
index 9c7abfee8248ce20679f5d8dc16671a99e566fe9..2996a34eb6060f85a4b70148b1815660eebe4032 100644 (file)
@@ -74,6 +74,7 @@ X509_STORE_CTX_free() completely frees up I<ctx>. After this call I<ctx>
 is no longer valid.
 If I<ctx> is NULL nothing is done.
 
+X509_STORE_CTX_init() sets up I<ctx> for a subsequent verification operation.
 It must be called before each call to L<X509_verify_cert(3)> or
 L<X509_STORE_CTX_verify(3)>, i.e., a context is only good for one verification.
 If you want to verify a further certificate or chain with the same I<ctx>