aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb
AgeCommit message (Expand)AuthorFilesLines
2009-12-08have AESCBC keyhash_provider do its own key derivationlhoward/aes-ccmLuke Howard2-4/+38
2009-10-19sync with trunk at 22944Luke Howard43-345/+644
2009-10-19init_state needs to return a deterministic value, it seemsLuke Howard1-1/+1
2009-10-19add CBC checksumtypesLuke Howard2-1/+9
2009-10-19quick port of AES-CCM code to crypto modularity, no OpenSSL support yetLuke Howard8-4/+1120
2009-10-18Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2-1/+2
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu9-235/+277
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson7-0/+1214
2009-10-08In krb5_c_verify_checksum, avoid the structure copy of *data since weGreg Hudson1-1/+2
2009-10-08In krb5_calculate_checksum (a compatibility routine), initializeGreg Hudson1-0/+1
2009-10-07In krb5_c_make_checksum, avoid the structure copy of *input since weGreg Hudson1-1/+2
2009-10-07Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839Greg Hudson1-1/+1
2009-10-03Update the crypto derived key support code to conform to most of theGreg Hudson7-481/+334
2009-10-03Update the crypto API glue to conform to most of the current codingGreg Hudson39-976/+736
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov18-395/+20
2009-09-29Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach1-1/+1
2009-09-20Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach1-1/+0
2009-09-18Use enc_provider for des hash routines. Also needed by Crypto modularity projZhanna Tsitkov2-113/+58
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson10-534/+492
2009-09-16Fix return value of krb5int_des_make_key from rev 22769Zhanna Tsitkov1-0/+2
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov25-459/+1020
2009-09-13Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson7-1214/+0
2009-09-13Implement s4u extensionsGreg Hudson7-0/+1214
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov5-1/+5
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov11-1233/+10
2009-08-13Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson1-1/+1
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson9-524/+485
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov113-0/+13079