summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* comment needed some grammatical/typographical fixes tooKen Raeburn2009-02-021-11/+11
* comment whitespaceKen Raeburn2009-02-021-11/+11
* handle freeing null keyblockKen Raeburn2009-01-311-6/+6
* disable single-DES by defaultTom Yu2009-01-284-11/+47
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-283-5/+5
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-2610-68/+19
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-241-2/+2
* Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copyingGreg Hudson2009-01-231-0/+1
* Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (movedKen Raeburn2009-01-239-23/+33
* Make enctype and checksumtype name mapping table types private to theKen Raeburn2009-01-156-124/+120
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0530-1105/+1075
* fix minor comment typosKen Raeburn2009-01-051-2/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-0330-135/+714
* I don't know what it was that someone else didn't know, but it doesn'tKen Raeburn2008-12-311-5/+3
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-186-87/+120
* Merge in fix from ms-krb-integ branch to avoid modifying input data on aead...Sam Hartman2008-12-051-4/+15
* Cleanup warningsSam Hartman2008-12-044-19/+19
* Merge R21122 from mskrb-integSam Hartman2008-12-046-60/+60
* Merge r21120 from mskrb-integSam Hartman2008-12-046-39/+210
* make dependSam Hartman2008-12-026-17/+117
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-0232-50/+2560
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-4/+4
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-0415-550/+597
* Apply Apple patch to null out key->contents after freeing on failure,Greg Hudson2008-11-031-0/+2
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-4/+6
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-6/+4
* makedependKen Raeburn2008-09-1815-507/+546
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-2722-27/+29
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-131-3/+5
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-126-12/+12
* Update copyright notices to reflect donation of DES implementation byTom Yu2008-08-125-25/+120
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-027-67/+22
* Use GET_HALF_BLOCK to fetch new values instead of open-codingKen Raeburn2008-08-022-16/+10
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* add copyright to lib/crypto/enc_provider/aes.cTom Yu2008-07-091-0/+26
* stop exporting a few symbols internal to aes implementationKen Raeburn2008-07-031-5/+0
* When returning an error, don't also pass back an invalid pointerKen Raeburn2008-06-271-1/+3
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-2/+2
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-303-6/+6
* Multiple assignments without sequence points invoke undefinedKen Raeburn2008-04-251-6/+12
* Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen...Ken Raeburn2008-04-241-2/+2
* Add "-framework CoreFoundation" to crypto library link command in darwin-modeKen Raeburn2008-03-041-1/+1
* krb5int_arcfour_string_to_key does not support utf-8 stringsAlexandra Ellwood2008-02-261-9/+47
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-6/+5
* read_entropy_from_device on partial read will not fill bufferEzra Peisach2007-08-201-4/+6
* make dependKen Raeburn2007-08-1615-482/+529
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-1010-34/+50
* Rewrite weak key check to use a small custom struct instead of wedgingKen Raeburn2007-05-101-10/+12
* We're requiring that 'inline' work nowadays, so don't conditionalize its useKen Raeburn2007-05-101-7/+1