summaryrefslogtreecommitdiffstats
path: root/test/bntest.c
AgeCommit message (Expand)Author
2023-12-12Extend the test of BN_GF2m_mod_invMatt Caswell
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-01-20bn2bin(): Don't accept len < 0Richard Levitte
2023-01-20Add a test for public variants of bn2bin()Richard Levitte
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-06-13[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-01-20TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-11-26TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte
2021-10-28fix some code with obvious wrong coding stylex2018
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli
2021-06-17Update copyright yearMatt Caswell
2021-06-02test: remove TODOsPauli
2020-10-15Update copyright yearMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2019-12-11Fix some typosVeres Lajos
2019-12-06Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger
2019-10-17Add GCD testing infrastructure.Cesar Pereida Garcia
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-07-16Remove tab characters from C source files.Pauli
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-05-29Test of uniformity of BN_rand_range output.Pauli
2019-04-25Statistically test BN_rand_range().Pauli
2019-03-18coverity fixes for bntest.cShane Lontis
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell
2018-04-27fix: BN_swap mishandles flagsBilly Brumley
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2017-12-06test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov
2017-11-28Fix lshift testsMatt Caswell
2017-11-13Factorise duplicated code.FdaSilvaYY
2017-11-02test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Fix windows build after too aggressive e_os.h removalPauli
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-08-10no-ec2m fixesDr. Stephen Henson
2017-08-03Switch from ossl_rand to DRBG randRich Salz