Ensure bn_cmp_words can handle the case where n == 0
[openssl.git] / test / bntest.c
2019-02-20 Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2018-06-21 Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-05-29 Matt CaswellTest that a ^ 0 mod -1 is always 0
2018-04-27 Billy Brumleyfix: BN_swap mishandles flags
2018-03-31 Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-02-13 Matt CaswellUpdate copyright year
2018-01-22 Richard LevitteReduce the use of e_os.h in test programs
2017-12-06 Andy Polyakovtest/bntest.c: add rsaz_1024_mul_avx2 regression test.
2017-11-28 Matt CaswellFix lshift tests
2017-11-13 FdaSilvaYYFactorise duplicated code.
2017-11-02 Andy Polyakovtest/bntest.c: add bn_sqrx8x_internal regression test.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-18 PauliFix windows build after too aggressive e_os.h removal
2017-08-17 PauliRemove tests dependence on e_os.h
2017-08-16 FdaSilvaYY[Win] Fix some test method signatures ...
2017-08-10 Dr. Stephen Hensonno-ec2m fixes
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-26 PauliUpdate the test framework so that the need for test_mai...
2017-07-13 PauliFix some issues raise by coverity in the tests.
2017-06-05 Rich SalzUse common STANZA for bn and exp tests
2017-05-23 Rich SalzFix line numbering for errors.
2017-05-16 Rich SalzUse BIO not FILE for test file
2017-05-09 PauliAdd BN support to the test infrastructure.
2017-04-26 Rich SalzConvert bntest to TEST_ framework
2017-04-24 Richard LevitteAdapt all test programs
2017-04-20 Adam LangleySmall primes are primes too.
2017-02-01 Richard Levittebntest: do not stop on first fautl encountered
2017-02-01 Richard Levittebntest: make sure file_rshift tests BN_rshift1 as well...
2017-02-01 Richard Levittebntest: make sure that equalBN takes note of negative...
2017-01-26 Rich SalzAvoid over-long strings. Fix a mem leak.
2017-01-26 Andy Polyakovtest/bntest.c: regression test for carry bug in bn_sqr8...
2016-11-28 Rich SalzMake bntest be (mostly) file-based.
2016-11-10 Andy Polyakovtest/bntest.c: regression test for CVE-2016-7055.
2016-09-26 David BenjaminAdd a basic test for BN_bn2dec.
2016-08-10 Rich SalzChange callers to use the new constants.
2016-06-07 Matt CaswellAdd a BN_mod_word test()
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-04-06 FdaSilvaYYAdd missing mem leak test activation and checks
2016-03-12 Rich SalzFix build break; add function declaration
2016-03-12 Richard LevitteBecause bn_expand2 is declared non-static, it must...
2016-03-11 Richard LevitteAvoid getting unresolved referense to bn_expand2 in...
2016-02-09 Matt CaswellClean up the tests for auto-init/de-init
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-13 Richard LevitteRemove test_probable_prime_coprime from test/bntest.c
2015-12-15 Matt CaswellDon't export internal symbols
2015-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-07 Richard LevittePush the line buffer filter on the out BIO on VMS
2015-09-05 Richard LevitteHave the test executables output in text mode
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Emilia KasperFix spurious bntest failures.
2015-06-23 Russell WebbRT3856: Fix memory leaks in test code
2015-05-01 Ben LaurieUse BN_ULONG format.
2015-05-01 Rich Salzfree NULL cleanup 7
2015-03-31 Richard LevitteStop symlinking, move files to intended directory