summaryrefslogtreecommitdiffstats
path: root/test/exptest.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2023-01-14Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger
2022-12-21Fix a logic flaw in test_mod_exp_zeroBernd Edlinger
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-06-02Fix the checks of RAND_bytesPeiwei Hu
2021-11-19Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-04-08Update copyright yearMatt Caswell
2021-03-26test: fix coverity 1414451: unchecked return valuePauli
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-14Fix some issues raise by coverity in the tests.Pauli
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli
2017-05-09Add BN support to the test infrastructure.Pauli
2017-05-04test/exptest.c: stop marking progress with a periodRichard Levitte
2017-04-26Convert modular exponentiation tests to new frameworkRich Salz
2016-08-10Change callers to use the new constants.Rich Salz
2016-05-17Copyright consolidation 02/10Rich Salz
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-09Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper
2015-09-06Have the test executables output in text modeRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte