diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) |