summaryrefslogtreecommitdiff
path: root/doc/credentials
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2007-10-08 12:08:33 +0300
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2007-10-08 12:08:33 +0300
commit1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f (patch)
tree984dd279834d1576512e1e8139b514305064a1d9 /doc/credentials
parent38774ff46c11ed3b9aa5933279db2baf35ea3a53 (diff)
downloadgnutls-1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f.tar.gz
** 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.
Diffstat (limited to 'doc/credentials')
-rwxr-xr-xdoc/credentials/gnutls-http-serv2
1 files changed, 1 insertions, 1 deletions
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 \