summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2017-03-29More typo fixesFdaSilvaYY
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-03Ensure we don't call memcpy with a NULL pointerMatt Caswell
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-02bn/asm: clean up unused PA-RISC modules.Andy Polyakov
2017-02-28Remove memcpy unrolling in bn_lib.cEmilia Kasper
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Remove dead code in bnMatt Caswell
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Remove BN_DEBUG_TRIXEmilia Kasper
2017-02-17Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin
2017-02-10Fix copy-pasteism in CFI directives.Adam Langley
2017-02-09bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov
2017-02-09bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2017-02-01bn: catch negative zero as an errorGeoff Thorpe
2017-02-01bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe
2017-01-26bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov
2016-12-15Don't call memcpy with NULL as sourceKurt Roeckx
2016-11-25bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov
2016-10-10Fix up bn_prime.pl formatting.David Benjamin
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov
2016-09-06Misc BN fixesRich Salz
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-29bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov
2016-08-24Remove useless assignmentMatt Caswell
2016-08-23Fix math in BN_bn2dec comment.David Benjamin
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson
2016-08-14Never return -1 from BN_expJakub Zelenka
2016-08-10Change callers to use the new constants.Rich Salz
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-02Fix some style issues...FdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx