Calculate offset correctly. (Coverity ID 233)
[openssl.git] / crypto / bn /
2008-12-29 Andy Polyakovbn_lib.c: [re-]fix Win64 compiler warning.
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-12-19 Andy Polyakovx86_64 assembler pack: add support for Win64 SEH.
2008-12-16 Andy PolyakovBring C bn_mul_mont template closer to assembler.
2008-11-14 Andy Polyakovx86_64-xlate.pl update, engage x86_64 assembler in...
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 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 Bodo Möllersymbol deobnoxification
2008-11-05 Dr. Stephen HensonPR: 1777
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 warnings about mismatched prototypes, undefined...
2008-11-01 Ben Lauriesize_tification.
2008-11-01 Andy PolyakovFix SHA512 and optimize BN for mingw64.
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-22 Geoff ThorpeApparently '__top' is also risky, obfuscate further...
2008-10-22 Geoff ThorpeUse of a 'top' var creates "shadow variable" warnings.
2008-10-19 Ben LaurieConstification.
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-09-15 Geoff ThorpeFix build warnings.
2008-09-14 Bodo MöllerSome precautions to avoid potential security-relevant...
2008-09-12 Andy PolyakovAIX build updates.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-23 Bodo Mölleravoid potential infinite loop in final reduction round...
2008-05-02 Bodo MöllerClarifying comment.
2008-05-01 Bodo MöllerMontgomery-related minor cleanups/documentation
2008-04-24 Andy PolyakovAdd 64-bit support to BN_nist_mod_244 and engage BN_nis...
2008-04-23 Andy PolyakovTakanori Yanagisawa has shown how to correctly use...
2008-04-18 Andy PolyakovResolve __DECC warning and keep disclaiming support...
2008-04-18 Andy PolyakovFix remaining BN_nist_mod_*.
2008-04-17 Lutz JänickeApply mingw patches as supplied by Roumen Petrov an...
2008-04-09 Andy PolyakovClarifying comment.
2008-04-09 Andy PolyakovDo BN_nist_mod_384 by the book, as cheating doesn't...
2008-04-01 Andy PolyakovFix fast reduction on NIST curves (as well BN_NIST_ADD_...
2008-03-29 Dr. Stephen HensonUpdate dependencies.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-02-28 Dr. Stephen HensonAvoid warnings.
2008-02-27 Andy PolyakovMake x86_64-mont.pl work with debug Win64 build.
2008-02-27 Bodo Möllerfix BIGNUM flag handling
2008-02-05 Andy Polyakovppc64-mont optimization.
2008-01-15 Andy Polyakovcrypto/rc5/Makefile was erroneously omitted from last...
2008-01-13 Andy PolyakovUnify ppc assembler make rules.
2008-01-11 Andy PolyakovUnify x86 perlasm make rules.
2008-01-05 Dr. Stephen HensonUpdate perl asm scripts include paths for perlasm.
2007-12-29 Andy PolyakovFinal (for this commit series) optimized version and...
2007-12-29 Andy PolyakovThis is also informational commit exposing loop modulo...
2007-12-29 Andy PolyakovNew Montgomery multiplication module, ppc64-mont.pl...
2007-12-18 Andy PolyakovEngage x86 assembler in Mac OS X build.
2007-11-03 Andy PolyakovCommit #16325 fixed one thing but broke DH with certain...
2007-10-01 Andy PolyakovSwitch to bn-s390x (it's faster on keys longer than...
2007-09-27 Andy PolyakovYet another ARM update. It appears to be more appropria...
2007-09-18 Andy PolyakovMinimize stack utilization in probable_prime.
2007-09-18 Bodo MöllerMake sure that BN_from_montgomery keeps the BIGNUMS...
2007-08-12 Dr. Stephen HensonFix warnings.
2007-07-08 Andy Polyakovbn_mul_recursive doesn't handle all cases correctly...
2007-06-29 Andy PolyakovFix build problem on Tru64.
2007-06-29 Andy PolyakovLatest bn_mont.c modification broke ECDSA test. I've...
2007-06-21 Andy PolyakovTypo in x86_64-mont.pl.
2007-06-20 Andy Polyakovbn_asm for s390x.
2007-06-20 Andy PolyakovSPARC Solaris and Linux assemblers treat .align directi...
2007-06-18 Dr. Stephen HensonUpdate .cvsignore
2007-06-17 Andy PolyakovEliminate conditional final subtraction in Montgomery...
2007-06-11 Andy PolyakovPrivatize BN_*_no_branch.
2007-06-11 Andy PolyakovCommentary updates and minor optimization for bn_mont.c.
2007-06-10 Andy PolyakovEliminate conditional final subtraction in Montgomery...
2007-04-30 Andy PolyakovEngage s390x assembler modules.
2007-04-30 Andy Polyakovs390x assembler pack.
2007-04-19 Bodo Möllerfix error codes
2007-04-19 Bodo Möllerdon't violate the bn_check_top assertion in BN_mod_inve...
2007-03-28 Bodo Möllermake BN_FLG_CONSTTIME semantics more fool-proof
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-03-20 Andy Polyakovnasm fixes.
2007-03-20 Andy Polyakovsparcv9a-mont was modified to handle 32-bit aligned...
2007-02-03 Dr. Stephen HensonUpdate from fips2 branch.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2007-01-17 Andy PolyakovMake armv4t-mont module backward binary compatible...
2007-01-11 Andy PolyakovMontgomery multiplication for ARMv4.
2006-12-29 Andy PolyakovMontgomery multiplication for MIPS III/IV. Not engaged.
2006-12-29 Andy PolyakovMinor clean-up in crypto/bn/asm.
2006-12-28 Andy PolyakovMinor performance improvements to x86-mont.pl.
2006-12-27 Andy PolyakovFix for "strange errors" exposed by ccgost engine....
2006-12-22 Andy Polyakovx86-mont.pl sse2 tune-up and integer-only squaring...
2006-12-08 Andy PolyakovEliminate 64-bit alignment limitation in sparcv9a-mont.
2006-12-08 Andy Polyakovalpha-mont.pl: gcc portability fix and make-rule.
2006-12-08 Andy PolyakovMinor, +10%, tune-up for x86_64-mont.pl.
2006-12-08 Andy PolyakovMontgomery multiplication routine for Alpha.
2006-11-28 Andy PolyakovClarify HAL SPARC64 support situation in sparcv9a-mont.pl.
2006-11-28 Andy PolyakovMinor optimizations based on intruction level profiler...
2006-11-28 Andy PolyakovModulo-schedule loops in sparcv9a-mont.pl. Overall...
2006-11-28 Andy PolyakovThis is "informational" commit. Its mere purpose is...
2006-11-27 Andy PolyakovNon-SSE2 path to bn_mul_mont. But it's disabled, becaus...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-10-17 Andy Polyakovbn/asm/ppc.pl to use ppc-xlate.pl.
2006-10-17 Andy PolyakovVIA-specific Montgomery multiplication routine.
next