summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-23 20:49:43 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-23 20:49:43 +0000
commit6e1899339736592acb9cfcf91df49127ba55ccc4 (patch)
tree66ead4c08d41ff68c6fc6c1d0eee313c14dda99c
parent5f766b02c8c456c53ea1d9437ca334504576a138 (diff)
downloadgnutls-6e1899339736592acb9cfcf91df49127ba55ccc4.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 558035ecd8..3cb10650b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-03-23 20:49 nmav <nmav@gnutls.org>
+
+ * lib/gnutls_x509.c:
+
+ reduced the FIXMEs.
+
+2003-03-23 19:29 nmav <nmav@gnutls.org>
+
+ * src/: cli-gaa.c, cli.gaa:
+
+ Allow for unencrypted PKCS #8 private keys.
+
+2003-03-23 17:08 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls_global.c, gnutls_global.h, gnutls_rsa_export.c:
+
+ The functions that return the pkix_asn and gnutls_asn types were
+ converted to macros.
+
+2003-03-23 12:16 nmav <nmav@gnutls.org>
+
+ * NEWS, lib/Makefile.am, lib/gnutls_cipher_int.c,
+ lib/gnutls_cipher_int.h, lib/gnutls_constate.c,
+ lib/gnutls_errors.c:
+
+ * Added support for encoding and decoding PKCS #8 2.0 encrypted
+ RSA private keys.
+
2003-03-22 15:07 nmav <nmav@gnutls.org>
* NEWS, doc/tex/funcs.tex, lib/gnutls_cert.c: