diff options
author | wiz <wiz> | 2001-04-05 14:03:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-05 14:03:45 +0000 |
commit | 55a707f6b579ee293363b7e0494ef9747ca5bafc (patch) | |
tree | 0475026eeb155f94eaa0e75e79d15a1b962e3275 /security/openssl | |
parent | 209dcc74401028b3f726da6fa9e768dbcf6e669b (diff) | |
download | pkgsrc-55a707f6b579ee293363b7e0494ef9747ca5bafc.tar.gz |
Improve the description by borrowing from the web site ;)
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/pkg/DESCR | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/security/openssl/pkg/DESCR b/security/openssl/pkg/DESCR index 0163ae5d917..3de5ffde5bb 100644 --- a/security/openssl/pkg/DESCR +++ b/security/openssl/pkg/DESCR @@ -1,25 +1,10 @@ -OpenSSL is a descendant of SSLeay, the SSL library by Eric A. Young, -actively maintained by Ralf Engelschall. +OpenSSL is a descendant of SSLeay, the SSL library by Eric A. Young +and Tim J. Hudson, maintained by a group of volunteers. -The package includes -libssl.so: - My implementation of SSLv2, SSLv3 and the required code to support - both SSLv2 and SSLv3 in the one server. -libcrypto.so: - 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 as well as a full-strength general purpose cryptography +library. The project is managed by a worldwide community of +volunteers that use the Internet to communicate, plan, and develop the +OpenSSL toolkit and its related documentation. |