Lines Matching refs:SSL_CTX
263 2.1 SSL_CTX* ``SSL_CTX_new`` (const SSL_METHOD * method)
281 SSL_CTX *ctx = SSL_CTX_new(SSLv3_server_method());
287 2.2 ``void SSL_CTX_free`` (SSL_CTX * ctx)
305 SSL_CTX *ctx;
313 2.3 ``int SSL_CTX_set_ssl_version`` (SSL_CTX * ctx, const SSL_METHOD * meth)
333 SSL_CTX *ctx;
342 2.4 const SSL_METHOD* ``SSL_CTX_get_ssl_method`` (SSL_CTX * ctx)
361 SSL_CTX *ctx;
374 3.1 SSL* ``SSL_new`` (SSL_CTX * ctx)
393 SSL_CTX *ctx;
636 3.10 ``SSL_CTX *SSL_get_SSL_CTX`` (const SSL * ssl)
655 SSL_CTX *ctx;
1503 4.3 int ``SSL_CTX_add_client_CA`` (SSL_CTX * ctx, X509 * x)
1524 SSL_CTX *ctx;
1587 4.6 int ``SSL_CTX_use_certificate`` (SSL_CTX * ctx, X509 * x)
1601 load the certification into the SSL_CTX or SSL object
1608 SSL_CTX *ctx
1617 4.7 int ``SSL_CTX_use_certificate_ASN1`` (SSL_CTX * ctx, int len, const unsigned char * d)
1639 SSL_CTX *ctx;
1649 4.8 int ``SSL_CTX_use_PrivateKey`` (SSL_CTX * ctx, EVP_PKEY * pkey)
1670 SSL_CTX *ctx;
1679 4.9 int ``SSL_CTX_use_PrivateKey_ASN1`` (int pk, SSL_CTX * ctx, const unsigned char * d, long len)
1702 SSL_CTX *ctx;
1712 4.10 int ``SSL_CTX_use_RSAPrivateKey_ASN1`` (SSL_CTX * ctx, const unsigned char * d, long len)
1734 SSL_CTX *ctx;