This is the initial commit in the 1.3 branch. Ported from the PSK branch:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 7 Nov 2005 22:24:48 +0000 (22:24 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 7 Nov 2005 22:24:48 +0000 (22:24 +0000)
commitad4ed44c65e753e6d3a00104c049dd81826ccbf3
treec7511d77a37287b567c2f31f3e5dfa9af956d635
parent31168918162ee35315f025a9d8aeec67a81c7a7c
This is the initial commit in the 1.3 branch. Ported from the PSK branch:
* PSK ciphersuites have been added.
* The session resumption data are now system independent.
43 files changed:
NEWS
configure.in
doc/TODO
doc/gnutls.texi
doc/manpages/Makefile.am
doc/manpages/psktool.1 [new file with mode: 0644]
includes/gnutls/gnutls.h.in
lib/Makefile.am
lib/auth_psk.c [new file with mode: 0644]
lib/auth_psk.h [new file with mode: 0644]
lib/auth_psk_passwd.c [new file with mode: 0644]
lib/auth_psk_passwd.h [new file with mode: 0644]
lib/auth_srp.h
lib/auth_srp_sb64.c
lib/ext_srp.c
lib/gnutls_algorithms.c
lib/gnutls_compress_int.c
lib/gnutls_db.c
lib/gnutls_helper.c [new file with mode: 0644]
lib/gnutls_helper.h [new file with mode: 0644]
lib/gnutls_int.h
lib/gnutls_psk.c [new file with mode: 0644]
lib/gnutls_session.c
lib/gnutls_session_pack.c
lib/gnutls_session_pack.h
lib/gnutls_srp.c
lib/gnutls_str.c
lib/gnutls_str.h
lib/libgnutls.vers
src/Makefile.am
src/cli-gaa.c
src/cli-gaa.h
src/cli.c
src/cli.gaa
src/common.c
src/crypt.c
src/gnutls-http-serv
src/psk-gaa.c [new file with mode: 0644]
src/psk-gaa.h [new file with mode: 0644]
src/psk.c [new file with mode: 0644]
src/psk.gaa [new file with mode: 0644]
src/serv.c
src/serv.gaa