Searched refs:client_cert (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssl/
H A Dinetdsrv.cpp31 X509* client_cert; local
61 client_cert = SSL_get_peer_certificate (ssl);
62 if (client_cert != NULL) {
65 str = X509_NAME_oneline (X509_get_subject_name (client_cert));
70 str = X509_NAME_oneline (X509_get_issuer_name (client_cert));
78 X509_free (client_cert);
H A Dserv.cpp49 X509* client_cert; local
117 client_cert = SSL_get_peer_certificate (ssl);
118 if (client_cert != NULL) {
121 str = X509_NAME_oneline (X509_get_subject_name (client_cert), 0, 0);
126 str = X509_NAME_oneline (X509_get_issuer_name (client_cert), 0, 0);
134 X509_free (client_cert);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssl/
H A Dinetdsrv.cpp31 X509* client_cert; local
61 client_cert = SSL_get_peer_certificate (ssl);
62 if (client_cert != NULL) {
65 str = X509_NAME_oneline (X509_get_subject_name (client_cert));
70 str = X509_NAME_oneline (X509_get_issuer_name (client_cert));
78 X509_free (client_cert);
H A Dserv.cpp49 X509* client_cert; local
117 client_cert = SSL_get_peer_certificate (ssl);
118 if (client_cert != NULL) {
121 str = X509_NAME_oneline (X509_get_subject_name (client_cert), 0, 0);
126 str = X509_NAME_oneline (X509_get_issuer_name (client_cert), 0, 0);
134 X509_free (client_cert);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssl/
H A Dinetdsrv.cpp31 X509* client_cert; local
61 client_cert = SSL_get_peer_certificate (ssl);
62 if (client_cert != NULL) {
65 str = X509_NAME_oneline (X509_get_subject_name (client_cert));
70 str = X509_NAME_oneline (X509_get_issuer_name (client_cert));
78 X509_free (client_cert);
H A Dserv.cpp49 X509* client_cert; local
117 client_cert = SSL_get_peer_certificate (ssl);
118 if (client_cert != NULL) {
121 str = X509_NAME_oneline (X509_get_subject_name (client_cert), 0, 0);
126 str = X509_NAME_oneline (X509_get_issuer_name (client_cert), 0, 0);
134 X509_free (client_cert);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c400 char *client_cert=TEST_CLIENT_CERT; local
543 client_cert= *(++argv);
798 SSL_CTX_use_certificate_file(c_ctx,client_cert,
801 (client_key?client_key:client_cert),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c400 char *client_cert=TEST_CLIENT_CERT; local
543 client_cert= *(++argv);
798 SSL_CTX_use_certificate_file(c_ctx,client_cert,
801 (client_key?client_key:client_cert),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c956 char *client_cert = TEST_CLIENT_CERT; local
1154 client_cert = *(++argv);
1489 SSL_CTX_use_certificate_file(c_ctx, client_cert, SSL_FILETYPE_PEM);
1491 (client_key ? client_key : client_cert),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c956 char *client_cert = TEST_CLIENT_CERT; local
1154 client_cert = *(++argv);
1489 SSL_CTX_use_certificate_file(c_ctx, client_cert, SSL_FILETYPE_PEM);
1491 (client_key ? client_key : client_cert),

Completed in 80 milliseconds