summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesKen Raeburn2005-06-211-8/+14
* * ytypes.h: Include autoconf.h. Include sys/types.h only if it existsKen Raeburn2005-05-012-0/+8
* * yarrow.c: Delete old macintosh support.Ken Raeburn2005-04-282-13/+21
* * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2005-01-142-6/+27
* Tree does not compile with GCC 4.0Ezra Peisach2005-01-132-0/+6
* run "make depend"Ken Raeburn2004-12-301-16/+16
* KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2004-11-232-12/+47
* Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2004-11-162-5/+9
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-012-7/+47
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-302-1/+13
* * yarrow.c (yarrow_str_error): Now constKen Raeburn2004-06-042-1/+5
* * yarrow.c (krb5int_yarrow_final): CallEzra Peisach2004-05-264-0/+23
* update dependenciesKen Raeburn2004-04-241-10/+11
* make dependKen Raeburn2003-12-151-9/+10
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-222-1/+7
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-6/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* update dependenciesKen Raeburn2002-08-291-2/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* update dependenciesKen Raeburn2002-06-151-8/+7
* Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2002-04-112-1/+9
* update dependenciesKen Raeburn2002-03-261-0/+18
* Don't right shift by 32Sam Hartman2002-01-142-1/+7
* * yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned.Ezra Peisach2001-12-053-6/+17
* On fork, perturb the PRNG stream in the childSam Hartman2001-11-212-3/+17
* Work around hash using host byte orderSam Hartman2001-11-202-2/+14
* Fix up yarrow build on WindowsDanilo Almeida2001-11-192-1/+5
* * Link Yarrow into the buildSam Hartman2001-11-162-4/+13
* Rename to be consistent with krb5 libraries internalsSam Hartman2001-11-093-74/+74
* Compiles nowSam Hartman2001-11-098-23/+64
* We don't need thisSam Hartman2001-11-091-51/+0
* Next pass at making things use krb5 types and functionsSam Hartman2001-11-096-139/+122
* First pass cleaning up headers and typesSam Hartman2001-11-084-55/+22
* Remove OS-dependent files.Sam Hartman2001-11-082-406/+0
* Add Yarrow from http://www.zeroknowledge.com/Sam Hartman2001-11-0818-0/+2944