Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length.
[openssl.git] / crypto /
2008-11-05 Dr. Stephen HensonDon't use clobbered 'i' for checking UTCTime and Genera...
2008-11-04 Ben LaurieOnly one of these needs to be signed.
2008-11-04 Ben LaurieFormatting.
2008-11-03 Andy PolyakovMinor perlasm updates.
2008-11-02 Dr. Stephen HensonNot sure about this one... seems to be needed to make...
2008-11-02 Dr. Stephen HensonFix prototypes.
2008-11-02 Dr. Stephen HensonUse stddef.h to pick up size_t def.
2008-11-02 Dr. Stephen HensonFix prototypes.
2008-11-02 Dr. Stephen HensonUpdate HMAC functions to return an error where relevant.
2008-11-02 Dr. Stephen HensonFix warnings: printf format mismatches on 64 bit platforms.
2008-11-02 Ben LaurieFix asserts. Fix incorrect dependency.
2008-11-02 Dr. Stephen HensonFix warnings about mismatched prototypes, undefined...
2008-11-02 Ben LaurieFix warnings.
2008-11-02 Ben LaurieFix warning.
2008-11-01 Andy PolyakovFix bss_log.c on Windows.
2008-11-01 Ben LaurieMore size_tification.
2008-11-01 Ben Lauriesize_tification.
2008-11-01 Andy PolyakovFix SHA512 and optimize BN for mingw64.
2008-10-31 Andy PolyakovFix warnings after commit#17578.
2008-10-31 Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2008-10-31 Andy Polyakovsize_t-fy AES, Camellia and RC4.
2008-10-31 Dr. Stephen HensonAdd install target to crypto/jpake/Makefile
2008-10-28 Andy Polyakovrandfile.c: .rnd can become orphaned on VMS.
2008-10-28 Andy Polyakovec2_mult.c readability update.
2008-10-28 Andy PolyakovMinor clean-up in bn_lib.c: constification and optimiza...
2008-10-28 Andy PolyakovFix crash in BN_rshift.
2008-10-28 Andy PolyakovHarmonize Camellia API with version 1.x.
2008-10-28 Andy PolyakovCamellia update. Quoting camellia.c:
2008-10-28 Andy Polyakovx86_64-xlate.pl update: refine SEH support.
2008-10-27 Dr. Stephen HensonWin32 fixes... add new directory to build system. Fix...
2008-10-27 Dr. Stephen HensonFix warnings and various issues.
2008-10-26 Ben LaurieAdd JPAKE.
2008-10-22 Dr. Stephen HensonAdd permanentIdentifier OID.
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-22 Geoff ThorpeApparently '__top' is also risky, obfuscate further...
2008-10-22 Geoff ThorpeUse of a 'top' var creates "shadow variable" warnings.
2008-10-20 Dr. Stephen HensonReinstate obj_xref.h as it is not auto generated on...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-19 Ben LaurieConstification.
2008-10-18 Dr. Stephen HensonFix multiple ; warning.
2008-10-18 Ben LaurieFix warning a different way.
2008-10-16 Andy PolyakovFix argument order in BN_nnmod call and implement rigor...
2008-10-15 Andy PolyakovOptimize bn_correct_top.
2008-10-15 Andy PolyakovRemove redundant BN_ucmp, fix boundary condition in...
2008-10-14 Ben LaurieSet comparison function in v3_add_canonize().
2008-10-14 Dr. Stephen HensonOoops... remove code accidentally commited from FIPS...
2008-10-14 Dr. Stephen HensonAdd missing lock definitions...
2008-10-14 Dr. Stephen HensonAdd missing lock definitions.
2008-10-14 Ben LaurieType-safe OBJ_bsearch_ex.
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-10-06 Lutz JänickeFix incorrect command for assember file generation...
2008-09-23 Andy PolyakovFix EC_KEY_check_key.
2008-09-15 Bodo MöllerFrom branch OpenSSL_0_9_8-stable: Allow soft-loading...
2008-09-15 Andy PolyakovFix yesterday typos in bss_dgram.c.
2008-09-15 Geoff ThorpeFix build warnings.
2008-09-14 Andy PolyakovWinsock handles SO_RCVTIMEO in unique manner...
2008-09-14 Bodo MöllerReally get rid of unsafe double-checked locking.
2008-09-14 Bodo MöllerSome precautions to avoid potential security-relevant...
2008-09-12 Andy PolyakovAIX build updates.
2008-09-07 Ben LaurieFix warning.
2008-09-01 Dr. Stephen HensonInitial support for delta CRLs. If "use deltas" flag...
2008-08-29 Dr. Stephen HensonAdd support for CRLs partitioned by reason code.
2008-08-27 Dr. Stephen HensonAdd support for freshest CRL extension.
2008-08-20 Dr. Stephen HensonInitial indirect CRL support.
2008-08-18 Dr. Stephen HensonSupport for certificateIssuer CRL entry extension.
2008-08-14 Bodo MöllerDon't use assertions to check application-provided...
2008-08-13 Dr. Stephen HensonInitial support for CRL path validation. This supports...
2008-08-12 Dr. Stephen HensonInitial code to support distinct certificate and CRL...
2008-08-12 Dr. Stephen HensonSupport for policy mappings extension.
2008-08-08 Dr. Stephen HensonInitial support for name constraints certificate extension.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-08-06 Andy Polyakovsha1-armv4-large cosmetics.
2008-08-06 Andy Polyakovsha1-armv4-large.pl performance improvement. On PXA255...
2008-08-05 Dr. Stephen HensonCorrectly handle errors in CMS I/O code.
2008-08-04 Dr. Stephen HensonAdd support for nameRelativeToCRLIssuer field in distri...
2008-08-02 Dr. Stephen HensonMake explicit_policy handling match expected RFC3280...
2008-07-30 Dr. Stephen HensonInitial support for alternative CRL issuing certificates.
2008-07-30 Dr. Stephen HensonPolicy validation fixes.
2008-07-22 Andy Polyakovperlasm update: implement dataseg directive.
2008-07-22 Andy Polyakovx86_64-xlate.pl: implement indirect jump/calls, support...
2008-07-17 Bodo MöllerWe should check the eight bytes starting at p[-9] for...
2008-07-17 Andy Polyakovmem_dbg.c: avoid compiler warnings.
2008-07-17 Andy PolyakovRemove junk argument to function_begin in sha/asm/...
2008-07-17 Andy Polyakovx86masm.pl: harmonize functions' alignment.
2008-07-16 Bodo MöllerMake sure not to read beyond end of buffer
2008-07-15 Andy Polyakovx86_64cpuid.pl cosmetics: harmonize $dir treatment...
2008-07-15 Andy Polyakovdes-596.pl update: short-circuit reference to DES_SPtrans.
2008-07-15 Andy Polyakovx86masm.pl cosmetics.
2008-07-15 Andy Polyakovx86nasm.pl update: use pre-defined macros and allow...
2008-07-13 Dr. Stephen HensonZero is a valid value for any_skip and map_skip
2008-07-13 Dr. Stephen HensonWe support inhibit any policy extension, add to table.
2008-07-13 Dr. Stephen HensonX509 verification fixes.
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-26 Dr. Stephen HensonUpdate from stable branch.
2008-06-23 Bodo Mölleravoid potential infinite loop in final reduction round...
2008-06-21 Dr. Stephen HensonFix from stable branch.
2008-06-16 Dr. Stephen HensonUpdate from stable branch.
2008-06-06 Dr. Stephen HensonFix memory leak. The canonical X509_NAME_ENTRY STACK...
next