summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some unnecessary includes from prng_fortuna.cGreg Hudson2011-02-251-2/+0
* Make dependGreg Hudson2011-02-2519-409/+433
* Now that all PRNG modules fit nicely into a single source file,Greg Hudson2011-02-2518-324/+149
* Remove Yarrow PRNG implementationGreg Hudson2011-02-2529-2913/+5
* A couple more Windows build system adjustments for Fortuna as defaultGreg Hudson2011-02-252-2/+8
* Add a stubs file missing from r24656Greg Hudson2011-02-251-0/+68
* Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson2011-02-2411-79/+119
* Fix dangling Makefile reference after r24652Greg Hudson2011-02-241-1/+1
* Make dependGreg Hudson2011-02-241-9/+6
* Fortuna as default PRNGGreg Hudson2011-02-2412-839/+497
* Fix a conceptual bug in r24639: the intermediate key container lengthGreg Hudson2011-02-181-1/+1
* hmac-md5 checksum doesn't work with DES keysGreg Hudson2011-02-161-1/+1
* Don't use a krb5 context in t_fork, since we don't set up a krb5.confGreg Hudson2010-12-281-2/+5
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* update dependenciesKen Raeburn2010-12-056-48/+60
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-306-25/+14
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2845-645/+46
* 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