diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-06-22 11:31:23 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-06-22 11:31:23 +0200 |
commit | 78a410cbc9c857ee717e2abb287b8a022409d032 (patch) | |
tree | 369990aa199b7818c61c028f3856cb9a4739f8a0 | |
parent | 2773e82dd323c2699f6846a7691bf4fba697703f (diff) | |
download | gnutls-78a410cbc9c857ee717e2abb287b8a022409d032.tar.gz |
Add.
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ See the end for copying conditions. * Version 2.9.2 (unreleased) +** libgnutls: Fix off-by-one size computation error in unknown DN printing. +The error resulted in truncated strings when printing unknown OIDs in +X.509 certificate DNs. Reported by Tim Kosse +<tim.kosse@filezilla-project.org> in +<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>. + ** libgnutls: Fix PKCS#12 decryption from password. The encryption key derived from the password was incorrect for (on average) 1 in every 128 input for random inputs. Reported by "Kukosa, |