diff options
author | tv <tv> | 1999-04-30 15:19:13 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-30 15:19:13 +0000 |
commit | 86cfaa9f5439725f1a43f69eefc6545b0252c58e (patch) | |
tree | b2910fb3988ec1037d99cded1473c28ecfdb7d0f /security/openssl/pkg/PLIST | |
parent | 95675686a048a7230a6a99efeaa38676ed93ba89 (diff) | |
download | pkgsrc-86cfaa9f5439725f1a43f69eefc6545b0252c58e.tar.gz |
Import OpenSSL 0.9.2b pkg, a package which finally updates and fixes many
deficiencies in SSLeay. Intended to be a drop-in replacement for SSLeay
(and still provides the command-prompt interface as "ssleay").
Diffstat (limited to 'security/openssl/pkg/PLIST')
-rw-r--r-- | security/openssl/pkg/PLIST | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/security/openssl/pkg/PLIST b/security/openssl/pkg/PLIST new file mode 100644 index 00000000000..07ddd8debdd --- /dev/null +++ b/security/openssl/pkg/PLIST @@ -0,0 +1,145 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/30 15:19:13 tv Exp $ +bin/CA.pl +bin/CA.sh +bin/asn1parse +bin/base64 +bin/bf +bin/bf-cbc +bin/bf-cfb +bin/bf-ecb +bin/bf-ofb +bin/c_hash +bin/c_info +bin/c_issuer +bin/c_name +bin/c_rehash +bin/ca +bin/cast +bin/cast-cbc +bin/cast5-cbc +bin/cast5-cfb +bin/cast5-ecb +bin/cast5-ofb +bin/ciphers +bin/crl +bin/crl2pkcs7 +bin/der_chop +bin/des +bin/des-cbc +bin/des-cfb +bin/des-ecb +bin/des-ede +bin/des-ede-cbc +bin/des-ede-cfb +bin/des-ede-ofb +bin/des-ede3 +bin/des-ede3-cbc +bin/des-ede3-cfb +bin/des-ede3-ofb +bin/des-ofb +bin/des3 +bin/desx +bin/dgst +bin/dh +bin/dsa +bin/dsaparam +bin/enc +bin/errstr +bin/gendh +bin/gendsa +bin/genrsa +bin/idea +bin/idea-cbc +bin/idea-cfb +bin/idea-ecb +bin/idea-ofb +bin/md2 +bin/mdc2 +bin/nseq +bin/openssl +bin/pkcs7 +bin/rc2 +bin/rc2-cbc +bin/rc2-cfb +bin/rc2-ecb +bin/rc2-ofb +bin/rc4 +bin/rc5 +bin/rc5-cbc +bin/rc5-cfb +bin/rc5-ecb +bin/rc5-ofb +bin/req +bin/rmd160 +bin/rsa +bin/s_client +bin/s_server +bin/s_time +bin/sess_id +bin/sha +bin/sha1 +bin/ssleay +bin/verify +bin/x509 +etc/openssl.cnf.example +@exec if [ -f %D/etc/openssl.cnf ]; then : ; else cp -p %D/%F %D/etc/openssl.cnf; fi +include/openssl/asn1.h +include/openssl/asn1_mac.h +include/openssl/bio.h +include/openssl/blowfish.h +include/openssl/bn.h +include/openssl/buffer.h +include/openssl/cast.h +include/openssl/comp.h +include/openssl/conf.h +include/openssl/cryptall.h +include/openssl/crypto.h +include/openssl/des.h +include/openssl/dh.h +include/openssl/dsa.h +include/openssl/err.h +include/openssl/evp.h +include/openssl/hmac.h +include/openssl/idea.h +include/openssl/lhash.h +include/openssl/md2.h +include/openssl/md5.h +include/openssl/mdc2.h +include/openssl/objects.h +include/openssl/opensslv.h +include/openssl/pem.h +include/openssl/pem2.h +include/openssl/pkcs7.h +include/openssl/rand.h +include/openssl/rc2.h +include/openssl/rc4.h +include/openssl/rc5.h +include/openssl/ripemd.h +include/openssl/rsa.h +include/openssl/sha.h +include/openssl/ssl.h +include/openssl/ssl2.h +include/openssl/ssl23.h +include/openssl/ssl3.h +include/openssl/stack.h +include/openssl/tls1.h +include/openssl/tmdiff.h +include/openssl/txt_db.h +include/openssl/x509.h +include/openssl/x509_vfy.h +include/openssl/x509v3.h +lib/libcrypto.so.1.0 +lib/libssl.so.1.0 +share/doc/openssl/README +share/doc/openssl/crypto.pod +share/doc/openssl/openssl.pod +share/doc/openssl/openssl.txt +share/doc/openssl/openssl_button.gif +share/doc/openssl/openssl_button.html +share/doc/openssl/ssl.pod +share/doc/openssl/ssleay.txt +@exec mkdir -p %D/certs %D/private +@dirrm certs +@dirrm include/openssl +@dirrm private +@dirrm share/doc/openssl |