summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/admin
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.markm2003-03-088-1536/+0
| | | | Enjoy your retirement in ports.
* Background:nectar2003-01-292-8/+4
| | | | | | | | | | | | | | | | | | | | | 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.
* Make the Kerberos 4 bits build against OpenSSL 0.9.7. This requirednectar2003-01-281-0/+1
| | | | | | | | | | | | | | | | | | two basic changes (both of which should be no-ops until OpenSSL 0.9.7 is imported): = Define OPENSSL_DES_LIBDES_COMPATIBILITY wherever we include openssl/des.h. = Spell `struct des_ks_struct []' using the existing `des_key_schedule' typedef. When OpenSSL 0.9.7 is imported, `des_key_schedule' (among other things) will be a macro invocation instead of a typedef, and things should `just work'. Yes, this commit does take several files off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* This commit was generated by cvs2svn to compensate for changes in r70494,assar2000-12-291-8/+12
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import krb4-1.0.5assar2000-12-291-8/+12
| |
* | Use libcrypto instead of libdes.markm2000-02-241-1/+2
|/
* Clean import of KTH Kerberos (eBones) v1.0.markm2000-01-095-23/+32
|
* Clean import of KTH krb4-0.10.1.markm1999-09-196-124/+124
|
* Initial import of KTH eBones. This has been cleaned up to only includemarkm1997-09-048-0/+1525
the "core" Kerberos functionality. The rest of the userland will get their own changes later.
OpenPOWER on IntegriCloud