diff options
author | fredb <fredb@pkgsrc.org> | 2001-04-09 04:29:23 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-04-09 04:29:23 +0000 |
commit | bc0d2ef3b472a898ab7a72a74797dd661520eabe (patch) | |
tree | 74b9dd9bb8a9ec399d2b94e393b8f637dbffe086 /security/openssl/Makefile | |
parent | 98e0d4f1f131994f765d4facd0e2a13afb833022 (diff) | |
download | pkgsrc-bc0d2ef3b472a898ab7a72a74797dd661520eabe.tar.gz |
Update to OpenSSL 0.9.6. Update contributed by Dave Burgess,
in PR pkg/12569.
Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
o Some documentation for BIO and SSL libraries.
o Enhanced chain verification using key identifiers.
o New sign and verify options to 'dgst' application.
o Support for DER and PEM encoded messages in 'smime' application.
o New 'rsautl' application, low level RSA utility. [*]
o MD4 now included.
o Bugfix for SSL rollback padding check.
o Support for external crypto devices [1].
o Enhanced EVP interface.
[1] The support for external crypto devices is currently a separate
distribution. See the file README.ENGINE.
[*] Not installed with the package.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 4e0780a687b..a82ca7c1bf5 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2001/04/09 02:36:47 fredb Exp $ +# $NetBSD: Makefile,v 1.36 2001/04/09 04:29:23 fredb Exp $ # -DISTNAME= openssl-0.9.5a +DISTNAME= openssl-0.9.6 CATEGORIES= security MASTER_SITES= ftp://ftp.openssl.org/source/ \ ftp://ftp.uni-trier.de/pub/unix/security/openssl/ |