summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-29 11:16:02 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-29 11:16:02 +0000
commit7a4b822da5cfa5326199b862793d45a2f6141000 (patch)
treeb57d3ee5f6e4641d277734c57b139b3e30b2396f /ChangeLog
parent6ea230526a69dcb83ff1879b6390227f1e56ff80 (diff)
downloadgnutls-7a4b822da5cfa5326199b862793d45a2f6141000.tar.gz
Some cleanups in the certificate authentication. Parameters are
passed together with the length, to avoid abuse.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e066d17500..8604aa42ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2002-03-28 12:46 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls_x509.c, x509_b64.c:
+
+ Cleaned up the return values of several functions.
+
+2002-03-28 12:45 nmav <nmav@gnutls.org>
+
+ * src/: cli-gaa.c, cli-gaa.h, cli.c, cli.gaa, serv-gaa.c,
+ serv-gaa.h, serv.c, serv.gaa:
+
+ added option to read DER encoded certificates
+
+2002-03-28 09:44 nmav <nmav@gnutls.org>
+
+ * lib/: auth_rsa.c, gnutls_cert.h, gnutls_pk.c, gnutls_privkey.c:
+
+ Optimized RSA decryption. (Very) Much faster now
+
+2002-03-28 09:40 nmav <nmav@gnutls.org>
+
+ * lib/gnutls_x509.c:
+
+ read PKCS7 certificate chains in the reverse order.
+
+2002-03-26 21:05 fiorinaf <ffiorina@gnutls.org>
+
+ * lib/: x509_asn1.c, x509_asn1.h:
+
+ add asn1_number_of_elements function
+
+2002-03-26 21:02 fiorinaf <ffiorina@gnutls.org>
+
+ * lib/x509_der.c:
+
+ fix bug in asn1_get_start_end_der function
+
2002-03-26 19:50 nmav <nmav@gnutls.org>
* ChangeLog, lib/gnutls_x509.c, src/common.c: