telnetd/libtelnet
nectar a6a592c797 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.


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@110049 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
2003-01-29 18:14:29 +00:00
..
auth-proto.h
auth.c
auth.h
enc_des.c Background: 2003-01-29 18:14:29 +00:00
enc-proto.h
encrypt.c Warnings fixes. Sort out some variable types. 2002-06-26 17:06:14 +00:00
encrypt.h
genget.c
getent.c
kerberos5.c
kerberos.c Background: 2003-01-29 18:14:29 +00:00
key-proto.h
krb4encpwd.c
misc-proto.h
misc.c Help fix warnings by marking an argument as unused. 2002-06-26 17:05:08 +00:00
misc.h
pk.c Encrypted strings (after hex decoding) aren't null terminated, because 2002-08-22 06:19:07 +00:00
pk.h
read_password.c
rsaencpwd.c
sra.c