summaryrefslogtreecommitdiff
path: root/test/bntest.c
Commit message (Expand)AuthorAgeFilesLines
* bn2bin(): Don't accept len < 0Richard Levitte2023-01-201-0/+39
* Add a test for public variants of bn2bin()Richard Levitte2023-01-201-0/+31
* Improve FIPS RSA keygen performance.slontis2022-11-211-2/+24
* [crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley2022-06-131-0/+15
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-5/+1
* Add a negative testcase for BN_mod_sqrtTomas Mraz2022-03-151-1/+10
* Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau2022-03-031-0/+45
* TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte2022-01-201-0/+132
* Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger2021-12-141-0/+45
* TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte2021-11-261-19/+15
* fix some code with obvious wrong coding stylex20182021-10-281-8/+8
* bn: procduce correct sign for result of BN_mod()Pauli2021-07-071-2/+75
* Update copyright yearMatt Caswell2021-06-171-1/+1
* test: remove TODOsPauli2021-06-021-4/+4
* Update copyright yearMatt Caswell2020-10-151-1/+1
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+3
* Fix some typosVeres Lajos2019-12-111-1/+1
* Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger2019-12-061-0/+284
* Add GCD testing infrastructure.Cesar Pereida Garcia2019-10-171-0/+54
* Add BN_check_prime()Kurt Roeckx2019-10-141-2/+2
* Remove tab characters from C source files.Pauli2019-07-161-1/+1
* Fix an endless loop in BN_generate_prime_exBernd Edlinger2019-07-071-7/+40
* Test of uniformity of BN_rand_range output.Pauli2019-05-291-24/+60
* Statistically test BN_rand_range().Pauli2019-04-251-0/+68
* coverity fixes for bntest.cShane Lontis2019-03-181-174/+212
* Test for constant-time flag leakage in BN_CTXNicola Tuveri2019-02-201-39/+122
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+11
* Reduce inputs before the RSAZ code.David Benjamin2019-01-171-0/+25
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis2018-06-221-12/+36
* Test that a ^ 0 mod -1 is always 0Matt Caswell2018-05-291-0/+48
* fix: BN_swap mishandles flagsBilly Brumley2018-04-271-0/+73
* Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2018-03-311-3/+15
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Reduce the use of e_os.h in test programsRichard Levitte2018-01-221-31/+19
* test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov2017-12-061-0/+22
* Fix lshift testsMatt Caswell2017-11-281-1/+3
* Factorise duplicated code.FdaSilvaYY2017-11-131-31/+19
* test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov2017-11-021-0/+48
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-2/+2
* Fix windows build after too aggressive e_os.h removalPauli2017-08-181-0/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-24/+24
* no-ec2m fixesDr. Stephen Henson2017-08-101-1/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-3/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-16/+13
* Fix some issues raise by coverity in the tests.Pauli2017-07-141-3/+3
* Use common STANZA for bn and exp testsRich Salz2017-06-051-110/+21