Fix crash in BN_rshift.
[openssl.git] / crypto /
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...
2008-06-04 Dr. Stephen HensonRemove old non-safestack code.
2008-06-04 Dr. Stephen HensonMake DSO WIN32 compile again.
2008-06-04 Ben LaurieMore type-checking.
2008-06-03 Dr. Stephen HensonAdd support for client cert engine setting in s_client...
2008-06-02 Dr. Stephen Henson#undef OCSP_RESPONSE: CryptoAPI uses this too.
2008-06-01 Dr. Stephen HensonAllow ENGINE client cert callback to specify a set...
2008-06-01 Dr. Stephen HensonUpdate error codes, move typedef of SSL, SSL_CTX to...
2008-06-01 Dr. Stephen HensonAdd support for ENGINE supplied SSL client auth.
2008-05-31 Dr. Stephen HensonUpdate VC-32.pl and load CryptoAPI engine in the right...
2008-05-31 Dr. Stephen HensonMore CryptoAPI engine code from stable branch.
2008-05-31 Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-30 Dr. Stephen HensonFix from stable branch.
2008-05-27 Dr. Stephen HensonAvoid "duplicate const" warnings.
2008-05-27 Dr. Stephen HensonAvoid warning about empty structures and always define...
2008-05-26 Dr. Stephen HensonC++ style comments fixed.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-05-20 Dr. Stephen HensonUpdate from stable branch.
2008-05-20 Dr. Stephen HensonFix from stable branch.
2008-05-20 Lutz JänickeCorrectly adjust location of comment
2008-05-19 Dr. Stephen HensonFix two invalid memory reads in RSA OAEP mode.
2008-05-19 Bodo MöllerChange use of CRYPTO_THREADID so that we always use...
2008-05-19 Bodo MöllerDisable code that clearly doesn't currently serve any...
2008-05-16 Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2008-05-09 Dr. Stephen HensonAdd missing cast.
2008-05-03 Andy PolyakovDepict future Win64/x64 development.
next