diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-21 20:42:27 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-21 20:42:27 +0000 |
commit | 281b955b43e5aea756d8757ddc92f4fbb68e15a6 (patch) | |
tree | 847f696feafc9623cf6ac2275a4d8140036e9267 /NEWS | |
parent | 9b0557dbf920e87da377907ebc850c8d14cd5730 (diff) | |
download | gnutls-281b955b43e5aea756d8757ddc92f4fbb68e15a6.tar.gz |
Added gnutls_alert_str (allows printing alert number descriptions)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -3,17 +3,21 @@ Version ?.?.? less memory during a handshake - Added support for certificates with DSA parameters - Added DHE_DSS cipher suites +- Key exchange methods changed so they do not depend on the + certificate type. +- Improved Diffie Hellman key exchange support. +- Bug fixes in the RSA key exchange. - Added check for the requested TLS extensions +- TLS extensions now use a 16 bit type field. - Added a minimal string library to assist in ASN.1 parsing +- Changes in ASN.1 parser to work with the new bison - Added gnutls_x509_extract_subject_alt_name(), which deprecates gnutls_x509_extract_subject_dns_name() - gnutls_x509_set_trust_(file/mem) can now be called multiple times - gnutls_srp_server_set_cred_file() can now be called multiple times -- Key exchange methods changed so they do not depend on the - certificate type. -- Improved Diffie Hellman key exchange support. -- Bug fixes in the RSA key exchange. -- TLS extensions now use a 16 bit type field. + + +OpenPGP: - Added openpgp key support (EXPERIMENTAL) Version 0.3.5 (25/01/2002) |