summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Check alloc_data result in krb5int_old_encryptGreg Hudson2012-05-131-0/+2
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-272-23/+3
* Avoid side effects in assert expressionsGreg Hudson2012-03-091-1/+2
* Fix intermediate key length in hmac-md5 checksumGreg Hudson2011-10-281-1/+1
* Make reindentTom Yu2011-10-1710-54/+55
* Fix windows fork detectionSam Hartman2011-10-141-6/+10
* Don't need to check for fork on windowsSam Hartman2011-10-051-3/+8
* Improve k5_get_os_entropy for WindowsGreg Hudson2011-10-041-1/+2
* Fix a Fortuna PRNG failure caseGreg Hudson2011-10-031-1/+3
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-191-0/+1
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-0412-310/+310
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-243-17/+17
* make-dependKen Raeburn2011-08-201-13/+110
* WhitespaceGreg Hudson2011-08-092-1/+2
* Compile fix for WIN32 implementation of k5_get_os_entropy: declare HCRYPTPROV...Sam Hartman2011-08-091-1/+1
* Updated OBJS and SRCS in lib/crypto/krb/Makefile.inSam Hartman2011-08-091-2/+17
* Fixed typo in des OBJS: des_keys.c. -> des_keysSam Hartman2011-08-091-1/+1
* Legacy checksum APIs usually failGreg Hudson2011-07-261-9/+35
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-242-4/+2
* 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
* make dependEzra Peisach2011-07-011-1/+13
* Get static linking working again, mostlyGreg Hudson2011-06-281-44/+44
* Mark up strings for translationGreg Hudson2011-06-101-1/+1
* Updated documentation for krb5_c_ and sensauth API.Zhanna Tsitkov2011-05-191-9/+0
* Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfoldGreg Hudson2011-04-163-8/+5
* Make dependGreg Hudson2011-04-052-16/+2
* CoreFoundation is no longer used for UCS2 conversionsKen Raeburn2011-04-031-2/+1
* 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
* Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; justGreg Hudson2011-04-031-1/+3
* destest.c no longer needs crypto_int.hGreg Hudson2011-04-031-1/+0
* Remove the weak key checks from the builtin rc4 enc provider. ThereGreg Hudson2011-03-281-17/+0
* Update dependenciesEzra Peisach2011-03-191-39/+22
* Resolve a few miscellaneous warningsGreg Hudson2011-03-142-2/+2
* Remove two headers accidentally left behind in r24677Greg Hudson2011-03-142-71/+0
* Fix NSS PBKDF2 in the v4 salt (i.e. empty salt) caseGreg Hudson2011-03-111-1/+2
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-1122-1258/+1025
* Fix a couple of key import modes in the NSS module, although they don'tGreg Hudson2011-03-112-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-09113-783/+666
* Update dependenciesEzra Peisach2011-03-061-1/+3
* Fix up signed/unsigned warnings in this directory. There are still Ezra Peisach2011-03-065-11/+13
* On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach2011-03-062-1/+2
* Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. FixGreg Hudson2011-03-052-1/+98
* Include crypto_int.h for mit_des_fixup_key_parity prototypeEzra Peisach2011-03-051-6/+7
* Fix a conceptual (but not practical) type mismatch in the OpenSSLGreg Hudson2011-03-051-1/+1
* Make enc provider free_state function return voidGreg Hudson2011-03-056-25/+16
* 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-059-20/+116
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-0541-577/+121