diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-09 12:55:50 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-09 12:55:50 +0000 |
commit | f00f38e8b306cd67c02e4567de36b17ee95ac840 (patch) | |
tree | 874d0a5f0054ece1383f4a55a09c323e186343e2 /security/openssl/pkg-descr | |
parent | f76fdb75739ea32f9dcf734d4e45ec160e35b834 (diff) | |
download | FreeBSD-ports-f00f38e8b306cd67c02e4567de36b17ee95ac840.zip FreeBSD-ports-f00f38e8b306cd67c02e4567de36b17ee95ac840.tar.gz |
Bring this port up to openssl-0.9.1c after a repository copy from SSLeay.
OpenSSL is a successor of SSLeay (see http://www.openssl.org/).
This port uses almost the same files as SSLeay. So they can't be
installed both.
- make the port ${PREFIX} clean
- reorganize PLIST (list links as normal files, which makes the PLIST
shorter and easier to maintain)
- reference ${PREFIX}/etc/ssleay.cnf only (there was a reference to
${PREFIX}/lib/ssleay.cnf somewhere)
- some other minor portlint changes
Diffstat (limited to 'security/openssl/pkg-descr')
-rw-r--r-- | security/openssl/pkg-descr | 39 |
1 files changed, 17 insertions, 22 deletions
diff --git a/security/openssl/pkg-descr b/security/openssl/pkg-descr index e67b8ca..d1ca854 100644 --- a/security/openssl/pkg-descr +++ b/security/openssl/pkg-descr @@ -1,22 +1,17 @@ -The package includes -libssl.a: - My implementation of SSLv2, SSLv3 and the required code to support - both SSLv2 and SSLv3 in the one server. -libcrypto.a: - General encryption and X509 stuff needed by SSL but not - actually logically part of it. It includes routines for the following: - Ciphers - libdes - My libdes DES encryption. - RC4, RC2, Blowfish, IDEA encryption - Digests - MD5 and MD2 message digest algorithms, fast implementations, - SHA (SHA-0) and SHA-1 message digest algorithms, - MDC2 message digest. A DES based hash that is polular on smart cards. - Public Key - RSA encryption/decryption/generation. - DSA encryption/decryption/generation. - Diffie-Hellman key-exchange/key generation. - There is no limit on the number of bits. - X509v3 certificates - X509 encoding/decoding into/from binary ASN1 and a PEM. - Program to generate RSA and DSA certificate requests and certificates. +The OpenSSL Project is a collaborative effort to develop a robust, +commercial-grade, full-featured, and Open Source toolkit implementing +the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security +(TLS v1) protocols with full-strength cryptography world-wide. The +project is managed by a worldwide community of volunteers that use +the Internet to communicate, plan, and develop the OpenSSL tookit +and its related documentation. + +OpenSSL is based on the excellent SSLeay library developed by Eric +A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under +an Apache-style licence, which basically means that you are free +to get and use it for commercial and non-commercial purposes subject +to some simple license conditions. + +OpenSSL homepage: + + http://www.openssl.org/ |