Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl_ctx

379 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,
741 int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file)