freebsd-dev/secure/lib/libcrypto
Jacques Vidrine 4b2eaea43f Background:
When libdes was replaced with OpenSSL's libcrypto, there were a few
 interfaces that the former implemented but the latter did not.  Because
 some software in the base system still depended upon these interfaces,
 we simply included them in our libcrypto (rnd_keys.c).

Now, finally get around to removing the dependencies on these
interfaces.  There were basically two cases:

  des_new_random_key -- This is just a wrapper for des_random_key, and
     these calls were replaced.

  des_init_random_number_generator et. al. -- A few functions were used
     by the application to seed libdes's PRNG.  These are not necessary
     when using libcrypto, as OpenSSL internally seeds the PRNG from
     /dev/random.  These calls were simply removed.

Again, some of the Kerberos 4 files have been taken off the vendor
branch.  I do not expect there to be future imports of KTH Kerberos 4.
2003-01-29 18:14:29 +00:00
..
i386 Pre-generate the optimized x86 crypto code and check it in rather than 2002-05-03 00:14:39 +00:00
man Update for OpenSSL 0.9.7. No assembler code at the moment. This 2003-01-28 22:58:14 +00:00
Makefile Background: 2003-01-29 18:14:29 +00:00
Makefile.asm Style sync with rest of FreeBSD. 2002-11-06 22:54:58 +00:00
Makefile.inc Hopefully fix world for folks not compiling IDEA (the default). 2003-01-29 02:19:15 +00:00
opensslconf-alpha.h Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 2003-01-29 01:06:15 +00:00
opensslconf-amd64.h Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 2003-01-29 01:06:15 +00:00
opensslconf-i386.h Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 2003-01-29 01:06:15 +00:00
opensslconf-ia64.h Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 2003-01-29 01:06:15 +00:00
opensslconf-powerpc.h Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 2003-01-29 01:06:15 +00:00
opensslconf-sparc64.h Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 2003-01-29 01:06:15 +00:00