summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Add AES enctypes to t_encryptSam Hartman2003-05-132-0/+6
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-122-1/+4
* AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2003-04-292-1/+5
* * dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properlyKen Raeburn2003-04-182-0/+7
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-139-36/+348
* Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2003-04-132-0/+11
* * prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2003-03-062-4/+7
* * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2003-03-062-0/+7
* * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2003-03-052-2/+17
* string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2003-03-052-1/+12
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-0516-76/+114
* * aes.c (krb5int_aes_init_state): Implement.Ken Raeburn2003-03-053-3/+14
* Add AES string-to-key functionKen Raeburn2003-03-054-9/+84
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-058-21/+22
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-033-42/+53
* * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2003-02-282-0/+7
* remove wrong commentKen Raeburn2003-02-261-1/+0
* * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that ifEzra Peisach2003-02-052-2/+7
* update dependenciesKen Raeburn2003-02-032-8/+17
* *** empty log message ***Ken Raeburn2003-02-031-0/+5
* Remove placeholder file that shouldn't have been checked inKen Raeburn2003-02-032-9/+6
* Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn2003-02-036-171/+352
* * aes.c: New file.Ken Raeburn2003-02-033-2/+206
* Make l40 staticSam Hartman2003-02-032-1/+6
* AES implementation by Briad Gladman; tweaked for krb5 treeKen Raeburn2003-02-0331-0/+39436
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-4/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-1029-15/+103
* Cleanup unusedEzra Peisach2002-12-239-146/+98
* * t_crc.c: Declare local functions staticEzra Peisach2002-12-232-5/+9
* * t_cksum.c: Cleanup (potential) variable used before set warningEzra Peisach2002-12-232-1/+5
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-192-13/+19
* * Makefile.in (clean): Clean up more test executables and objectEzra Peisach2002-12-063-3/+9
* update dependenciesTom Yu2002-11-271-11/+6
* Wrong size for memset()s in combine_keys()Ken Hornstein2002-11-141-3/+3
* Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2002-11-032-1/+6
* * Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2002-10-312-1/+6
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-243-0/+339
* * Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2002-10-102-1/+63
* * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2002-10-102-6/+69
* * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linkingKen Raeburn2002-10-102-2/+7
* whitespaceKen Raeburn2002-10-101-3/+9
* * pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn2002-10-104-0/+738
* update dependenciesTom Yu2002-09-283-16/+23
* Fix DES_INT32 definitionTom Yu2002-09-277-47/+35
* update dependenciesKen Raeburn2002-08-2913-40/+80
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2928-14/+70
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-295-0/+11
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2328-14/+70
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-222-1/+8