diff options
author | markm <markm@FreeBSD.org> | 1996-07-30 03:57:58 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-07-30 03:57:58 +0800 |
commit | 43216d5a470434545bd8afebe26c6abe13cc229c (patch) | |
tree | a5eee456e2d128c94a31c383148e0b8d39bae6b0 /security/openssl/pkg-descr | |
parent | 3d5cfff0e68dc0df9997ceb3cac95f1d80973d4e (diff) | |
download | freebsd-ports-gnome-43216d5a470434545bd8afebe26c6abe13cc229c.tar.gz freebsd-ports-gnome-43216d5a470434545bd8afebe26c6abe13cc229c.tar.zst freebsd-ports-gnome-43216d5a470434545bd8afebe26c6abe13cc229c.zip |
SSLeay version 0.6.2.
This implementation has been built with Our ((actually its own but in our
source tree) DES library and our MD{45}. You will need to link your SSL
code with -ldes and -lmd.
Are you happy now, Torsten? ;-)
Diffstat (limited to 'security/openssl/pkg-descr')
-rw-r--r-- | security/openssl/pkg-descr | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/security/openssl/pkg-descr b/security/openssl/pkg-descr index 260dd40f8375..bb479fbb02d1 100644 --- a/security/openssl/pkg-descr +++ b/security/openssl/pkg-descr @@ -9,7 +9,6 @@ libcrypto.a: actually logically part of it. It includes routines for the following: RC4 encryption, IDEA encryption - 4 different modes, ecb, cbc, cfb and ofb. - MD5 and MD2 message digest algorithms, SHA (SHA-0) and SHA-1 message digest algorithms, RSA encryption/decryption/key generation. There is no limit on the number of bits. @@ -21,30 +20,4 @@ libcrypto.a: (The DES routines, while a part if this source distribution are not included in the compiled package, as they are part of the base FreeBSD secure/ distribution) - -Programs in this package include - enc - a general encryption program that can encrypt/decrypt using - one of 17 different cipher/mode combinations. The - input/output can also be converted to/from base64 - ascii encoding. - dgst - a generate message digesting program that will generate - message digests for any of md2, md5, sha (sha-0) or sha-1. - asn1parse - parse and display the structure of an asn1 encoded - binary file. - rsa - Manipulate RSA private keys. - dh - Manipulate Diffie-Hellman parameter files. - crl - Manipulate certificate revocation lists. - x509 - Manipulate x509 certificates, self-sign certificates. - req - Manipulate PKCS#10 certificate requests and also - generate certificate requests. - genrsa - Generates an arbitrary sized RSA private key. - gendh - Generates a set of Diffie-Hellman parameters, the prime - will be a strong prime. - ca - Create certificates from PKCS#10 certificate requests. - This program also maintains a database of certificates - issued. - verify - Check x509 certificate signatures. - speed - Benchmark SSLeay's ciphers. - s_server - A test SSL server. - s_client - A test SSL client. - s_time - Benchmark SSL performance of SSL server programs. + (MD2 and MD5 are also not compiled as FreeBSD has its own). |