HomeSort by: relevance | last modified time | path
    Searched refs:SSL_check_chain (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
tls1.h 290 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
tls1.h 259 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
tls1.h 254 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c 1023 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c 955 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c 925 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 2294 * We only get here if the application has called SSL_check_chain(),
2432 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain)
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 3947 * a cert_cb via SSL_check_chain()) we may then reject RSA signed
4003 * idx == -1 means SSL_check_chain() invocation
4133 * We only get here if the application has called SSL_check_chain(),
4268 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain)
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 2776 * We only get here if the application has called SSL_check_chain(),
2911 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain)
  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 6324 rv = SSL_check_chain(s, x509, pkey, chain);
6358 * Test 3: Success - Call SSL_check_chain from the callback
6359 * Test 4: Failure - SSL_check_chain fails from callback due to bad cert in the
6361 * Test 5: Failure - SSL_check_chain fails from callback due to bad ee cert
6399 * We cause SSL_check_chain() to fail by specifying sig_algs that
6407 * We cause SSL_check_chain() to fail by specifying sig_algs that
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 9136 rv = SSL_check_chain(s, x509, pkey, chain);
9166 * Test 3: Success - Call SSL_check_chain from the callback
9167 * Test 4: Failure - SSL_check_chain fails from callback due to bad cert in the
9169 * Test 5: Failure - SSL_check_chain fails from callback due to bad ee cert
9211 * We cause SSL_check_chain() to fail by specifying sig_algs that
9219 * We cause SSL_check_chain() to fail by specifying sig_algs that
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 8445 rv = SSL_check_chain(s, x509, pkey, chain);
8479 * Test 3: Success - Call SSL_check_chain from the callback
8480 * Test 4: Failure - SSL_check_chain fails from callback due to bad cert in the
8482 * Test 5: Failure - SSL_check_chain fails from callback due to bad ee cert
8524 * We cause SSL_check_chain() to fail by specifying sig_algs that
8532 * We cause SSL_check_chain() to fail by specifying sig_algs that

Completed in 81 milliseconds