index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
bntest.c
Age
Commit message (
Expand
)
Author
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-03-15
Update copyright year
Matt Caswell
2022-03-15
Add a negative testcase for BN_mod_sqrt
Tomas Mraz
2022-03-03
Fix NULL pointer dereference for BN_mod_exp2_mont
Hugo Landau
2021-12-14
Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targets
Bernd Edlinger
2021-11-30
TEST: Enable and fix test_bn2padded() in test/bntest.c
Richard Levitte
2021-07-07
bn: procduce correct sign for result of BN_mod()
Pauli
2021-06-17
Update copyright year
Matt Caswell
2021-06-02
test: remove TODOs
Pauli
2020-10-15
Update copyright year
Matt Caswell
2020-09-12
NonStop port updates for 3.0.0.
Randall S. Becker
2019-12-11
Fix some typos
Veres Lajos
2019-12-06
Add a test case for rsaz_512_sqr overflow handling
Bernd Edlinger
2019-10-17
Add GCD testing infrastructure.
Cesar Pereida Garcia
2019-10-14
Add BN_check_prime()
Kurt Roeckx
2019-07-16
Remove tab characters from C source files.
Pauli
2019-07-07
Fix an endless loop in BN_generate_prime_ex
Bernd Edlinger
2019-05-29
Test of uniformity of BN_rand_range output.
Pauli
2019-04-25
Statistically test BN_rand_range().
Pauli
2019-03-18
coverity fixes for bntest.c
Shane Lontis
2019-02-20
Test for constant-time flag leakage in BN_CTX
Nicola Tuveri
2019-02-11
Updated test command line parsing to support commmon commands
Shane Lontis
2019-01-17
Reduce inputs before the RSAZ code.
David Benjamin
2018-12-06
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-06-22
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...
Shane Lontis
2018-05-29
Test that a ^ 0 mod -1 is always 0
Matt Caswell
2018-04-27
fix: BN_swap mishandles flags
Billy Brumley
2018-03-31
Fix a possible crash in BN_from_montgomery_word
Bernd Edlinger
2018-02-13
Update copyright year
Matt Caswell
2018-01-22
Reduce the use of e_os.h in test programs
Richard Levitte
2017-12-06
test/bntest.c: add rsaz_1024_mul_avx2 regression test.
Andy Polyakov
2017-11-28
Fix lshift tests
Matt Caswell
2017-11-13
Factorise duplicated code.
FdaSilvaYY
2017-11-02
test/bntest.c: add bn_sqrx8x_internal regression test.
Andy Polyakov
2017-08-30
Move e_os.h to be the very first include.
Pauli
2017-08-22
Use "" not <> for internal/ includes
Rich Salz
2017-08-18
Fix windows build after too aggressive e_os.h removal
Pauli
2017-08-18
Remove tests dependence on e_os.h
Pauli
2017-08-16
[Win] Fix some test method signatures ...
FdaSilvaYY
2017-08-10
no-ec2m fixes
Dr. Stephen Henson
2017-08-03
Switch from ossl_rand to DRBG rand
Rich Salz
2017-07-27
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-14
Fix some issues raise by coverity in the tests.
Pauli
2017-06-05
Use common STANZA for bn and exp tests
Rich Salz
2017-05-23
Fix line numbering for errors.
Rich Salz
2017-05-15
Use BIO not FILE for test file
Rich Salz
2017-05-09
Add BN support to the test infrastructure.
Pauli
2017-04-26
Convert bntest to TEST_ framework
Rich Salz
2017-04-24
Adapt all test programs
Richard Levitte
2017-04-20
Small primes are primes too.
Adam Langley
[next]