summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-29 22:05:07 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-29 22:05:07 +0000
commitb1315c3046cfe93b4561426f2d503e6874e77278 (patch)
treeed55265ca387993358695b6742e3fcad4c118235
parente35a179aa8e348467188ac30d0a646706264d452 (diff)
downloadgnutls-b1315c3046cfe93b4561426f2d503e6874e77278.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60b08de13a..9339ebfd90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-06-29 08:42 nmav <nmav@gnutls.org>
+
+ * lib/: auth_cert.c, gnutls_x509.c:
+
+ Better organization of cert2gnutls_cert function.
+
+2002-06-28 19:09 nmav <nmav@gnutls.org>
+
+ * lib/: auth_cert.c, auth_dhe.c, auth_rsa.c, gnutls_x509.c,
+ gnutls_x509.h, x509_xml.c:
+
+ Now certificate decoding makes use of partial DER decoding of the
+ libtasn1 library. It speedups a bit the handshake in client side,
+ which needs to decode the certificate, in order to read the public
+ key parameters.
+
2002-06-25 14:36 nmav <nmav@gnutls.org>
* lib/x509_xml.c: