Searched refs:X509_PURPOSE_SSL_CLIENT (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_check_purpose.pod | 23 # define X509_PURPOSE_SSL_CLIENT 1
|
H A D | SSL_CTX_new.pod | 110 and B<X509_PURPOSE_SSL_CLIENT> on the server side.
|
H A D | X509_STORE_CTX_new.pod | 193 are B<X509_PURPOSE_SSL_CLIENT>, B<X509_PURPOSE_SSL_SERVER>,
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 92 chain, for example B<X509_PURPOSE_SSL_CLIENT>.
|
/freebsd/crypto/openssl/test/ |
H A D | verify_extra_test.c | 280 return do_test_purpose(X509_PURPOSE_SSL_CLIENT, 0); in test_purpose_ssl_client()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_vpm.c | 547 X509_PURPOSE_SSL_CLIENT, /* purpose */
|
H A D | v3_purp.c | 44 {X509_PURPOSE_SSL_CLIENT, X509_TRUST_SSL_CLIENT, 0,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 469 # define X509_PURPOSE_SSL_CLIENT 1 macro
|
H A D | x509v3.h | 733 # define X509_PURPOSE_SSL_CLIENT 1 macro
|
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.c | 1753 && X509_check_purpose(x, X509_PURPOSE_SSL_CLIENT, 0)) { in capi_load_ssl_client_cert()
|