summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-24Fix BN_print()Kazuki Yamaguchi
2017-08-23Improvement the formatting in bn_print.cPauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21Remove OPENSSL_assert() usage from crypto/bnMatt Caswell
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-31bn/bn_lcl.h: restore formatting.Andy Polyakov
2017-07-31bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov
2017-07-31bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov
2017-07-07Address potential buffer overflows.Pauli
2017-07-07change return (x) to return xPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-26Fix inaccurate comments in bn_prime.cPaul Yang
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-11Remove dead code.Pauli
2017-04-21Numbers greater than 1 are usually non-negative.David Benjamin
2017-04-20Small primes are primes too.Adam Langley
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