Update make rules for x86_64 assembler pack.
[openssl.git] / crypto /
2008-11-12 Andy PolyakovUpdate make rules for x86_64 assembler pack.
2008-11-12 Andy Polyakovx86_64 assembler pack to comply with updated styling...
2008-11-12 Andy Polyakovx86_64-xlate.pl to support MacOS X and mingw64.
2008-11-12 Andy PolyakovRevert commit #17603, it should have been part of ...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-11 Dr. Stephen HensonTolerate -----BEGIN PKCS #7 SIGNED DATA----- header...
2008-11-11 Dr. Stephen HensonUpdate from stable branch.
2008-11-11 Bodo Möllersymbol deobnoxification
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-11-05 Dr. Stephen HensonPR: 1777
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
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.
next