]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 26 Mar 2002 20:11:02 +0000 (20:11 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 26 Mar 2002 20:11:02 +0000 (20:11 +0000)
NEWS
src/common.c

diff --git a/NEWS b/NEWS
index e7b55c5de6a0f7e63e0fa74af11f771be7f4bfa6..94e69df84bb4af4112b294faad121a0fc7c013ad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 Version 0.3.93 
 - Added support for RFC2630 (PKCS7) X.509 certificate sets
-- Added new function: gnutls_x509_extract_certificate_pk_algorithm()
+- Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
+  gnutls_openpgp_extract_key_pk_algorithm().
+- Several optimizations in the Handshake protocol
 
 Version 0.3.92 (23/03/2002)
 - Updated documentation
index e14ddd41ee900fc1629862b7023fe02a13e78484..42527949e5e05802628b157482991d07677a8b14 100644 (file)
@@ -115,7 +115,7 @@ void print_openpgp_info(GNUTLS_STATE state)
                        printf(" # PGP Key version: %d\n", 
                                gnutls_openpgp_extract_key_version(&cert_list[0]));
 
-                       algo = gnutls_x509_extract_certificate_pk_algorithm( &cert_list[0], &bits);
+                       algo = gnutls_openpgp_extract_key_pk_algorithm( &cert_list[0], &bits);
                
                        printf(" # PGP Key public key algorithm: ");