Searched refs:SSL_CTX (Results 26 - 50 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/bio/
H A Dsaccept.c35 SSL_CTX *ctx;
H A Dsconnect.c26 SSL_CTX *ssl_ctx = NULL;
H A Dclient-arg.c9 SSL_CTX *ctx;
H A Dserver-arg.c19 SSL_CTX *ctx;
77 * Demo of how to iterate over all certificates in an SSL_CTX structure.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_rsa.c379 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x)
454 int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type)
503 int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d)
521 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa)
551 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type)
598 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, long len)
617 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey)
633 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type)
680 int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, const unsigned char *d,
705 int SSL_CTX_use_certificate_chain_file(SSL_CTX *ct
[all...]
H A Dssl_lib.c222 int SSL_CTX_set_ssl_version(SSL_CTX *ctx,SSL_METHOD *meth)
238 SSL *SSL_new(SSL_CTX *ctx)
270 * called (and the direct reference to the per-SSL_CTX
274 * Now we don't look at the SSL_CTX's CERT after having
338 int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx,
366 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
416 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose)
426 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
679 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx)
684 int SSL_CTX_get_verify_depth(const SSL_CTX *ct
[all...]
H A Dssl_task.c163 int doit(io_channel chan, SSL_CTX *s_ctx );
206 SSL_CTX *s_ctx=NULL;
257 int doit(io_channel chan, SSL_CTX *s_ctx )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c275 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth)
294 SSL *SSL_new(SSL_CTX *ctx)
326 * the per-SSL_CTX settings would be lost, but those still were
329 * SSL_CTX's CERT after having duplicated it once.
437 int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx,
465 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
517 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose)
527 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
537 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm)
547 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ct
[all...]
H A Dssl_rsa.c379 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x)
454 int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type)
498 int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len,
516 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa)
546 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type)
587 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d,
606 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey)
620 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type)
661 int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx,
685 int SSL_CTX_use_certificate_chain_file(SSL_CTX *ct
[all...]
H A Dtls_srp.c133 SSL_CTX *ctx;
500 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name)
505 int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password)
510 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength)
516 int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx,
523 int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg)
528 int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx,
535 int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx,
H A Dssl_task.c168 int doit(io_channel chan, SSL_CTX *s_ctx);
218 SSL_CTX *s_ctx = NULL;
273 int doit(io_channel chan, SSL_CTX *s_ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c275 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth)
294 SSL *SSL_new(SSL_CTX *ctx)
326 * the per-SSL_CTX settings would be lost, but those still were
329 * SSL_CTX's CERT after having duplicated it once.
437 int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx,
465 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
517 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose)
527 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
537 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm)
547 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ct
[all...]
H A Dssl_rsa.c379 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x)
454 int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type)
498 int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len,
516 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa)
546 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type)
587 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d,
606 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey)
620 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type)
661 int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx,
685 int SSL_CTX_use_certificate_chain_file(SSL_CTX *ct
[all...]
H A Dtls_srp.c133 SSL_CTX *ctx;
500 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name)
505 int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password)
510 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength)
516 int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx,
523 int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg)
528 int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx,
535 int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx,
H A Dssl_task.c168 int doit(io_channel chan, SSL_CTX *s_ctx);
218 SSL_CTX *s_ctx = NULL;
273 int doit(io_channel chan, SSL_CTX *s_ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp76 SSL_CTX *ssl_ctx = nil;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dclient-arg.c9 SSL_CTX *ctx;
H A Dserver-arg.c19 SSL_CTX *ctx;
77 * Demo of how to iterate over all certificates in an SSL_CTX structure.
H A Dclient-conf.c10 SSL_CTX *ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssl/
H A Dinetdsrv.cpp29 SSL_CTX* ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dcacertinmem.c100 store=SSL_CTX_get_cert_store((SSL_CTX *)sslctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssl/
H A Dinetdsrv.cpp29 SSL_CTX* ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssl/
H A Dinetdsrv.cpp29 SSL_CTX* ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp76 SSL_CTX *ssl_ctx = nil;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp76 SSL_CTX *ssl_ctx = nil;

Completed in 101 milliseconds

123456