libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit c34947db86d9fdb9adefc6c97fcaaa52a4ad4f2f
parent 2964021746ea288480de345058cc9bb2b1a8ad32
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Apr 2014 17:55:32 +0000

-correct documentation

Diffstat:
Mdoc/libmicrohttpd.texi | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -853,10 +853,9 @@ be followed by a @code{unsigned int}. @cindex DH Memory pointer for the Diffie-Hellman parameters (dh.pem) to be used by the HTTPS daemon for key exchange. This option must be followed by -a @code{const char *} argument. The argument would be a GNUtls -property string, such as ``NORMAL:+DHE-RSA''. This option is needed -to activate ciphersuites with so-called ``Perfect Forward Secrecy'' -property. +a @code{const char *} argument. The argument would be a zero-terminated +string with a PEM encoded PKCS3 DH parameters structure suitable +for passing to @code{gnutls_dh_parms_import_pkcs3}. @end table @end deftp