aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Add RAND_priv_bytes() for private keysRich Salz2017-08-035-21/+45
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-4/+0
* bn/bn_lcl.h: restore formatting.Andy Polyakov2017-07-311-10/+10
* bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov2017-07-311-11/+9
* bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov2017-07-311-7/+7
* Address potential buffer overflows.Pauli2017-07-071-12/+15
* change return (x) to return xPauli2017-07-071-16/+16
* Undo commit d420ac2Rich Salz2017-07-051-7/+6
* BN_pseudo_rand is really BN_randRich Salz2017-07-033-18/+11
* Merge Intel copyright notice into standardRich Salz2017-06-305-203/+51
* Change to check last return value of BN_CTX_getPaul Yang2017-06-269-47/+32
* Fix inaccurate comments in bn_prime.cPaul Yang2017-06-261-4/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-11/+1
* Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger2017-06-171-40/+0
* Fix possible crash in X931 code.Bernd Edlinger2017-06-141-2/+6
* make error tables const and separate header fileRich Salz2017-06-071-78/+84
* Remove filename argument to x86 asm_init.David Benjamin2017-05-116-6/+6
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+2
* Remove dead code.Pauli2017-05-111-2/+0
* Numbers greater than 1 are usually non-negative.David Benjamin2017-04-211-18/+6
* Small primes are primes too.Adam Langley2017-04-201-1/+1
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Refomat a few comments on 80 colsFdaSilvaYY2017-03-281-8/+4
* bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov2017-03-241-13/+16
* Ensure we don't call memcpy with a NULL pointerMatt Caswell2017-03-031-2/+4
* Reset executable bits on files where not needed.Bernd Edlinger2017-03-031-0/+0
* bn/asm: clean up unused PA-RISC modules.Andy Polyakov2017-03-023-3247/+0
* Remove memcpy unrolling in bn_lib.cEmilia Kasper2017-02-281-80/+10
* Remove some commented out code in libcryptoMatt Caswell2017-02-282-10/+0
* Remove dead code in bnMatt Caswell2017-02-285-482/+1
* Clean up references to FIPSEmilia Kasper2017-02-281-4/+0
* Remove BN_DEBUG_TRIXEmilia Kasper2017-02-281-8/+0
* Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin2017-02-171-1/+1
* Fix copy-pasteism in CFI directives.Adam Langley2017-02-102-10/+10
* bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov2017-02-095-2/+324
* bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov2017-02-091-5/+12
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-064-13/+22
* bn: fix occurance of negative zero in BN_rshift1()Richard Levitte2017-02-011-0/+2
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-014-4/+8
* bn: catch negative zero as an errorGeoff Thorpe2017-02-011-2/+2
* bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe2017-02-011-8/+6
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-9/+7
* Don't call memcpy with NULL as sourceKurt Roeckx2016-12-151-1/+2
* bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov2016-11-251-0/+1
* Check return value of some BN functions.Rich Salz2016-11-154-7/+11
* Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte2016-11-101-42/+0
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte2016-11-091-0/+42
* Missing BN_RECP_CTX field init.FdaSilvaYY2016-11-081-3/+3
* Zero stack variable with DSA nonceRich Salz2016-11-081-0/+1