Home
last modified time | relevance | path

Searched refs:SSL_check_chain (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_check_chain.pod5 SSL_check_chain - check certificate chain suitability
11 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
15 SSL_check_chain() checks whether certificate B<x>, private key B<pk> and
21 SSL_check_chain() returns a bitmap of flags indicating the validity of the
56 SSL_check_chain() must be called in servers after a client hello message or in
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_check_chain.pod5 SSL_check_chain - check certificate chain suitability
11 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
15 SSL_check_chain() checks whether certificate B<x>, private key B<pk> and
21 SSL_check_chain() returns a bitmap of flags indicating the validity of the
56 SSL_check_chain() must be called in servers after a client hello message or in
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map210 SSL_check_chain;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map274 SSL_check_chain;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc369 SSL_check_chain.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc590 SSL_check_chain.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dtls1.h254 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num278 SSL_check_chain 279 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num278 SSL_check_chain 279 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c925 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); in set_cert_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info2422 DEPEND[html/man3/SSL_check_chain.html]=man3/SSL_check_chain.pod
2423 GENERATE[html/man3/SSL_check_chain.html]=man3/SSL_check_chain.pod
2424 DEPEND[man/man3/SSL_check_chain.3]=man3/SSL_check_chain.pod
2425 GENERATE[man/man3/SSL_check_chain.3]=man3/SSL_check_chain.pod
3391 html/man3/SSL_check_chain.html \
3999 man/man3/SSL_check_chain.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_lib.c2432 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNEWS87 o Fixed segmentation fault in SSL_check_chain() (CVE-2020-1967)
H A DCHANGES450 *) Fixed segmentation fault in SSL_check_chain()
451 Server or client applications that call the SSL_check_chain() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in533 /* Flags returned by SSL_check_chain */
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c6324 rv = SSL_check_chain(s, x509, pkey, chain); in cert_cb()