diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-19 14:04:39 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-19 14:04:39 +0200 |
commit | 22d52ab692a196f71e5e150aa59ac7fd436e4db1 (patch) | |
tree | 3a31985614c560fb636a6414d7b021e107a38cc4 | |
parent | 898a9c892bcae6e2eebaf5eecfb3a7515c6acad3 (diff) | |
download | gnutls-22d52ab692a196f71e5e150aa59ac7fd436e4db1.tar.gz |
Add.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ See the end for copying conditions. * Version 2.5.8 (unreleased) +** libgnutls: Fix crash in hashing code when using non-libgcrypt handlers. + ** libgnutls: New function to set minimum acceptable SRP bits. The function is gnutls_srp_set_prime_bits. Tiny patch by Kevin Quick <quick@sparq.org> in <https://savannah.gnu.org/support/index.php?106454>. |