aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Correct value for BN_security_bits()Matt Caswell2017-10-231-1/+1
* Remove parentheses of return.KaoruToda2017-10-1819-114/+114
* Remove email addresses from source code.Rich Salz2017-10-1318-47/+34
* DH named parameter supportDr. Stephen Henson2017-10-121-0/+4
* Add primes from RFC7919Dr. Stephen Henson2017-10-121-0/+288
* Support constant BN for DH parametersDr. Stephen Henson2017-10-121-16/+5
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-098-26/+26
* BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser2017-09-272-2/+3
* Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser2017-09-271-0/+5
* e_os.h removal from other headers and source files.Pauli2017-08-302-4/+4
* Fix BN_print()Kazuki Yamaguchi2017-08-241-1/+1
* Improvement the formatting in bn_print.cPauli2017-08-231-22/+22
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-3/+3
* Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2017-08-212-6/+6
* 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