X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2Fssl.pod;h=816f1f6f874d1af8e77e0405e76c49864e2162a7;hp=c1ca86f198affbaa33660060ac973110a67c7c96;hb=c4068186acec0f5cd370f7b5772b41f215903234;hpb=9bd3bd227fb9ad36f939dfde81dd843be604c452 diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index c1ca86f198..816f1f6f87 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 @@ -299,7 +299,7 @@ protocol context defined in the B structure. =item void B(SSL_CTX *ctx, X509_STORE *cs); -=item void B(SSL_CTX *ctx, int (*cb)(SSL_CTX *), char *arg) +=item void B(SSL_CTX *ctx, int (*cb)(), char *arg) =item int B(SSL_CTX *ctx, char *str); @@ -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,67 @@ 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, +L, +L, +L, +L, +L, +L, +L =head1 HISTORY