Add kadmin ACL enforcement tests
[krb5.git] / src / lib / crypto /
2012-03-09 Greg HudsonAvoid side effects in assert expressions
2011-10-28 Greg HudsonFix intermediate key length in hmac-md5 checksum
2011-10-17 Tom YuMake reindent
2011-10-14 Sam HartmanFix windows fork detection
2011-10-05 Sam HartmanDon't need to check for fork on windows
2011-10-04 Greg HudsonImprove k5_get_os_entropy for Windows
2011-10-03 Greg HudsonFix a Fortuna PRNG failure case
2011-09-19 Sam HartmanIn pkinit_crypto_openssl.c, modified pkinit_octetstring...
2011-09-04 Greg HudsonUntabify some files mistakenly created with tabs
2011-08-24 Ezra PeisachFix signed/unsigned warnings in tests
2011-08-20 Ken Raeburnmake-depend
2011-08-09 Greg HudsonWhitespace
2011-08-09 Sam HartmanCompile fix for WIN32 implementation of k5_get_os_entro...
2011-08-09 Sam HartmanUpdated OBJS and SRCS in lib/crypto/krb/Makefile.in
2011-08-09 Sam HartmanFixed typo in des OBJS: des_keys.c. -> des_keys
2011-07-26 Greg HudsonLegacy checksum APIs usually fail
2011-07-24 Ezra PeisachClean up a number of variables set but not used warnings
2011-07-22 Greg HudsonRename "ivec" to "cipher_state" in encrypt/decrypt
2011-07-01 Ken RaeburnC90 doesn't allow commas at the ends of enumeration...
2011-07-01 Ezra Peisachmake depend
2011-06-28 Greg HudsonGet static linking working again, mostly
2011-06-10 Greg HudsonMark up strings for translation
2011-05-19 Zhanna TsitkovUpdated documentation for krb5_c_ and sensauth API.
2011-04-16 Greg HudsonRevert r24826. Export krb5int_nfold from libk5crypto...
2011-04-05 Greg HudsonMake depend
2011-04-03 Ken RaeburnCoreFoundation is no longer used for UCS2 conversions
2011-04-03 Greg HudsonIn t_fortuna.c, use a static buffer in head_tail_test...
2011-04-03 Ken RaeburnDon't allocate over 2MB on the stack; sparc-netbsd3...
2011-04-03 Greg HudsonAvoid using crypto_int.h in t_nfold.c for convenience...
2011-04-03 Greg Hudsondestest.c no longer needs crypto_int.h
2011-03-28 Greg HudsonRemove the weak key checks from the builtin rc4 enc...
2011-03-19 Ezra PeisachUpdate dependencies
2011-03-14 Greg HudsonResolve a few miscellaneous warnings
2011-03-14 Greg HudsonRemove two headers accidentally left behind in r24677
2011-03-11 Greg HudsonFix NSS PBKDF2 in the v4 salt (i.e. empty salt) case
2011-03-11 Greg HudsonMove the des and AFS string-to-key implementations...
2011-03-11 Greg HudsonFix a couple of key import modes in the NSS module...
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-03-06 Ezra PeisachUpdate dependencies
2011-03-06 Ezra PeisachFix up signed/unsigned warnings in this directory....
2011-03-06 Ezra PeisachOn make clean remove test programs and object files...
2011-03-05 Greg HudsonAdd test vectors from RFC 3961 for DES and DES3 to...
2011-03-05 Ezra PeisachInclude crypto_int.h for mit_des_fixup_key_parity prototype
2011-03-05 Greg HudsonFix a conceptual (but not practical) type mismatch...
2011-03-05 Greg HudsonMake enc provider free_state function return void
2011-03-05 Greg HudsonRemove the init_state and free_state enctype functions...
2011-03-05 Greg HudsonMove t_cf2 from lib/crypto/builtin to lib/crypto/crypto...
2011-03-05 Greg HudsonFlatten lib/crypto/krb, as its seven subdirectories...
2011-03-03 Greg HudsonFix SHA-256 on big-endian platforms
2011-03-02 Greg HudsonConsolidate almost all lib/crypto/krb headers into...
2011-02-28 Greg HudsonSimplify lib/crypto/krb/arcfour in the wake of r23444...
2011-02-28 Greg HudsonUse the hash provider interface in krb5int_arcfour_stri...
2011-02-27 Greg HudsonReference random-to-key handlers through the enctype...
2011-02-27 Greg HudsonRemove nonexistent aes_ctr from object and source file...
2011-02-25 Greg HudsonNamespace-protect SHA-256 symbols. Build SHA-256 code...
2011-02-25 Greg HudsonAdd Fortuna test program to file list for dependency...
2011-02-25 Greg HudsonAdd a non-default PRNG module which just retrieves...
2011-02-25 Greg HudsonRemove some unnecessary includes from prng_fortuna.c
2011-02-25 Greg HudsonMake depend
2011-02-25 Greg HudsonNow that all PRNG modules fit nicely into a single...
2011-02-25 Greg HudsonRemove Yarrow PRNG implementation
2011-02-25 Greg HudsonA couple more Windows build system adjustments for...
2011-02-25 Greg HudsonAdd a stubs file missing from r24656
2011-02-24 Greg HudsonUnbreak the OpenSSL and NSS crypto builds in the wake...
2011-02-24 Greg HudsonFix dangling Makefile reference after r24652
2011-02-24 Greg HudsonMake depend
2011-02-24 Greg HudsonFortuna as default PRNG
2011-02-18 Greg HudsonFix a conceptual bug in r24639: the intermediate key...
2011-02-16 Greg Hudsonhmac-md5 checksum doesn't work with DES keys
2010-12-28 Greg HudsonDon't use a krb5 context in t_fork, since we don't...
2010-12-20 Greg HudsonEliminate some unused variable warnings
2010-12-05 Ken Raeburnupdate dependencies
2010-11-30 Greg HudsonSA-2010-007 Checksum vulnerabilities (CVE-2010-1324...
2010-11-28 Greg HudsonUse for loops for recursion in the Windows build, cutti...
2010-11-25 Greg HudsonFix Windows build
2010-11-21 Greg HudsonSuppress building camellia-gen in "make check" for...
2010-11-20 Greg HudsonImplement Camellia-CTS-CMAC instead of Camellia-CCM
2010-11-09 Greg HudsonInclude <openssl/des.h> in the OpenSSL back end's weak_...
2010-10-23 Ken RaeburnInclude k5-int.h for function declarations
2010-10-23 Greg HudsonBetter libk5crypto NSS fork safety
2010-10-22 Greg HudsonMake it possible to override CRYPTO_IMPL_CFLAGS and...
2010-10-06 Zhanna TsitkovMinor comments related changed.
2010-10-05 Ezra PeisachAdd RUN_SETUP so make check works by setting the proper...
2010-10-05 Greg HudsonFix the NSS PRNG build. Fix the build for non-gmake...
2010-10-05 Zhanna TsitkovSome missed files needed for rev #24420
2010-10-05 Zhanna TsitkovImproves prng code modularity. Introduces fortuna-like...
2010-10-05 Zhanna TsitkovAdd mit_afs_string_to_key declaration
2010-10-05 Greg HudsonAdd a missing protototype which was breaking the crypto...
2010-10-02 Greg HudsonMerge branches/nss to trunk
2010-09-09 Luke HowardAllow a zero checksum type to be passed into krb5_k_ver...
2010-09-09 Luke Howardkrb5_k_make_checksum will use the mandatory checksum...
2010-09-08 Greg HudsonAdd dummy camellia subdir to openssl back end makefile
2010-09-08 Greg HudsonMake depend
2010-09-08 Greg HudsonDon't build the built-in Camellia block cipher code...
2010-09-07 Greg HudsonMerge the camellia-ccm branch to trunk. Since there...
2010-09-04 Ezra PeisachEnsure valid key in krb5int_yarrow_cipher_encrypt_block
2010-09-03 Ezra Peisachclean up memory leak and potential unused variable...
2010-07-19 Greg HudsonAllow Microsoft HMAC-MD5 checksum types to use non...
2010-06-10 Greg HudsonIn yarrow.c, undefine k5-trace.h's TRACE before definin...
2010-06-07 Greg Hudsonmake depend
next