summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-03 23:05:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-03 23:05:19 +0000
commit1ae985dc43186267ba7289e10654076faacbcee7 (patch)
tree66bc8890ee20972804fce2ab8e9e5b83a15ebd91
parent2fbcfbc3c3039b311c3c80650da5e00a9e9b5952 (diff)
downloadgnutls-1ae985dc43186267ba7289e10654076faacbcee7.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 061183db27..f084c4d2ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-03-03 17:48 nmav <nmav@gnutls.org>
+
+ * lib/gnutls_cipher.c, NEWS:
+
+ Commited the TLS 1.0 record layer, timing attack fix in the 0.8.x
+ branch.
+
+2003-03-03 16:08 nmav <nmav@gnutls.org>
+
+ * NEWS, lib/gnutls_cipher.c, lib/gnutls_cipher_int.c:
+
+ Added protection against the new TLS 1.0 record layer timing attack.
+
+2003-03-03 16:02 nmav <nmav@gnutls.org>
+
+ * lib/auth_cert.h, lib/gnutls.h.in.in, lib/gnutls_ui.c,
+ lib/gnutls_x509.c, src/cli.c, src/common.c:
+
+ Added a flag to allow signing by v1 X.509 certificates. Also added a
+ function to allow setting the verification flags in the credentials
+ structure.
+
+2003-03-03 15:34 nmav <nmav@gnutls.org>
+
+ * src/: tests.c, tls_test.c:
+
+ some fixes in tests
+
2003-02-27 23:40 nmav <nmav@gnutls.org>
* NEWS, lib/gnutls.h.in.in, lib/gnutls_algorithms.c,