mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
0d16fe8fa8
According to the OpenSSL-core-team you are strongly encouraged to upgrade any old version. The new version has a lot of bug fixes. - ${PREFIX}/bin/ssleay was renamed to ${PREFIX}/bin/openssl and ${PREFIX}/etc/ssleay.cnf to ${PREFIX}/lib/openssl.cnf - there are no links from e. g. ${PREFIX}/bin/md5 to ${PREFIX}/bin/ssleay any longer, instead you have to call "openssl md5" now - replaced HAS_CONFIGURE, CONFIGURE_SCRIPT and CONFIGURE_ENV with a do-configure target and changed the indention level - some perl scripts need perl5 now, so set USE_PERL5 and replace perl with ${PERL5} where neccessary. - honour ${CFLAGS}
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
bin/CA.pl
|
|
bin/CA.sh
|
|
bin/c_hash
|
|
bin/c_info
|
|
bin/c_issuer
|
|
bin/c_name
|
|
bin/c_rehash
|
|
bin/der_chop
|
|
bin/openssl
|
|
include/asn1.h
|
|
include/asn1_mac.h
|
|
include/bio.h
|
|
include/blowfish.h
|
|
include/bn.h
|
|
include/buffer.h
|
|
include/cast.h
|
|
include/comp.h
|
|
include/conf.h
|
|
include/cryptall.h
|
|
include/crypto.h
|
|
include/des.h
|
|
include/dh.h
|
|
include/dsa.h
|
|
include/err.h
|
|
include/evp.h
|
|
include/hmac.h
|
|
include/idea.h
|
|
include/lhash.h
|
|
include/md2.h
|
|
include/md5.h
|
|
include/mdc2.h
|
|
include/objects.h
|
|
include/opensslv.h
|
|
include/pem.h
|
|
include/pem2.h
|
|
include/pkcs7.h
|
|
include/rand.h
|
|
include/rc2.h
|
|
include/rc4.h
|
|
include/rc5.h
|
|
include/ripemd.h
|
|
include/rsa.h
|
|
include/sha.h
|
|
include/ssl.h
|
|
include/ssl2.h
|
|
include/ssl23.h
|
|
include/ssl3.h
|
|
include/stack.h
|
|
include/tls1.h
|
|
include/tmdiff.h
|
|
include/txt_db.h
|
|
include/x509.h
|
|
include/x509_vfy.h
|
|
include/x509v3.h
|
|
lib/libcrypto.a
|
|
lib/libssl.a
|
|
lib/openssl.cnf
|
|
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
|
|
@dirrm share/doc/openssl
|