diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-20 23:05:11 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-20 23:05:11 +0000 |
commit | 47568619a72f494719e468cc39a4b254954ea134 (patch) | |
tree | 2f77bdbe7dc90b04cdcdf07f89d2d8514413affd | |
parent | a9695a236fae0048af2b3f9934251bbed88cc37e (diff) | |
download | gnutls-47568619a72f494719e468cc39a4b254954ea134.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2003-12-20 20:22 nmav <nmav@gnutls.org> + + * lib/: Makefile.am, auth_cert.c, auth_dhe.c, auth_rsa.c, + auth_rsa_export.c, gnutls_cert.c, gnutls_cert.h, gnutls_x509.c, + gnutls_x509.h: + + several cleanups. + +2003-12-20 18:53 nmav <nmav@gnutls.org> + + * lib/gnutls_handshake.c: + + Corrected bug which disallowed ciphersuites other than the + CERTIFICATE ones to work. + +2003-12-20 18:49 nmav <nmav@gnutls.org> + + * doc/TODO, lib/auth_cert.c, lib/gnutls_cert.c, lib/gnutls_int.h, + lib/gnutls_ui.h, lib/gnutls_x509.c, lib/gnutls_x509.h: + + Improved gnutls_certificate_client_retrieve_function() and + gnutls_certificate_server_retrieve_function() so that the parsing + time spent within them is minimized. Also added + gnutls_openpgp_privkey struct. No testing yet. + 2003-12-19 13:53 nmav <nmav@gnutls.org> * NEWS, lib/gnutls_cert.h: |