summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Fix return value of krb5int_des_make_key from rev 22769Zhanna Tsitkov2009-09-161-0/+2
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-1647-874/+1221
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-09-137-1214/+0
* Implement s4u extensionsGreg Hudson2009-09-137-0/+1214
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-0323-11/+1369
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0219-164/+178
* Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson2009-08-131-1/+1
* Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson2009-08-101-1/+4
* In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson2009-08-031-3/+3
* Be a little more verbose about errors from mit_des_key_sched(), andTom Yu2009-08-031-1/+2
* Fix deplibs for t_crcTom Yu2009-08-031-1/+1
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-0316-697/+644
* In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson2009-08-031-1/+1
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-03242-1737/+1839
* In the previous patch - I neglected a potential NULL deref in the callEzra Peisach2009-06-171-1/+3
* krb5int_yarrow_final could deref NULL if out of memoryEzra Peisach2009-06-111-1/+2
* Revert last changeKen Raeburn2009-05-271-7/+5
* Don't re-run test programs to recreate output every time 'check' is builtKen Raeburn2009-05-271-5/+7
* fix t_prf test code properlyKen Raeburn2009-05-271-6/+8
* whitespaceKen Raeburn2009-05-221-3/+3
* Use correct type for krb5_c_prf_length length argKen Raeburn2009-05-221-8/+9
* Include regression test for krb-fx-cf2 for RC4 enctypeSam Hartman2009-05-203-0/+7
* Restore compatibility with KDCs using key usage 8 to encrypt TGSGreg Hudson2009-05-202-39/+74
* In practice, key usage 9 requires no translationSam Hartman2009-05-181-1/+1
* make dependSam Hartman2009-04-303-2/+13
* Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichiSam Hartman2009-04-307-12/+88
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-033-4/+20
* mark export grade RC4 as weakSam Hartman2009-03-311-1/+2
* make dependSam Hartman2009-03-161-0/+12
* Implement test cases for CF2Sam Hartman2009-03-168-2/+147
* Implement KRB-FX_CF2Sam Hartman2009-03-164-0/+172
* Take out of the loop unchangeble assignments. TabulationZhanna Tsitkov2009-03-051-27/+26
* use unsigned value for shifting, avoiding undefined behaviorKen Raeburn2009-02-091-1/+1
* Unsigned/signed fixesEzra Peisach2009-02-064-5/+6
* prefer structure assignment to memcpyKen Raeburn2009-02-031-6/+6
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* comment needed some grammatical/typographical fixes tooKen Raeburn2009-02-021-11/+11
* comment whitespaceKen Raeburn2009-02-021-11/+11
* handle freeing null keyblockKen Raeburn2009-01-311-6/+6
* disable single-DES by defaultTom Yu2009-01-284-11/+47
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-283-5/+5
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-2610-68/+19
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-241-2/+2
* Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copyingGreg Hudson2009-01-231-0/+1
* Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (movedKen Raeburn2009-01-239-23/+33
* Make enctype and checksumtype name mapping table types private to theKen Raeburn2009-01-156-124/+120
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0530-1105/+1075
* fix minor comment typosKen Raeburn2009-01-051-2/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-0330-135/+714
* I don't know what it was that someone else didn't know, but it doesn'tKen Raeburn2008-12-311-5/+3