summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-01 21:14:22 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-01 21:14:22 +0000
commita0c918dfb106496f93166af8282c3e87bfab9395 (patch)
tree5cac92d016b808fd635571519ac2ff4c2ce63948
parentc911908549d635467001227d3ba25e40cb9169f5 (diff)
downloadgnutls-a0c918dfb106496f93166af8282c3e87bfab9395.tar.gz
Fix.
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0519037162..b147c2efb0 100644
--- a/NEWS
+++ b/NEWS
@@ -12,9 +12,10 @@ See the end for copying conditions.
applications that must remain interoperable, you can use the
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
flags when verifying certificates. Naturally, this is not
- recommended default behaviour for applications. To use this, call
- gnutls_certificate_set_verify_flags with these flags to change the
- verification mode used by gnutls_certificate_verify_peers2.
+ recommended default behaviour for applications. To enable the
+ broken algorithms, call gnutls_certificate_set_verify_flags with the
+ proper flag, to change the verification mode used by
+ gnutls_certificate_verify_peers2.
- Make it possible to send empty data through gnutls_record_send,
to align with the send(2) API.
- Some changes in the certificate receiving part of handshake to prevent