TLS-SRP: support added when using GnuTLS
authorQuinn Slack <sqs@cs.stanford.edu>
Wed, 19 Jan 2011 19:35:02 +0000 (20:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jan 2011 19:35:02 +0000 (20:35 +0100)
commit59cf93ccdbaa5e866f9de6b2d9b1ae5cee84863f
treeb0a40c875954b842a9bf50f409d571de04507044
parent4f13340ab8be7baa0fe6210bb3a19b8994875fd8
TLS-SRP: support added when using GnuTLS
20 files changed:
configure.ac
include/curl/curl.h
lib/gtls.c
lib/strerror.c
lib/url.c
lib/urldata.h
lib/version.c
src/main.c
tests/FILEFORMAT
tests/certs/srp-verifier-conf [new file with mode: 0644]
tests/certs/srp-verifier-db [new file with mode: 0644]
tests/data/Makefile.am
tests/data/test320 [new file with mode: 0644]
tests/data/test321 [new file with mode: 0644]
tests/data/test322 [new file with mode: 0644]
tests/data/test323 [new file with mode: 0644]
tests/data/test324 [new file with mode: 0644]
tests/runtests.pl
tests/serverhelp.pm
tests/sshhelp.pm