aboutsummaryrefslogtreecommitdiff
path: root/test/bntest.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-22open brace '{' following struct go on the same lineDimitri Papadopoulos1-6/+5
2023-12-12Extend the test of BN_GF2m_mod_invMatt Caswell1-0/+8
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz1-0/+104
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-01-20bn2bin(): Don't accept len < 0Richard Levitte1-0/+39
2023-01-20Add a test for public variants of bn2bin()Richard Levitte1-0/+31
2022-11-21Improve FIPS RSA keygen performance.slontis1-2/+24
2022-06-13[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley1-0/+15
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-5/+1
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz1-1/+10
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau1-0/+45
2022-01-20TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte1-0/+132
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger1-0/+45
2021-11-26TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte1-19/+15
2021-10-28fix some code with obvious wrong coding stylex20181-8/+8
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli1-2/+75
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-02test: remove TODOsPauli1-4/+4
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-0/+3
2019-12-11Fix some typosVeres Lajos1-1/+1
2019-12-06Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger1-0/+284
2019-10-17Add GCD testing infrastructure.Cesar Pereida Garcia1-0/+54
2019-10-14Add BN_check_prime()Kurt Roeckx1-2/+2
2019-07-16Remove tab characters from C source files.Pauli1-1/+1
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger1-7/+40
2019-05-29Test of uniformity of BN_rand_range output.Pauli1-24/+60
2019-04-25Statistically test BN_rand_range().Pauli1-0/+68
2019-03-18coverity fixes for bntest.cShane Lontis1-174/+212
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri1-39/+122
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+11
2019-01-17Reduce inputs before the RSAZ code.David Benjamin1-0/+25
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis1-12/+36
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell1-0/+48
2018-04-27fix: BN_swap mishandles flagsBilly Brumley1-0/+73
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger1-3/+15
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte1-31/+19
2017-12-06test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov1-0/+22
2017-11-28Fix lshift testsMatt Caswell1-1/+3
2017-11-13Factorise duplicated code.FdaSilvaYY1-31/+19
2017-11-02test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov1-0/+48
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-2/+2
2017-08-18Fix windows build after too aggressive e_os.h removalPauli1-0/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-24/+24
2017-08-10no-ec2m fixesDr. Stephen Henson1-1/+2