Differences between current version and predecessor to the previous major change of ssl(3).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, June 4, 2002 12:24:35 am | by perry | |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:24:35 am | by perry | Revert |
@@ -613,18 +613,18 @@
void __SSL_CTX_set_verify__( SSL_CTX
*ctx, int mode, int (*cb);(void))
-int __SSL_CTX_use_PrivateKey__( SSL_CTX
+int __SSL_CTX_use_!
PrivateKey__( SSL_CTX
*ctx, EVP_PKEY *pkey);
-int __SSL_CTX_use_PrivateKey_ASN1__(int type,
+int __SSL_CTX_use_!
PrivateKey_ASN1__(int type,
SSL_CTX *ctx, unsigned char *d, long
len);
-int __SSL_CTX_use_PrivateKey_file__( SSL_CTX
+int __SSL_CTX_use_!
PrivateKey_file__( SSL_CTX
*ctx, char *file, int type);
int __SSL_CTX_use_RSAPrivateKey__( SSL_CTX
@@ -1114,17 +1114,17 @@
long __SSL_total_renegotiations__( SSL
*ssl);
-int __SSL_use_PrivateKey__( SSL
+int __SSL_use_!
PrivateKey__( SSL
*ssl, EVP_PKEY *pkey);
-int __SSL_use_PrivateKey_ASN1__(int type, SSL
+int __SSL_use_!
PrivateKey_ASN1__(int type, SSL
*ssl, unsigned char *d, long len);
-int __SSL_use_PrivateKey_file__( SSL
+int __SSL_use_!
PrivateKey_file__( SSL
*ssl, char *file, int type);
int __SSL_use_RSAPrivateKey__( SSL