summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/dk
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-0310-1744/+0
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-264-29/+8
* Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (movedKen Raeburn2009-01-231-2/+4
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-76/+74
* Merge mskrb-integ onto trunkSam Hartman2009-01-033-6/+33
* Cleanup warningsSam Hartman2008-12-041-9/+9
* make dependSam Hartman2008-12-021-2/+12
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-024-0/+473
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-37/+40
* makedependKen Raeburn2008-09-181-33/+36
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-1/+1
* make dependKen Raeburn2007-08-161-32/+35
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-102-17/+19
* make dependTom Yu2006-10-061-13/+16
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-251-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-6/+6
* install headers into include/krb5Ken Raeburn2006-05-231-30/+33
* shsUpdate should take an unsigned int for lengthEzra Peisach2006-04-201-1/+1
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-15/+12
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-185/+0
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-022-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-45/+45
* make dependKen Raeburn2006-03-271-17/+19
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-18/+18
* make dependKen Raeburn2006-03-081-6/+12
* make dependTom Yu2005-11-291-19/+13
* Update dependenciesKen Raeburn2005-06-211-11/+24
* Implement RFC 3961 PRFSam Hartman2005-05-204-0/+84
* run "make depend"Ken Raeburn2004-12-301-26/+28
* update dependenciesKen Raeburn2004-04-241-19/+20
* * derive.c (krb5_random2key): Don't compile.Ken Raeburn2004-03-183-0/+12
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-245-389/+6
* protoizeKen Raeburn2004-02-195-75/+49
* * dk_decrypt.c (krb5_dk_decrypt_maybe_trunc_hmac): New argument IVEC_MODE. IfKen Raeburn2004-02-133-11/+48
* make dependKen Raeburn2003-12-151-16/+20
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-226-29/+50
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-14/+14
* * 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-134-4/+253
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-053-7/+11
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* update dependenciesKen Raeburn2002-08-291-5/+10
* * 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-14/+10
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-5/+5
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-13/+15
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-102-20/+24