X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2Fssl.pod;h=41d61146495c6c111c8d43bc6ff04a43737e6f98;hp=e53876654a7acef3380a91a502dbef3a1ed2fb59;hb=c8973693abbe48a037638041719ec3f41222fe32;hpb=20ead2c6f74f3ee861d7ba4737faf7b1aae65f80 diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index e53876654a..41d6114649 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -83,7 +83,7 @@ B structures which are later created for the connections. =item B (SSL Session) -This is a structure containing the current SSL session details for a +This is a structure containing the current TLS/SSL session details for a connection: Bs, client and server certificates, keys, etc. =item B (SSL Connection) @@ -163,7 +163,7 @@ Determine the number of bits in I. Because of export crippled ciphers there are two bits: The bits the algorithm supports in general (stored to I) and the bits which are actually used (the return value). -=item char *B(SSL_CIPHER *cipher); +=item const char *B(SSL_CIPHER *cipher); Return the internal name of I as a string. These are the various strings defined by the I, I and I @@ -437,7 +437,7 @@ connection defined in the B structure. =item X509 *B(SSL *ssl); -=item SSL_CIPHER *B(SSL *ssl); +=item const char *B(SSL *ssl); =item int B(SSL *ssl, int *alg_bits); @@ -624,7 +624,16 @@ connection defined in the B structure. =head1 SEE ALSO L, L, -L +L, L, +L, L, +L, L, +L, +L, L, +L, L, +L, +L, +L, L, +L =head1 HISTORY