summaryrefslogtreecommitdiff
path: root/security/gnutls/PLIST
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-02 12:59:24 +0000
committerwiz <wiz>2005-05-02 12:59:24 +0000
commitafb1b658527883443650177fe09b65931cb9150f (patch)
tree4ad41091af4c6fb250dc6e4cbd43c4519ec8e8e3 /security/gnutls/PLIST
parent006f2a7165f206ea1976b6dd28a0cd3e312445e9 (diff)
downloadpkgsrc-afb1b658527883443650177fe09b65931cb9150f.tar.gz
Update to 1.2.3:
* Version 1.2.3 - Corrected bug in record packet parsing that could lead to a denial of service attack. - Corrected bug in RSA key export. Previously exported keys can be fixed using certtool. Use certtool -k <infile >outfile - API and ABI modifications: gnutls_x509_privkey_fix(): Add. * Version 1.2.2 (2005-04-25) - gnutls_error_to_alert() now considers GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET. - Fixed error in session resuming that could cause a crash in a session. - Fixed pkcs12 friendly name and local key identifier decoding. - Internal cleanups, removed duplicate typedef/struct definitions, and made source code include external include file, to check function prototypes during compile time. - API and ABI modifications: No changes since last version. At least not intentional, but due to the include header changes, there may be inadvertant changes, please let us know if you find any.
Diffstat (limited to 'security/gnutls/PLIST')
-rw-r--r--security/gnutls/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST
index b85ebcf8d54..256b5930021 100644
--- a/security/gnutls/PLIST
+++ b/security/gnutls/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2005/04/08 15:50:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2005/05/02 12:59:24 wiz Exp $
bin/certtool
bin/gnutls-cli
bin/gnutls-cli-debug
@@ -363,6 +363,7 @@ man/man3/gnutls_x509_privkey_export.3
man/man3/gnutls_x509_privkey_export_dsa_raw.3
man/man3/gnutls_x509_privkey_export_pkcs8.3
man/man3/gnutls_x509_privkey_export_rsa_raw.3
+man/man3/gnutls_x509_privkey_fix.3
man/man3/gnutls_x509_privkey_generate.3
man/man3/gnutls_x509_privkey_get_key_id.3
man/man3/gnutls_x509_privkey_get_pk_algorithm.3
@@ -384,9 +385,12 @@ share/examples/gnutls/ex-alert.c
share/examples/gnutls/ex-cert-select.c
share/examples/gnutls/ex-client-resume.c
share/examples/gnutls/ex-client-srp.c
+share/examples/gnutls/ex-client1.c
share/examples/gnutls/ex-client2.c
share/examples/gnutls/ex-crq.c
share/examples/gnutls/ex-pkcs12.c
+share/examples/gnutls/ex-rfc2818.c
+share/examples/gnutls/ex-serv-anon.c
share/examples/gnutls/ex-serv-export.c
share/examples/gnutls/ex-serv-pgp.c
share/examples/gnutls/ex-serv-srp.c