Minor corrections.

This commit is contained in:
Bodo Möller 2000-04-12 23:04:13 +00:00
parent b87ef9460b
commit d49f3797a5
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ if and only if B<ret E<gt> 0>.
The SSL connection has been closed. If the protocol version is SSL 3.0 The SSL connection has been closed. If the protocol version is SSL 3.0
or TLS 1.0, this result code is returned only if a closure or TLS 1.0, this result code is returned only if a closure
alerts has occurred in the protocol, i.e. if the connection has been alert has occurred in the protocol, i.e. if the connection has been
closed cleanly. closed cleanly.
=item SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE =item SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE

View File

@ -163,7 +163,7 @@ Determine the number of bits in I<cipher>. Because of export crippled ciphers
there are two bits: The bits the algorithm supports in general (stored to there are two bits: The bits the algorithm supports in general (stored to
I<alg_bits>) and the bits which are actually used (the return value). I<alg_bits>) and the bits which are actually used (the return value).
=item char *B<SSL_CIPHER_get_name>(SSL_CIPHER *cipher); =item const char *B<SSL_CIPHER_get_name>(SSL_CIPHER *cipher);
Return the internal name of I<cipher> as a string. These are the various Return the internal name of I<cipher> as a string. These are the various
strings defined by the I<SSL2_TXT_xxx>, I<SSL3_TXT_xxx> and I<TLS1_TXT_xxx> strings defined by the I<SSL2_TXT_xxx>, I<SSL3_TXT_xxx> and I<TLS1_TXT_xxx>
@ -437,7 +437,7 @@ connection defined in the B<SSL> structure.
=item X509 *B<SSL_get_certificate>(SSL *ssl); =item X509 *B<SSL_get_certificate>(SSL *ssl);
=item SSL_CIPHER *B<SSL_get_cipher>(SSL *ssl); =item const char *B<SSL_get_cipher>(SSL *ssl);
=item int B<SSL_get_cipher_bits>(SSL *ssl, int *alg_bits); =item int B<SSL_get_cipher_bits>(SSL *ssl, int *alg_bits);