From: Nikos Mavrogiannopoulos Date: Sun, 22 Feb 2009 07:27:42 +0000 (+0200) Subject: documented the SSL3_RECORD_VERSION priority string X-Git-Tag: gnutls_2_7_6~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5be463b2ddd5de855a0b0bc4f500748061570bd;p=thirdparty%2Fgnutls.git documented the SSL3_RECORD_VERSION priority string --- 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.