diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-08 15:55:48 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-08 15:55:48 +0000 |
commit | 149f4a7054e50ccfcb8e986f0be64c989d18fc25 (patch) | |
tree | a42b642c2f857f343c6917942bb96125f6464f20 /NEWS | |
parent | 16a9d7ff77f37067817d70cf6e294ba2e14a29ec (diff) | |
download | gnutls-149f4a7054e50ccfcb8e986f0be64c989d18fc25.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ -Version 0.5.12 +Version 0.6.0 - Added "gnutls/compat4.h" header. This is included in gnutls.h to emulate the old 0.4.x API. - Example programs are now stored in doc/examples/ +- Several improvements and updates in the documentation. - Added the certificate authenticated SRP cipher suites. - gnutls_x509_extract_certificate_dn_string() was updated to return an RFC2253 conforming string. @@ -17,7 +18,7 @@ Version 0.5.12 - Exported the functions: gnutls_malloc() gnutls_free() - which should be used in callbacks. + which should be used by callback functions. - Changed the semantics of gnutls_pem_base64_encode_alloc() and gnutls_pem_base64_decode_alloc(). In the default case were the gnutls library is used with malloc/realloc/free, |