aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov10-0/+1546
2009-10-06Fix object file pathZhanna Tsitkov1-5/+5
2009-10-04Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov1-149/+144
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-10-01Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov5-0/+788
2009-10-01Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov15-0/+848
2009-10-01Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov1-0/+505
2009-10-01CleanupZhanna Tsitkov4-143/+116
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov31-50/+347
2009-09-29Fix include path to pick up the correct headersZhanna Tsitkov1-1/+1
2009-09-29Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2-2/+2
2009-09-25Crypto modularity proj: Updated IOV cryptoZhanna Tsitkov3-192/+326
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 Hudson18-743/+691
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 Tsitkov47-874/+1221
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 Tsitkov23-11/+1369
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov19-164/+178
2009-08-13Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson1-1/+1
2009-08-10Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson1-1/+4
2009-08-03In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson1-3/+3
2009-08-03Be a little more verbose about errors from mit_des_key_sched(), andTom Yu1-1/+2
2009-08-03Fix deplibs for t_crcTom Yu1-1/+1
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson16-697/+644
2009-08-03In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson1-1/+1
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov242-1737/+1839
2009-06-17In the previous patch - I neglected a potential NULL deref in the callEzra Peisach1-1/+3
2009-06-11krb5int_yarrow_final could deref NULL if out of memoryEzra Peisach1-1/+2
2009-05-27Revert last changeKen Raeburn1-7/+5
2009-05-27Don't re-run test programs to recreate output every time 'check' is builtKen Raeburn1-5/+7
2009-05-27fix t_prf test code properlyKen Raeburn1-6/+8
2009-05-22whitespaceKen Raeburn1-3/+3
2009-05-22Use correct type for krb5_c_prf_length length argKen Raeburn1-8/+9
2009-05-20Include regression test for krb-fx-cf2 for RC4 enctypeSam Hartman3-0/+7
2009-05-20Restore compatibility with KDCs using key usage 8 to encrypt TGSGreg Hudson2-39/+74
2009-05-18In practice, key usage 9 requires no translationSam Hartman1-1/+1
2009-04-30make dependSam Hartman3-2/+13
2009-04-30Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichiSam Hartman7-12/+88
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman3-4/+20
2009-03-31mark export grade RC4 as weakSam Hartman1-1/+2
2009-03-16make dependSam Hartman1-0/+12
2009-03-16Implement test cases for CF2Sam Hartman8-2/+147
2009-03-16Implement KRB-FX_CF2Sam Hartman4-0/+172
2009-03-05Take out of the loop unchangeble assignments. TabulationZhanna Tsitkov1-27/+26
2009-02-09use unsigned value for shifting, avoiding undefined behaviorKen Raeburn1-1/+1
2009-02-06Unsigned/signed fixesEzra Peisach4-5/+6