summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 15:20:02 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 15:20:02 +0000
commitbd6013b3b417f489d112e99e562e7a4c17c099a5 (patch)
tree1bec9cc7eb2b7962f6e3776942c6da2a3a59d15e
parent6aabc868ece06c9bf54819ede8e54a8657c9bfb1 (diff)
downloadgnutls-bd6013b3b417f489d112e99e562e7a4c17c099a5.tar.gz
Mention API/ABI changes more clearly.
-rw-r--r--NEWS14
1 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ba58ede999..f14a7fb2a1 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ See the end for copying conditions.
- gnutls_error_to_alert() now considers
GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
- Fixed pkcs12 friendly name and local key identifier decoding.
+- API and ABI modifications:
+ No changes since last version.
* Version 1.2.1 (2005-04-04)
- gnutls_bye() will no longer fail when RDWR is used and application
@@ -27,13 +29,15 @@ See the end for copying conditions.
<pierre42d@9online.fr>.
- Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
-- Added the functions:
- gnutls_x509_crt_list_import(),
- gnutls_x509_crq_get_attribute_by_oid(),
- gnutls_x509_crq_set_attribute_by_oid() and
- gnutls_x509_crt_set_extension_by_oid().
- If the library has been compiled with features disabled, a warning is
issued during the compilation of any program.
+- API and ABI modifications:
+ gnutls_x509_crt_list_import(): Add
+ gnutls_x509_crq_get_attribute_by_oid(): Add.
+ gnutls_x509_crq_set_attribute_by_oid(): Add
+ gnutls_x509_crt_set_extension_by_oid(): Add.
+ GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
+ GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
* Version 1.2.0 (2005-01-27)
- Added the definitions and OIDs for the RIPEMD-160 hash algorithm.