Searched refs:clicert (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_pkcs11.c40 ne_ssl_client_cert *clicert; member in struct:ne_ssl_pkcs11_provider_s
49 - add API to specify a particular slot number to use for clicert
50 - add API to specify a particular cert ID for clicert
59 one clicert is used for all sessions. remove this limitation
216 prov->clicert = cc;
462 if (prov->clicert) {
463 NE_DEBUG(NE_DBG_SSL, "pk11: Using existing clicert.\n");
464 ne_ssl_set_clicert(sess, prov->clicert);
513 ne_ssl_set_clicert(sess, prov->clicert);
591 if (prov->clicert) {
[all...]
H A Dne_session.h261 * The 'clicert' object is duplicated internally so can be destroyed
263 void ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *clicert);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_pkcs11.c40 ne_ssl_client_cert *clicert; member in struct:ne_ssl_pkcs11_provider_s
49 - add API to specify a particular slot number to use for clicert
50 - add API to specify a particular cert ID for clicert
59 one clicert is used for all sessions. remove this limitation
216 prov->clicert = cc;
462 if (prov->clicert) {
463 NE_DEBUG(NE_DBG_SSL, "pk11: Using existing clicert.\n");
464 ne_ssl_set_clicert(sess, prov->clicert);
513 ne_ssl_set_clicert(sess, prov->clicert);
591 if (prov->clicert) {
[all...]
H A Dne_session.h261 * The 'clicert' object is duplicated internally so can be destroyed
263 void ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *clicert);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_pkcs11.c40 ne_ssl_client_cert *clicert; member in struct:ne_ssl_pkcs11_provider_s
49 - add API to specify a particular slot number to use for clicert
50 - add API to specify a particular cert ID for clicert
59 one clicert is used for all sessions. remove this limitation
216 prov->clicert = cc;
462 if (prov->clicert) {
463 NE_DEBUG(NE_DBG_SSL, "pk11: Using existing clicert.\n");
464 ne_ssl_set_clicert(sess, prov->clicert);
513 ne_ssl_set_clicert(sess, prov->clicert);
591 if (prov->clicert) {
[all...]
H A Dne_session.h261 * The 'clicert' object is duplicated internally so can be destroyed
263 void ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *clicert);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dpolarssl.c132 memset(&conn->ssl[sockindex].clicert, 0, sizeof(x509_cert));
135 ret = x509parse_crtfile(&conn->ssl[sockindex].clicert,
207 &conn->ssl[sockindex].clicert, &conn->ssl[sockindex].rsa);
337 x509_free(&conn->ssl[sockindex].clicert);
H A Durldata.h261 x509_cert clicert; member in struct:ssl_connect_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dpolarssl.c132 memset(&conn->ssl[sockindex].clicert, 0, sizeof(x509_cert));
135 ret = x509parse_crtfile(&conn->ssl[sockindex].clicert,
207 &conn->ssl[sockindex].clicert, &conn->ssl[sockindex].rsa);
337 x509_free(&conn->ssl[sockindex].clicert);
H A Durldata.h261 x509_cert clicert; member in struct:ssl_connect_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dpolarssl.c132 memset(&conn->ssl[sockindex].clicert, 0, sizeof(x509_cert));
135 ret = x509parse_crtfile(&conn->ssl[sockindex].clicert,
207 &conn->ssl[sockindex].clicert, &conn->ssl[sockindex].rsa);
337 x509_free(&conn->ssl[sockindex].clicert);
H A Durldata.h261 x509_cert clicert; member in struct:ssl_connect_data

Completed in 205 milliseconds