freebsd-dev/secure/lib
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
..
libcipher Style sync with rest of FreeBSD. 2002-11-06 22:54:58 +00:00
libcrypt No functional change, but big code cleanup. WARNS, lint(1) and style(9). 2002-03-06 17:18:09 +00:00
libcrypto Background: 2003-01-29 18:14:29 +00:00
libssh Style sync with rest of FreeBSD. 2002-11-06 22:54:58 +00:00
libssl Update for OpenSSL 0.9.7. No assembler code at the moment. This 2003-01-28 22:58:14 +00:00
libtelnet Style sync with rest of FreeBSD. 2002-11-06 22:54:58 +00:00
Makefile Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5). 2002-06-21 08:54:03 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00