diff options
author | jlam <jlam@pkgsrc.org> | 2005-10-11 17:19:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-10-11 17:19:21 +0000 |
commit | 20992756a1fd3644384b3484d3048f8f3ab75d1f (patch) | |
tree | 9bb35298bbd6fc0c93ea79f87a62d3fd9db372a1 /security/openssl/PLIST.common | |
parent | fccb1ea1716783173eeb5db389b9b97afbfab4c5 (diff) | |
download | pkgsrc-20992756a1fd3644384b3484d3048f8f3ab75d1f.tar.gz |
Update security/openssl to version 0.9.7h. This is a security
vulnerability triggered update due to CAN-2005-2969. Changes from
version 0.9.7f include:
o Fix SSL 2.0 Rollback, CAN-2005-2969
o Allow use of fixed-length exponent on DSA signing
o Default fixed-window RSA, DSA, DH private-key operations
o More compilation issues fixed.
o Adaptation to more modern Kerberos API.
o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
o Enhanced x86_64 assembler BIGNUM module.
o More constification.
o Added processing of proxy certificates (RFC 3820).
Diffstat (limited to 'security/openssl/PLIST.common')
-rw-r--r-- | security/openssl/PLIST.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common index eba4d41672d..0d080f3ec94 100644 --- a/security/openssl/PLIST.common +++ b/security/openssl/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.10 2005/03/23 09:06:38 jlam Exp $ +@comment $NetBSD: PLIST.common,v 1.11 2005/10/11 17:19:21 jlam Exp $ bin/c_rehash bin/openssl bin/openssl_fips_fingerprint @@ -28,6 +28,7 @@ include/openssl/err.h include/openssl/evp.h include/openssl/fips.h include/openssl/fips_rand.h +include/openssl/fips_sha.h include/openssl/hmac.h ${IDEA}include/openssl/idea.h include/openssl/krb5_asn.h |