X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fman7%2Fssl.pod;h=6cc1c4bcffb9c555fd6e353908d1d1b1904e76ad;hb=dc703d6b469f1b186483a55b59013fbaca2228fd;hp=7cf7d613e66804a716cf293cdedac6cea3641b53;hpb=b7fb239438fb289a69e9420ad1edacf3bd1c5d69;p=openssl.git diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod index 7cf7d613e6..6cc1c4bcff 100644 --- a/doc/man7/ssl.pod +++ b/doc/man7/ssl.pod @@ -128,10 +128,12 @@ See L for details. =item const SSL_METHOD *B(void); Constructor for the I SSL_METHOD structure for clients. +Must be used to support the TLSv1.3 protocol. =item const SSL_METHOD *B(void); Constructor for the I SSL_METHOD structure for servers. +Must be used to support the TLSv1.3 protocol. =item const SSL_METHOD *B(void); @@ -252,6 +254,10 @@ protocol context defined in the B structure. =item int B(long argl, char *argp, int (*new_func);(void), int (*dup_func)(void), void (*free_func)(void)) +=item long B(SSL_CTX *ctx, STACK_OF(X509) **sk); + +=item long B(SSL_CTX *ctx, STACK_OF(X509) **sk); + =item void (*B(SSL_CTX *ctx))(SSL *ssl, int cb, int ret); =item int B(const SSL_CTX *ctx); @@ -570,7 +576,7 @@ fresh handle for each connection. =item SSL_SESSION *B(const SSL *ssl); -=item char *B(const SSL *ssl, char *buf, int len); +=item char *B(const SSL *ssl, char *buf, int size); =item int B(const SSL *ssl);