X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2Fssl.pod;h=421d50066da96f532c33c1a28831984b5a98dab5;hp=3466ee493d2d948576c06acea604b3aacd3801d0;hb=87d9cafa332bd006086b56dc645c03fe7cfed654;hpb=631fb6af5f404e4f8b4ae33f3ffdcec81b9df19a diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 3466ee493d..421d50066d 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -93,9 +93,7 @@ inside this header file. =item B -That's the sub header file dealing with the SSLv2 protocol only. -I. +Unused. Present for backwards compatibility only. =item B @@ -175,7 +173,7 @@ definitions in the header files. =item char *B(SSL_CIPHER *cipher); -Returns a string like "C" or "C" which indicates the +Returns a string like "C" or "C" which indicates the SSL/TLS protocol version to which I belongs (i.e. where it was defined in the specification the first time). @@ -624,7 +622,9 @@ success or 0 on failure. =item int B(SSL *ssl); -=item int B(const SSL *ssl); +=item OSSL_HANDSHAKE_STATE B(const SSL *ssl); + +Returns the current handshake state. =item char *B(const SSL *ssl); @@ -759,8 +759,6 @@ L =head1 HISTORY -The L document appeared in OpenSSL 0.9.2 - B, B and B where removed in OpenSSL 1.1.0.