diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-02 12:59:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-02 12:59:24 +0000 |
commit | 6c22cd8774e3a9b538f40b0177cc15da4950e040 (patch) | |
tree | 4ad41091af4c6fb250dc6e4cbd43c4519ec8e8e3 /security/gnutls/PLIST | |
parent | aa55f85b86c6c14dd3f164fa3ba46bbca1a98995 (diff) | |
download | pkgsrc-6c22cd8774e3a9b538f40b0177cc15da4950e040.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/PLIST | 6 |
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 |