From 1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 8 Oct 2007 12:08:33 +0300 Subject: ** Added capability to set a callback after the client hello is received by the server in order to adjust parameters before the handshake. ** SRP was corrected to adhere (more) to the latest draft (published soon as RFC) ** Corrected bug which did not allow a server to run without supporting certificates. ** Updated the DN parser which now prints wrongly decoded values as hex strings. --- doc/credentials/gnutls-http-serv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/credentials') diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv index 93e527a69e..5f5fcee3d4 100755 --- a/doc/credentials/gnutls-http-serv +++ b/doc/credentials/gnutls-http-serv @@ -1,6 +1,6 @@ #! /bin/sh -./gnutls-serv --http --x509certfile x509/cert.pem --x509keyfile x509/key.pem --x509cafile x509/ca.pem \ +../../src/gnutls-serv --http --x509certfile x509/cert.pem --x509keyfile x509/key.pem --x509cafile x509/ca.pem \ --x509dsacertfile x509/cert-dsa.pem --x509dsakeyfile x509/key-dsa.pem \ --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \ --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk/passwd.psk \ -- cgit v1.2.1