summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-10-10 09:25:49 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-10-10 09:25:49 +0000
commitad3fc4e173fc30561bcb669f19831594592feaff (patch)
tree94c4fb916b7105a0e82562ae97341cbfae006389 /NEWS
parent139c90878ed0367d1890f5fc803b49c8c43a5a37 (diff)
downloadgnutls-ad3fc4e173fc30561bcb669f19831594592feaff.tar.gz
better prime handling
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 02b428301b..c57c56f66c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
Version 0.2.4
-- Better handling of extensions
+- Better handling of X.509 certificate extensions
- Added DHE_RSA ciphersuites
Version 0.2.3 (19/09/2001)
@@ -15,10 +15,10 @@ Version 0.2.1 (07/08/2001)
- SRP fixes
Version 0.2.0 (07/08/2001)
-- Partial support for X509v3 Certificate extensions.
+- Partial support for X.509v3 Certificate extensions.
- Added Internal memory handlers
- Removed gnutls_x509_set_cn()
-- Added X509 client authentication
+- Added X.509 client authentication
- Several bug fixes and protocol fixes
Version 0.1.9 (30/07/2001)
@@ -29,9 +29,9 @@ Version 0.1.9 (30/07/2001)
- Optimizations in hash/hmac functions
- (Error) message handling has changed
- Better Protocol Version handling
-- Added X509 Certificate Verification
+- Added X.509 Certificate Verification
- gnutls_read() semantics are now closer to read(2) - added EOF
-- Documentated some part of gnutls in doc/tex/ using Latex
+- Documented some part of gnutls in doc/tex/ using Latex
Version 0.1.4 (22/06/2001)
- Corrected (srp) base64 encoding.
@@ -41,7 +41,7 @@ Version 0.1.4 (22/06/2001)
- Added ASN.1 and DER parsers.
- Bugfixes in session resuming
- Updated Ciphersuite selection algorithm
-- Added internal representation of X509 structures.
+- Added internal representation of X.509 structures.
- Added global state
Version 0.1.3 (01/06/2001)