Add algorithm specific signature printing. An individual ASN1 method can
[openssl.git] / crypto / bn /
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
2010-01-25 Andy Polyakovparisc-mont.pl: PA-RISC 2.0 code path optimization...
2010-01-17 Andy Polyakovbn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as altern...
2010-01-17 Andy Polyakovia64-mont.pl: add shorter vector support ("shorter...
2010-01-07 Andy Polyakovia64-mont.pl: addp4 is not needed when referring to...
2010-01-06 Andy Polyakovppc64-mont.pl: commentary update.
2010-01-06 Andy PolyakovAdd Montgomery multiplication module for IA-64.
2009-12-29 Andy Polyakovppccap.c: fix compiler warning and perform sanity check...
2009-12-28 Andy PolyakovPA-RISC assembler: missing symbol and typos.
2009-12-27 Andy PolyakovThrow in more PA-RISC assembler.
2009-12-27 Andy Polyakovppccap.c: tidy up.
2009-12-26 Andy Polyakovppc64-mont.pl: adapt for 32-bit and engage for all...
2009-12-02 Dr. Stephen HensonPR: 2111
2009-10-01 Dr. Stephen HensonPR: 2062
2009-06-17 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-17 Dr. Stephen HensonSubmitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz>
2009-06-15 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-02-14 Dr. Stephen HensonPR: 1835
2009-02-10 Andy Polyakovs390x-mont.pl: optimize prologue.
2009-02-09 Andy Polyakovs390x assembler pack update.
2009-01-11 Dr. Stephen HensonFix missing prototype warnings then fix different proto...
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...
next