index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
bntest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-0
/
+3
*
Fix some typos
Veres Lajos
2019-12-11
1
-1
/
+1
*
Add a test case for rsaz_512_sqr overflow handling
Bernd Edlinger
2019-12-06
1
-0
/
+284
*
Add GCD testing infrastructure.
Cesar Pereida Garcia
2019-10-17
1
-0
/
+54
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-2
/
+2
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-1
/
+1
*
Fix an endless loop in BN_generate_prime_ex
Bernd Edlinger
2019-07-07
1
-7
/
+40
*
Test of uniformity of BN_rand_range output.
Pauli
2019-05-29
1
-24
/
+60
*
Statistically test BN_rand_range().
Pauli
2019-04-25
1
-0
/
+68
*
coverity fixes for bntest.c
Shane Lontis
2019-03-18
1
-174
/
+212
*
Test for constant-time flag leakage in BN_CTX
Nicola Tuveri
2019-02-20
1
-39
/
+122
*
Updated test command line parsing to support commmon commands
Shane Lontis
2019-02-11
1
-0
/
+11
*
Reduce inputs before the RSAZ code.
David Benjamin
2019-01-16
1
-0
/
+25
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...
Shane Lontis
2018-06-21
1
-12
/
+36
*
Test that a ^ 0 mod -1 is always 0
Matt Caswell
2018-05-29
1
-0
/
+48
*
fix: BN_swap mishandles flags
Billy Brumley
2018-04-27
1
-0
/
+73
*
Fix a possible crash in BN_from_montgomery_word
Bernd Edlinger
2018-03-31
1
-3
/
+15
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Reduce the use of e_os.h in test programs
Richard Levitte
2018-01-22
1
-31
/
+19
*
test/bntest.c: add rsaz_1024_mul_avx2 regression test.
Andy Polyakov
2017-12-06
1
-0
/
+22
*
Fix lshift tests
Matt Caswell
2017-11-28
1
-1
/
+3
*
Factorise duplicated code.
FdaSilvaYY
2017-11-13
1
-31
/
+19
*
test/bntest.c: add bn_sqrx8x_internal regression test.
Andy Polyakov
2017-11-02
1
-0
/
+48
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-2
/
+2
*
Fix windows build after too aggressive e_os.h removal
Pauli
2017-08-18
1
-0
/
+1
*
Remove tests dependence on e_os.h
Pauli
2017-08-18
1
-1
/
+1
*
[Win] Fix some test method signatures ...
FdaSilvaYY
2017-08-16
1
-24
/
+24
*
no-ec2m fixes
Dr. Stephen Henson
2017-08-10
1
-1
/
+2
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-3
/
+0
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-16
/
+13
*
Fix some issues raise by coverity in the tests.
Pauli
2017-07-13
1
-3
/
+3
*
Use common STANZA for bn and exp tests
Rich Salz
2017-06-05
1
-110
/
+21
*
Fix line numbering for errors.
Rich Salz
2017-05-23
1
-8
/
+14
*
Use BIO not FILE for test file
Rich Salz
2017-05-16
1
-42
/
+47
*
Add BN support to the test infrastructure.
Pauli
2017-05-09
1
-90
/
+129
*
Convert bntest to TEST_ framework
Rich Salz
2017-04-26
1
-746
/
+582
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
Small primes are primes too.
Adam Langley
2017-04-20
1
-0
/
+24
*
bntest: do not stop on first fautl encountered
Richard Levitte
2017-02-01
1
-7
/
+4
*
bntest: make sure file_rshift tests BN_rshift1 as well when appropriate
Richard Levitte
2017-02-01
1
-4
/
+11
*
bntest: make sure that equalBN takes note of negative zero
Richard Levitte
2017-02-01
1
-2
/
+8
*
Avoid over-long strings. Fix a mem leak.
Rich Salz
2017-01-26
1
-34
/
+64
*
test/bntest.c: regression test for carry bug in bn_sqr8x_internal.
Andy Polyakov
2017-01-26
1
-0
/
+45
*
Make bntest be (mostly) file-based.
Rich Salz
2016-11-28
1
-1365
/
+1452
*
test/bntest.c: regression test for CVE-2016-7055.
Andy Polyakov
2016-11-10
1
-0
/
+26
*
Add a basic test for BN_bn2dec.
David Benjamin
2016-09-26
1
-0
/
+52
*
Change callers to use the new constants.
Rich Salz
2016-08-10
1
-1
/
+1
[next]