summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * t_cts.c (test_cts): Process encryption and decryption IVs separately, makeKen Raeburn2004-02-091-0/+5
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-131-0/+6
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-1/+14
* crypto library has bogus dependence on com_errKen Raeburn2003-07-221-0/+4
* With this patch, things seem to work with a Heimdal client and MIT KDCKen Raeburn2003-06-261-0/+4
* * cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with newKen Raeburn2003-06-241-0/+9
* If krb5_c_string_to_key isSam Hartman2003-06-051-0/+5
* Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2003-05-151-0/+4
* provide shorthand aliases for AES enctypesKen Raeburn2003-05-131-0/+5
* Add AES enctypes to t_encryptSam Hartman2003-05-131-0/+4
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-121-0/+4
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-131-0/+9
* * prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2003-03-061-0/+4
* * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2003-03-051-0/+6
* string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2003-03-051-1/+2
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-051-0/+18
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-031-0/+9
* Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn2003-02-031-0/+34
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-101-0/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-0/+7
* Cleanup unusedEzra Peisach2002-12-231-0/+6
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-191-0/+6
* * Makefile.in (clean): Clean up more test executables and objectEzra Peisach2002-12-061-0/+5
* Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2002-11-031-0/+5
* * Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2002-10-311-0/+4
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-241-0/+5
* * Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2002-10-101-0/+4
* * pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn2002-10-101-0/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-291-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-231-0/+4
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-221-1/+4
* * Makefile.in (clean): Add t_prng and t_prng.oEzra Peisach2002-06-191-0/+4
* * crypto_libinit.h: Changed macros so you can includeTom Yu2002-06-081-0/+6
* rename some functions to have krb5_c_ prefixKen Raeburn2002-04-061-0/+8
* Add krb5_init_keyblockSam Hartman2002-03-291-0/+4
* Reflect correct values for current codeSam Hartman2002-01-151-0/+5
* Implement code to get random data from /dev/{random,urandom}. ForSam Hartman2002-01-081-0/+4
* * t_encrypt.c (main): Free memory when finished to test for memoryEzra Peisach2001-12-051-0/+5
* * Makefile.in (check-unix): Use $(srcdir) in file specificationEzra Peisach2001-11-201-0/+5
* Add regression testSam Hartman2001-11-201-0/+4
* Fix up yarrow build on WindowsDanilo Almeida2001-11-191-0/+4
* Fix memory handling bug in t_prng; update expected results as they changeddSam Hartman2001-11-191-0/+2
* Add t_prng.reseedtestSam Hartman2001-11-191-0/+7
* * Link Yarrow into the buildSam Hartman2001-11-161-0/+15
* * state.c (krb5_c_init_state, krb5_c_free_state): Use KRB5_CALLCONVKen Raeburn2001-11-071-0/+5
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-061-0/+6
* 2001-10-29 Jeff Altman <jaltman@columbia.edu>Jeffrey Altman2001-10-291-0/+5
* * t_encrypt.c: Argument to krb5_c_encrypt_length must be size_tEzra Peisach2001-10-241-0/+6
* * Add usage to verify in keyhash checksSam Hartman2001-10-231-0/+2
* Add Heimdal compatible aliases for rc4Sam Hartman2001-10-231-0/+2