Home
last modified time | relevance | path

Searched refs:X509_STORE_CTX_verify (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_verify_cert.pod7 X509_STORE_CTX_verify - build and verify X509 certificate chain
17 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
58 The X509_STORE_CTX_verify() behaves like X509_verify_cert() except that its
66 Both X509_verify_cert() and X509_STORE_CTX_verify()
88 X509_build_chain() and X509_STORE_CTX_verify() were added in OpenSSL 3.0.
H A DX509_STORE_CTX_new.pod59 by L<X509_verify_cert(3)> or L<X509_STORE_CTX_verify(3)>.
78 L<X509_STORE_CTX_verify(3)>, i.e., a context is only good for one verification.
88 Yet note that L<X509_verify_cert(3)> and L<X509_STORE_CTX_verify(3)>
91 For L<X509_STORE_CTX_verify(3)>, which takes by default the first element of the
127 X509_STORE_CTX_verify() will take the first element, if any,
133 With L<X509_STORE_CTX_verify(3)>, this does not count the first chain element.
158 A verify function is defined as an X509_STORE_CTX_verify type which has the
263 L<X509_verify_cert(3)>, L<X509_STORE_CTX_verify(3)>,
H A DX509_STORE_CTX_get_error.pod31 using L<X509_verify_cert(3)> or L<X509_STORE_CTX_verify(3)> has indicated
487 L<X509_verify_cert(3)>, L<X509_STORE_CTX_verify(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddanetest.c81 if (!TEST_int_ge(ret = X509_STORE_CTX_verify(store_ctx), 0)) in verify_chain()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_STORE_CTX_new.pod123 A verify function is defined as an X509_STORE_CTX_verify type which has the
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509_vfy.h.in141 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c250 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx) in X509_STORE_CTX_verify() function