summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2009-02-22 09:27:42 +0200
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2009-02-22 09:27:42 +0200
commita5be463b2ddd5de855a0b0bc4f500748061570bd (patch)
treef3fa1827926e842300e52529ffcbb1e433187cff
parente3638d6d6607952d40aa3c51d1a26bcd68c45cb0 (diff)
downloadgnutls-a5be463b2ddd5de855a0b0bc4f500748061570bd.tar.gz
documented the SSL3_RECORD_VERSION priority string
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c3e603014..5b849f88ee 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ information. This avoids code duplication.
They can be used to override the default certificate chain validation
behaviour.
+** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
+specify the client hello message record version. Used to overcome buggy
+TLS servers. Report by Martin von Gagern.
+
** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
** libgnutls: gnutls_openpgp_crt_print supports oneline mode.