summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb
Commit message (Expand)AuthorAgeFilesLines
...
* update dependenciesKen Raeburn2010-12-053-42/+32
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-305-18/+12
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2813-130/+14
* Fix Windows buildGreg Hudson2010-11-2513-93/+123
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-2011-695/+257
* Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS atGreg Hudson2010-10-221-1/+2
* Minor comments related changed. Zhanna Tsitkov2010-10-065-6/+35
* Add RUN_SETUP so make check works by setting the proper LD_LIBRARY_PATHEzra Peisach2010-10-051-1/+1
* Fix the NSS PRNG build. Fix the build for non-gmake make. Revert aGreg Hudson2010-10-052-3/+2
* Some missed files needed for rev #24420Zhanna Tsitkov2010-10-0516-0/+1453
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-0518-181/+90
* Merge branches/nss to trunkGreg Hudson2010-10-023-12/+85
* Allow a zero checksum type to be passed into krb5_k_verify_checksum_iov;Luke Howard2010-09-091-0/+6
* krb5_k_make_checksum will use the mandatory checksum type if 0 isLuke Howard2010-09-091-0/+6
* Make dependGreg Hudson2010-09-0810-173/+257
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-0726-282/+1630
* Ensure valid key in krb5int_yarrow_cipher_encrypt_blockEzra Peisach2010-09-041-0/+6
* Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2010-07-192-4/+6
* In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson2010-06-101-0/+1
* make dependGreg Hudson2010-06-0710-257/+298
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-042-3/+29
* Squash some warnings in the old crypto API glue. Use make_data()Greg Hudson2010-04-261-42/+20
* krb5int_dk_string_to_key fails to set enctypeEzra Peisach2010-01-081-0/+1
* yarrow code does not initialize keyblock enctype and uses unitialized valueEzra Peisach2010-01-082-0/+2
* krb5int_derive_key results in cache with uninitialized valuesEzra Peisach2010-01-081-0/+4
* Update dependenciesKen Raeburn2010-01-034-54/+24
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-031-0/+8
* Initialize hash_iov, in case of premature error exitKen Raeburn2009-12-311-1/+1
* Combine the related code into one fileZhanna Tsitkov2009-12-295-143/+55
* fast negotiation projecSam Hartman2009-12-141-0/+8
* Don't use sizeof(pointertype) to get the length of an allocated arrayTom Yu2009-12-101-1/+1
* Add comments to make it slightly clearer howGreg Hudson2009-12-101-1/+2
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-1031-1199/+693
* Remove the ivec parameters from the keyhash provider functions, asGreg Hudson2009-12-069-25/+19
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-0614-227/+115
* Remove some code paths in crypto-length which are dead now that theGreg Hudson2009-12-041-11/+2
* Remove CRC32_SHIFT4 code as we are unlikely to ever need itGreg Hudson2009-12-042-32/+0
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-0450-2160/+646
* update dependenciesKen Raeburn2009-12-023-17/+31
* Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson2009-12-022-1/+49
* Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson2009-12-021-1/+1
* Fix AES IOV decryption of small messagesGreg Hudson2009-12-011-13/+8
* Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson2009-12-011-23/+41
* Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOVGreg Hudson2009-12-011-25/+29
* Remove some stray tabsGreg Hudson2009-11-301-4/+4
* Use aead_dk instead of aead_old for des-hmac-sha1, since it usesGreg Hudson2009-11-301-1/+1
* Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson2009-11-306-17/+245
* Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson2009-11-302-2/+3
* Stream decryption is handled in krb5_k_decrypt_iov; remove someGreg Hudson2009-11-302-12/+0
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-292-49/+3