aboutsummaryrefslogtreecommitdiff
path: root/test/exptest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger1-0/+29
2023-01-14Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger1-20/+0
2022-12-21Fix a logic flaw in test_mod_exp_zeroBernd Edlinger1-1/+1
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz1-0/+20
2022-06-02Fix the checks of RAND_bytesPeiwei Hu1-3/+3
2021-11-19Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov1-4/+5
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-26test: fix coverity 1414451: unchecked return valuePauli1-6/+15
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov1-1/+94
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-07-14Fix some issues raise by coverity in the tests.Pauli1-4/+3
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-12/+4
2017-05-09Add BN support to the test infrastructure.Pauli1-7/+7
2017-05-04test/exptest.c: stop marking progress with a periodRichard Levitte1-6/+3
2017-04-26Convert modular exponentiation tests to new frameworkRich Salz1-160/+109
2016-08-10Change callers to use the new constants.Rich Salz1-4/+4
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+6
2016-03-17Remove Netware and OS/2Rich Salz1-3/+0
2016-03-09Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell1-3/+3
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-4/+1
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-0/+2
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper1-9/+72
2015-09-06Have the test executables output in text modeRichard Levitte1-1/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+257