From: Trevor Perrin Date: Sat, 14 Sep 2013 02:48:09 +0000 (-0700) Subject: Update docs to mention "BEGIN SERVERINFO FOR ". X-Git-Tag: master-post-reformat~1166^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=deda5ea7886200a19a96b67d8ae9106273598344;p=oweals%2Fopenssl.git Update docs to mention "BEGIN SERVERINFO FOR ". --- diff --git a/doc/ssl/SSL_CTX_use_serverinfo.pod b/doc/ssl/SSL_CTX_use_serverinfo.pod index 485b813b83..440932287b 100644 --- a/doc/ssl/SSL_CTX_use_serverinfo.pod +++ b/doc/ssl/SSL_CTX_use_serverinfo.pod @@ -20,14 +20,15 @@ A "serverinfo" extension is returned in response to an empty ClientHello Extension. SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from -a byte array into B. The extensions must be concatenated into a +a byte array into B. The extensions must be concatenated into a sequence of bytes. Each extension must consist of a 2-byte Extension Type, a 2-byte length, and then length bytes of extension_data. SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from -B into B. The extensions must be in PEM format. Each extension +B into B. The extensions must be in PEM format. Each extension must consist of a 2-byte Extension Type, a 2-byte length, and then length -bytes of extension_data. +bytes of extension_data. Each PEM extension name must begin with the phrase +"BEGIN SERVERINFO FOR ". =head1 NOTES