summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb
Commit message (Expand)AuthorAgeFilesLines
* Legacy checksum APIs usually failGreg Hudson2011-07-261-9/+35
* Rename "ivec" to "cipher_state" in encrypt/decryptGreg Hudson2011-07-222-8/+8
* C90 doesn't allow commas at the ends of enumeration listsKen Raeburn2011-07-011-1/+2
* Mark up strings for translationGreg Hudson2011-06-101-1/+1
* Updated documentation for krb5_c_ and sensauth API.Zhanna Tsitkov2011-05-191-9/+0
* In t_fortuna.c, use a static buffer in head_tail_test, and use %f forGreg Hudson2011-04-031-2/+3
* Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stackKen Raeburn2011-04-031-1/+1
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-1/+1
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-113-23/+664
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0931-108/+64
* On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach2011-03-061-0/+1
* Make enc provider free_state function return voidGreg Hudson2011-03-052-7/+7
* Remove the init_state and free_state enctype functions and go back toGreg Hudson2011-03-053-49/+2
* Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson2011-03-051-0/+104
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-0540-1010/+115
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-0288-1494/+1261
* Simplify lib/crypto/krb/arcfour in the wake of r23444. Move theGreg Hudson2011-02-2811-393/+305
* Use the hash provider interface in krb5int_arcfour_string_to_key soGreg Hudson2011-02-282-34/+13
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-2721-428/+129
* Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson2011-02-251-7/+7
* Add Fortuna test program to file list for dependency generationGreg Hudson2011-02-252-9/+23
* Add a non-default PRNG module which just retrieves entropy fromGreg Hudson2011-02-251-0/+94
* Remove some unnecessary includes from prng_fortuna.cGreg Hudson2011-02-251-2/+0
* Make dependGreg Hudson2011-02-259-236/+240
* Now that all PRNG modules fit nicely into a single source file,Greg Hudson2011-02-2515-344/+75
* Remove Yarrow PRNG implementationGreg Hudson2011-02-2520-2361/+4
* A couple more Windows build system adjustments for Fortuna as defaultGreg Hudson2011-02-251-0/+6
* Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson2011-02-241-3/+1
* Fix dangling Makefile reference after r24652Greg Hudson2011-02-241-1/+1
* Make dependGreg Hudson2011-02-241-9/+6
* Fortuna as default PRNGGreg Hudson2011-02-2411-839/+492
* 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
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* 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