summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows buildGreg Hudson2010-11-2526-188/+221
* Suppress building camellia-gen in "make check" for now (it has a buildGreg Hudson2010-11-211-1/+2
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-2036-1508/+2442
* Include <openssl/des.h> in the OpenSSL back end's weak_key.c for theGreg Hudson2010-11-091-0/+1
* Include k5-int.h for function declarationsKen Raeburn2010-10-231-0/+2
* Better libk5crypto NSS fork safetyGreg Hudson2010-10-233-6/+124
* Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS atGreg Hudson2010-10-229-9/+20
* 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-053-10/+6
* Some missed files needed for rev #24420Zhanna Tsitkov2010-10-0520-0/+1541
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-0532-195/+758
* Add mit_afs_string_to_key declarationZhanna Tsitkov2010-10-051-0/+5
* Add a missing protototype which was breaking the crypto build with theGreg Hudson2010-10-051-0/+5
* Merge branches/nss to trunkGreg Hudson2010-10-0256-19/+3933
* 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
* Add dummy camellia subdir to openssl back end makefileGreg Hudson2010-09-081-1/+1
* Make dependGreg Hudson2010-09-0819-291/+436
* Don't build the built-in Camellia block cipher code if Camellia-CCMGreg Hudson2010-09-082-0/+10
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-0754-332/+6212
* Ensure valid key in krb5int_yarrow_cipher_encrypt_blockEzra Peisach2010-09-041-0/+6
* clean up memory leak and potential unused variable in crypto testsEzra Peisach2010-09-032-0/+5
* 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-0718-428/+489
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-043-3/+30
* Reformat with shorter linesKen Raeburn2010-05-161-15/+23
* Delete an old pre-Yarrow itemKen Raeburn2010-05-161-4/+0
* Squash some warnings in the old crypto API glue. Use make_data()Greg Hudson2010-04-261-42/+20
* Fix cipher state chaining in OpenSSL back endGreg Hudson2010-02-183-61/+90
* Add display statements for the encrypted tokens generated by t_encryptGreg Hudson2010-02-171-0/+24
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-271-0/+10
* Add test program for decryption of overly short buffersGreg Hudson2010-01-122-2/+135
* krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblockEzra Peisach2010-01-091-0/+1
* krb5int_dk_string_to_key fails to set enctypeEzra Peisach2010-01-081-0/+1
* Set enctype in crypto_tests to prevent memory leaksEzra Peisach2010-01-082-17/+13
* 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-032-18/+60
* Fix a case where krb5int_aes_decrypt was trying to encrypt a blockGreg Hudson2010-01-031-1/+1
* Declare function as static to avoid compiler warning on missing prototypesEzra Peisach2009-12-311-1/+2
* Remove $(TOBJS) for make cleanEzra Peisach2009-12-311-1/+1
* 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-1044-1278/+858