diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ See the end for copying conditions. ** libgnutls: gcrypt: replaced occurences of gcry_sexp_nth_mpi (..., 0) with gcry_sexp_nth_mpi (..., GCRYMPI_FMT_USG) to fix errors with 1.5.0. +** libgnutls: Verify that a certificate liste specified +using gnutls_certificate_set_x509_key*(), is sorted +according to TLS specification (from subject to issuer). + +** API and ABI modifications: +No changes since last version. + ** libgnutls: writev_emu: stop on the first incomplete write. Patch by Sjoerd Simons. |