X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2Fssl.pod;h=eb2c44aaee3d40614d4dc711a5e51adda3170b0c;hp=c1ca86f198affbaa33660060ac973110a67c7c96;hb=c1497b4d19fd6796469d2a3521eec5ad583e923f;hpb=9bd3bd227fb9ad36f939dfde81dd843be604c452 diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index c1ca86f198..eb2c44aaee 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -7,7 +7,7 @@ SSL - OpenSSL SSL/TLS library =head1 SYNOPSIS -=head1 OVERVIEW +=head1 DESCRIPTION The OpenSSL B library implements the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols. It provides a rich API which is @@ -544,11 +544,11 @@ connection defined in the B structure. =item long B(SSL *ssl); -=item int B(SSL *ssl, char *buf, int num); +=item int B(SSL *ssl, void *buf, int num); =item int B(SSL *ssl); -=item int B(SSL *ssl, char *buf, int num); +=item int B(SSL *ssl, void *buf, int num); =item int B(SSL *ssl); @@ -640,7 +640,7 @@ connection defined in the B structure. =item int B(s); -=item int B(SSL *ssl, char *buf, int num); +=item int B(SSL *ssl, const void *buf, int num); =back @@ -650,27 +650,60 @@ L, L, L, L, L, L, +L, +L, +L, +L, L, L L, -L +L, +L, +L, +L, +L, +L, +L, +L, +L, +L, +L, +L, L, +L, +L, +L, L, +L, L, L, -L, L, +L, +L, +L, +L, L, L, L, L, +L, L, L, L, -L, L, -L, L, +L, +L, +L, +L, +L, +L, L, -L, L, -L +L, +L, +L, +L, +L, +L, +L, +L =head1 HISTORY