summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-01 20:29:17 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-01 20:29:17 +0000
commit648adb7f12bea73c169088d00b1f3261e1ebff80 (patch)
tree417052e3078883e2e515739fb6c5bb36e722c6e4 /NEWS
parent3b021f80721304448214a523d743dac979ecb0be (diff)
downloadgnutls-648adb7f12bea73c169088d00b1f3261e1ebff80.tar.gz
Enabled the OpenPGP key retrieval callback function (untested yet).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ebb0bb504a..4f2dea7528 100644
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,12 @@ Version 0.5.12
- Added the certificate authenticated SRP cipher suites.
- gnutls_x509_extract_certificate_dn_string() was updated to return
an RFC2253 conforming string.
-- Added the functions:
+- Added the SRP related functions:
gnutls_srp_verifier()
gnutls_srp_base64_encode()
gnutls_srp_base64_decode()
+- Added the function gnutls_openpgp_set_recv_key_function()
+ which can be used to set a callback, to get OpenPGP keys.
Version 0.5.11 (5/11/2002)
- Some fixes in 'gnutls-cli' client program to prevent some segmentation