New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return code.

Remove references to 'TXT' in -inform and -outform switches.
This commit is contained in:
Dr. Stephen Henson
2000-01-09 14:21:40 +00:00
parent 150a4320d8
commit 25f923ddd1
13 changed files with 45 additions and 20 deletions

View File

@@ -910,7 +910,7 @@ const char *SSL_get_cipher_list(SSL *s,int n)
return(c->name);
}
/** specify the ciphers to be used by defaut by the SSL_CTX */
/** specify the ciphers to be used by default by the SSL_CTX */
int SSL_CTX_set_cipher_list(SSL_CTX *ctx,char *str)
{
STACK_OF(SSL_CIPHER) *sk;