Date: Sat, 26 Feb 2000 05:13:04 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib Makefile src/secure/lib/libcrypto Makefile Makefile.inc src/secure/lib/librsaintl Makefile src/secure/lib/librsausa Makefile src/secure/usr.bin/openssl Makefile src/crypto/openssl/apps speed.c ... Message-ID: <200002261313.FAA90368@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/02/26 05:13:04 PST
Modified files:
secure/lib Makefile
secure/lib/libcrypto Makefile Makefile.inc
secure/usr.bin/openssl Makefile
crypto/openssl/apps speed.c
crypto/openssl/crypto/err err_all.c
crypto/openssl/crypto/rsa rsa.h rsa_lib.c
crypto/openssl/rsaref rsar_err.c rsaref.c rsaref.h
Added files:
secure/lib/librsaintl Makefile
secure/lib/librsausa Makefile
Log:
Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)
Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().
This is a checkpoint and may require more tweaks still.
Revision Changes Path
1.19 +7 -1 src/secure/lib/Makefile
1.12 +3 -14 src/secure/lib/libcrypto/Makefile
1.7 +1 -6 src/secure/lib/libcrypto/Makefile.inc
1.11 +1 -8 src/secure/usr.bin/openssl/Makefile
1.3 +2 -14 src/crypto/openssl/apps/speed.c
1.2 +1 -7 src/crypto/openssl/crypto/err/err_all.c
1.2 +2 -4 src/crypto/openssl/crypto/rsa/rsa.h
1.2 +2 -5 src/crypto/openssl/crypto/rsa/rsa_lib.c
1.2 +2 -1 src/crypto/openssl/rsaref/rsar_err.c
1.2 +2 -1 src/crypto/openssl/rsaref/rsaref.c
1.2 +3 -2 src/crypto/openssl/rsaref/rsaref.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002261313.FAA90368>
