summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-07-31 22:05:12 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-07-31 22:05:12 +0000
commitf00a54d95c24c7b6369578c2684f03d20dc97750 (patch)
tree40c4c73a35c396daa80a9bb60e9aa29076a89b2d
parent1cd220365a3b2b270ce46a129098f689db7a8631 (diff)
downloadgnutls-f00a54d95c24c7b6369578c2684f03d20dc97750.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c12ff978eb..4f64eca7ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2004-07-31 08:25 nmav <nmav@gnutls.org>
+
+ * src/: certtool.c, certtool.c:
+
+ print the number of bits of the public key in a certificate.
+
+2004-07-31 07:58 nmav <nmav@gnutls.org>
+
+ * NEWS, doc/TODO, lib/auth_cert.h, lib/gnutls.h.in.in,
+ lib/gnutls_cert.c, lib/gnutls_errors.c, lib/gnutls_errors_int.h,
+ lib/gnutls_int.h, lib/gnutls_ui.c, lib/gnutls_ui.h,
+ lib/gnutls_x509.c, lib/gnutls_x509.h, NEWS, lib/auth_cert.h,
+ lib/gnutls.h.in.in, lib/gnutls_cert.c, lib/gnutls_errors.c,
+ lib/gnutls_errors_int.h, lib/gnutls_int.h, lib/gnutls_ui.c,
+ lib/gnutls_ui.h, lib/gnutls_x509.c:
+
+ Added some default limits in the verification of certificate chains,
+ to avoid denial of service attacks. Also added
+ gnutls_certificate_set_verify_limits() to override them.
+
2004-07-30 21:57 nmav <nmav@gnutls.org>
* doc/tex/ex-cert-select.tex, lib/gnutls_cert.c,