summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 23:05:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 23:05:09 +0000
commit68767c89fcce6ec855691a54776c7cf2c5010045 (patch)
treeee3c0cd9f2ca11999ab5460e290f746a8da8d673
parentde4f0cd49f2d75b474d7fdcbe5070ee703643529 (diff)
downloadgnutls-68767c89fcce6ec855691a54776c7cf2c5010045.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08a7aebbe4..b973a868dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2003-02-12 13:30 nmav <nmav@gnutls.org>
+
+ * lib/Makefile.am, src/tests.c, src/tests.h, src/tls_test.c:
+
+ Added test which prints the Diffie Hellman prime bits used.
+
+2003-02-12 12:48 nmav <nmav@gnutls.org>
+
+ * NEWS, lib/gnutls.h.in.in, lib/gnutls_dh_primes.c,
+ lib/gnutls_int.h, lib/gnutls_privkey.c, lib/gnutls_ui.h,
+ lib/gnutls_x509.c:
+
+ Added some private key handling functions. They are primitive enough
+ for now.
+
+2003-02-12 11:48 nmav <nmav@gnutls.org>
+
+ * doc/protocol/: draft-ietf-tls-extensions-05.txt,
+ draft-ietf-tls-extensions-06.txt:
+
+ added new extensions draft.
+
+2003-02-12 11:46 nmav <nmav@gnutls.org>
+
+ * NEWS, lib/auth_cert.c, lib/auth_cert.h, lib/gnutls.h.in.in,
+ lib/gnutls_cert.c, lib/gnutls_dh_primes.c, lib/gnutls_int.h,
+ lib/gnutls_ui.h, lib/gnutls_x509.c:
+
+ gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.
+
+2003-02-12 11:26 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls.h.in.in, gnutls_int.h, gnutls_ui.c:
+
+ added gnutls_x509_certificate_get_fingerprint(). Untested yet.
+
2003-02-10 16:51 nmav <nmav@gnutls.org>
* lib/: debug.c, debug.h, gnutls.h.in.in, gnutls_errors.c,