(cherry picked from commit 5edce5685f26c1bb7854d4cdf291b9604fcc5dbf)
This commit is contained in:
Jeff Trawick 2014-01-10 23:00:50 +00:00 committed by Dr. Stephen Henson
parent f9c1f03754
commit ae6fbb5df0

View File

@ -19,7 +19,7 @@ These functions load "serverinfo" TLS ServerHello Extensions into the SSL_CTX.
A "serverinfo" extension is returned in response to an empty ClientHello
Extension.
SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from
SSL_CTX_use_serverinfo() loads one or more serverinfo extensions from
a byte array into B<ctx>. 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.