Shane Lontis
|
7d79d13a56
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < w-1. It was using 1<= rand < w (which is wrong by 1 on both ends)
|
6 年之前 |
Matt Caswell
|
adf652436a
Test that a ^ 0 mod -1 is always 0
|
6 年之前 |
Billy Brumley
|
9e5b50b54d
fix: BN_swap mishandles flags
|
6 年之前 |
Bernd Edlinger
|
f91e026e38
Fix a possible crash in BN_from_montgomery_word
|
6 年之前 |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 年之前 |
Richard Levitte
|
2b1aa19881
Reduce the use of e_os.h in test programs
|
6 年之前 |
Andy Polyakov
|
77d7599365
test/bntest.c: add rsaz_1024_mul_avx2 regression test.
|
7 年之前 |
Matt Caswell
|
83ccead4d0
Fix lshift tests
|
7 年之前 |
FdaSilvaYY
|
4483fbae10
Factorise duplicated code.
|
7 年之前 |
Andy Polyakov
|
420b88cec8
test/bntest.c: add bn_sqrx8x_internal regression test.
|
7 年之前 |
Pauli
|
07016a8a31
Move e_os.h to be the very first include.
|
7 年之前 |
Rich Salz
|
176db6dc51
Use "" not <> for internal/ includes
|
7 年之前 |
Pauli
|
9ef73a6fd9
Fix windows build after too aggressive e_os.h removal
|
7 年之前 |
Pauli
|
b99fe5f492
Remove tests dependence on e_os.h
|
7 年之前 |
FdaSilvaYY
|
31a80694d4
[Win] Fix some test method signatures ...
|
7 年之前 |
Dr. Stephen Henson
|
ed5c7ea250
no-ec2m fixes
|
7 年之前 |
Rich Salz
|
75e2c87765
Switch from ossl_rand to DRBG rand
|
7 年之前 |
Pauli
|
ad887416f1
Update the test framework so that the need for test_main is removed. Everything
|
7 年之前 |
Pauli
|
9e206ce5f8
Fix some issues raise by coverity in the tests.
|
7 年之前 |
Rich Salz
|
ae269dd8b7
Use common STANZA for bn and exp tests
|
7 年之前 |
Rich Salz
|
281313e511
Fix line numbering for errors.
|
7 年之前 |
Rich Salz
|
e1cfd184da
Use BIO not FILE for test file
|
7 年之前 |
Pauli
|
dc352c1937
Add BN support to the test infrastructure.
|
7 年之前 |
Rich Salz
|
30bea14be6
Convert bntest to TEST_ framework
|
7 年之前 |
Richard Levitte
|
a9c6d22105
Adapt all test programs
|
7 年之前 |
Adam Langley
|
6e64c56066
Small primes are primes too.
|
7 年之前 |
Richard Levitte
|
24dc7fe0c0
bntest: do not stop on first fautl encountered
|
7 年之前 |
Richard Levitte
|
ceac197535
bntest: make sure file_rshift tests BN_rshift1 as well when appropriate
|
7 年之前 |
Richard Levitte
|
26141babcf
bntest: make sure that equalBN takes note of negative zero
|
7 年之前 |
Rich Salz
|
26a39fa953
Avoid over-long strings. Fix a mem leak.
|
7 年之前 |