Home
last modified time | relevance | path

Searched refs:X509_PURPOSE_SSL_CLIENT (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DX509_check_purpose.pod23 # define X509_PURPOSE_SSL_CLIENT 1
H A DSSL_CTX_new.pod110 and B<X509_PURPOSE_SSL_CLIENT> on the server side.
H A DX509_STORE_CTX_new.pod193 are B<X509_PURPOSE_SSL_CLIENT>, B<X509_PURPOSE_SSL_SERVER>,
H A DX509_VERIFY_PARAM_set_flags.pod92 chain, for example B<X509_PURPOSE_SSL_CLIENT>.
/freebsd/crypto/openssl/test/
H A Dverify_extra_test.c280 return do_test_purpose(X509_PURPOSE_SSL_CLIENT, 0); in test_purpose_ssl_client()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c547 X509_PURPOSE_SSL_CLIENT, /* purpose */
H A Dv3_purp.c44 {X509_PURPOSE_SSL_CLIENT, X509_TRUST_SSL_CLIENT, 0,
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in469 # define X509_PURPOSE_SSL_CLIENT 1 macro
H A Dx509v3.h733 # define X509_PURPOSE_SSL_CLIENT 1 macro
/freebsd/crypto/openssl/engines/
H A De_capi.c1753 && X509_check_purpose(x, X509_PURPOSE_SSL_CLIENT, 0)) { in capi_load_ssl_client_cert()