** Added capability to set a callback after the client hello is received
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>
Mon, 8 Oct 2007 09:08:33 +0000 (12:08 +0300)
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>
Mon, 8 Oct 2007 09:08:33 +0000 (12:08 +0300)
commit1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f
tree984dd279834d1576512e1e8139b514305064a1d9
parent38774ff46c11ed3b9aa5933279db2baf35ea3a53
** 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.
14 files changed:
NEWS
doc/credentials/gnutls-http-serv
includes/gnutls/gnutls.h.in
lib/ext_srp.c
lib/gnutls_alert.c
lib/gnutls_errors.h
lib/gnutls_extensions.c
lib/gnutls_handshake.c
lib/gnutls_int.h
lib/gnutls_srp.c
lib/gnutls_state.c
lib/x509/common.c
lib/x509/dn.c
src/cli.c