summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-14 23:05:08 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-14 23:05:08 +0000
commit6230fbfcaa5b38450f651e8477356208cdc4355b (patch)
tree7e3350a6da6bbe95d356de9a5ff219d7357da900
parent60bcde57d8cf87e8562fb6edd1dab75b89d2c692 (diff)
downloadgnutls-6230fbfcaa5b38450f651e8477356208cdc4355b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44aa0ca920..331c467f49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2003-03-14 23:00 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls_int.h, gnutls_mpi.c, gnutls_mpi.h:
+
+ several other additions and fixes for the certificate request stuff.
+
+2003-03-14 12:54 nmav <nmav@gnutls.org>
+
+ * doc/protocol/rfc2986.txt:
+
+ added rfc for certificate requests.
+
+2003-03-14 12:53 nmav <nmav@gnutls.org>
+
+ * lib/: Makefile.am, auth_cert.c, auth_dhe.c, auth_rsa.c,
+ auth_rsa_export.c, gnutls_pk.c, gnutls_pk.h, gnutls_sig.c,
+ gnutls_sig.h, pkix.asn, pkix_asn1_tab.c:
+
+ Added some stuff needed in PKCS#10 certificate request generation.
+ Some other fixes as well.
+
+2003-03-14 09:01 nmav <nmav@gnutls.org>
+
+ * lib/: auth_rsa_export.c, gnutls_int.h, gnutls_rsa_export.c,
+ gnutls_rsa_export.h:
+
+ The RSA parameters handling functions, are now implemented using the
+ rsa privkey functions.
+
2003-03-13 08:24 nmav <nmav@gnutls.org>
* lib/gnutls_x509.c: