Searched refs:client_cert_cb (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_client_cert_cb.pod | 12 int (*client_cert_cb)(SSL *ssl, X509 **x509, 16 int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey); 20 SSL_CTX_set_client_cert_cb() sets the client_cert_cb() callback, that is 24 When client_cert_cb() is NULL, no callback function is used. 29 client_cert_cb() is the application defined callback. If it wants to 38 of client_cert_cb(). It is the job of the client_cert_cb() to store information 68 SSL_CTX_get_client_cert_cb() returns function pointer of client_cert_cb() or 73 The client_cert_cb() cannot return a complete certificate chain, it can
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_client_cert_cb.pod | 12 int (*client_cert_cb)(SSL *ssl, X509 **x509, 19 SSL_CTX_set_client_cert_cb() sets the I<client_cert_cb> callback, that is 23 When I<client_cert_cb> is NULL, no callback function is used. 28 I<client_cert_cb> is the application defined callback. If it wants to 37 of I<client_cert_cb>. It is the job of the I<client_cert_cb> to store information 67 SSL_CTX_get_client_cert_cb() returns function pointer of I<client_cert_cb> or 72 The I<client_cert_cb> cannot return a complete certificate chain, it can
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_sess.c | 1197 ctx->client_cert_cb = cb; in SSL_CTX_set_client_cert_cb() 1202 return ctx->client_cert_cb; in SSL_CTX_get_client_cert_cb()
|
| H A D | ssl_local.h | 814 int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | statem_clnt.c | 3731 if (s->ctx->client_cert_cb) in ssl_do_client_cert_cb() 3732 i = s->ctx->client_cert_cb(s, px509, ppkey); in ssl_do_client_cert_cb()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| H A D | statem_clnt.c | 3668 if (s->ctx->client_cert_cb) in ssl_do_client_cert_cb() 3669 i = s->ctx->client_cert_cb(s, px509, ppkey); in ssl_do_client_cert_cb()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_local.h | 925 int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 734 int (*client_cert_cb) (SSL *ssl, X509 **x509,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | sslapitest.c | 6449 static int client_cert_cb(SSL *ssl, X509 **x509, EVP_PKEY **pkey) in client_cert_cb() function 6516 SSL_CTX_set_client_cert_cb(cctx, client_cert_cb); in test_client_cert_cb()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ssl.h.in | 726 int (*client_cert_cb) (SSL *ssl, X509 **x509,
|