summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* des-hmac-sha1 does not support AEADcrypto-iovSam Hartman2008-12-011-1/+1
* Omit CTS length checkSam Hartman2008-12-011-5/+1
* Update t_encrypt to do some black-box testing of the iov APISam Hartman2008-12-011-1/+44
* type in krb5_c_crypto_length is the crypto type not the enctypeSam Hartman2008-12-011-1/+1
* Add stream cryptotypeSam Hartman2008-12-011-0/+1
* Fix extern declarationSam Hartman2008-12-011-1/+1
* Use return value of get/put block to indicate termination conditionSam Hartman2008-12-015-11/+12
* Cleanup; stream processing is done now by krb5_c_decrypt_iov()Sam Hartman2008-12-011-4/+0
* Cleanup IOV codeSam Hartman2008-12-013-17/+44
* Add krb5_c_crypto_length_iov() and krb5_c_padding_length() APIsSam Hartman2008-12-014-1/+131
* Change the behaviour of KRB5_CRYPTO_TYPE_STREAM slightly: STREAM shouldSam Hartman2008-12-011-22/+44
* Only a single padding buffer is requiredSam Hartman2008-12-011-28/+19
* Cleanup code on the assumption HEADER buffer is always firstSam Hartman2008-12-012-49/+10
* cleanupSam Hartman2008-12-011-6/+6
* cleanupSam Hartman2008-12-011-2/+3
* cleanupSam Hartman2008-12-011-3/+6
* KRB5_CRYPTO_TYPE_STREAM handling code was in wrong fileSam Hartman2008-12-011-0/+5
* When pad_to_boundary is set (as it is for CCM), don't pad betweenSam Hartman2008-12-011-5/+38
* Initialize PADDING buffers that are not preceeded by DATA buffers toSam Hartman2008-12-011-3/+4
* Ensure padding is initialized on return from krb5_c_encrypt_iov()Sam Hartman2008-12-012-5/+29
* Add some notes regarding block IOV APIsSam Hartman2008-12-011-0/+8
* CTR mode and associated data do not require explicit padding in theSam Hartman2008-12-012-38/+47
* CleanupSam Hartman2008-12-012-4/+7
* Provisional implementation of CCM mode for AESSam Hartman2008-12-013-20/+67
* RC4 has a header length that includes the confounder and checksum.Sam Hartman2008-12-011-1/+3
* ReformatSam Hartman2008-12-011-2/+2
* Careful not to overwrite mit_des_zeroblockSam Hartman2008-12-012-4/+10
* Don't reset iov_pos to current index after reading header; found by SamSam Hartman2008-12-011-5/+4
* cleanupSam Hartman2008-12-011-1/+0
* support KRB5_CRYPTO_TYPE_STREAMSam Hartman2008-12-016-226/+231
* fix some more pointer adjustment errorsSam Hartman2008-12-011-20/+19
* Don't encrypt checksum!Sam Hartman2008-12-011-0/+9
* For RC4, checksum is in header, not trailerSam Hartman2008-12-011-19/+32
* No padding for rc4 at krb5 layerSam Hartman2008-12-011-1/+1
* Expose krb5_hmac_iov via accessorSam Hartman2008-12-013-0/+6
* Include padding in to be signed dataSam Hartman2008-12-012-4/+3
* Don't require KRB5_CRYPTO_TPYE_HEADER to come before dataSam Hartman2008-12-014-92/+140
* Validate input lengths correctly for CTS ciphersSam Hartman2008-12-011-12/+18
* KRB5_CRYPTO_TYPE_CHECKSUM should be 96 bitsSam Hartman2008-12-011-3/+1
* Fix some bugs in AEAD codeSam Hartman2008-12-017-22/+27
* Implement 3DES IOV routinesSam Hartman2008-12-017-1/+369
* Initial implementation of krb5int_aes_decrypt_iov()Sam Hartman2008-12-011-1/+81
* Begin work on AES IOV APIsSam Hartman2008-12-016-24/+193
* preliminary implementation of krb5int_dk_{en,de}crypt_iovSam Hartman2008-12-013-9/+290
* preliminary implementation of krb5int_arcfour_decrypt_iovSam Hartman2008-12-011-6/+100
* implement k5_hmac_md5_hash_iovSam Hartman2008-12-014-4/+68
* Some work on checksum code for AEADSam Hartman2008-12-0110-31/+340
* Begin work on rc4 krb5 AEADSam Hartman2008-12-018-29/+251
* Beginnings of work on AEAD support in libk5cryptoSam Hartman2008-12-0122-40/+687
* Branch trunk to record series of commits pulled from mskrb-integ to implemen...Sam Hartman2008-12-012840-0/+820841
|\