diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-04-17 08:46:27 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-04-17 08:46:27 +0000 |
commit | c19803edfcf633a220aab2ef27913c5c5b5fb4fc (patch) | |
tree | 16523324652cfca305d04d05c903bf3b73e9540f | |
parent | 0848b138919502e449e6c02a751ea2bf43685413 (diff) | |
download | gnutls-c19803edfcf633a220aab2ef27913c5c5b5fb4fc.tar.gz |
Add.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type), which shouldn't cause any ABI changes. Reported by ludo@chbouib.org (Ludovic Courtès). +** Fix allocation in gnutls_certificate_set_openpgp_key. +Tiny patch from ludo@chbouib.org (Ludovic Courtès). + ** API and ABI modifications: gnutls_x509_dn_t: ADD. gnutls_x509_ava_st: ADD. |