summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb/dk
Commit message (Expand)AuthorAgeFilesLines
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-058-1207/+0
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-029-179/+60
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-272-6/+5
* Make dependGreg Hudson2011-02-251-22/+20
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-302-9/+3
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-251-3/+3
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-207-664/+224
* Make dependGreg Hudson2010-09-081-10/+38
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-078-41/+906
* make dependGreg Hudson2010-06-071-16/+18
* krb5int_dk_string_to_key fails to set enctypeEzra Peisach2010-01-081-0/+1
* krb5int_derive_key results in cache with uninitialized valuesEzra Peisach2010-01-081-0/+4
* Update dependenciesKen Raeburn2010-01-031-13/+14
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-103-32/+25
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-063-61/+7
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-048-785/+182
* Fix AES IOV decryption of small messagesGreg Hudson2009-12-011-13/+8
* Stream decryption is handled in krb5_k_decrypt_iov; remove someGreg Hudson2009-11-301-6/+0
* Mark and reindent lib/cryptoGreg Hudson2009-11-287-290/+297
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-49/+47
* make mark-cstyleTom Yu2009-10-316-27/+26
* Rename some lingering krb5_derive_key referencesGreg Hudson2009-10-291-1/+1
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-287-44/+54
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-197-169/+189
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-21/+24
* Update the crypto derived key support code to conform to most of theGreg Hudson2009-10-037-481/+334
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-36/+33
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-164-112/+33
* Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson2009-08-131-1/+1
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-031-43/+40
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-0310-0/+1745