index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libcrypto
/
ecdsa
/
ecdsatest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unifdef OPENSSL_NO_ENGINE in libcrypto regress
tb
2023-11-19
1
-4
/
+1
*
sigh. typo
tb
2023-05-04
1
-2
/
+2
*
Let ecdsatest exercise ECParameters_dup() a bit
tb
2023-05-04
1
-2
/
+3
*
Remove x9_62_test_internal()
tb
2023-05-04
1
-72
/
+1
*
Simplify and clean up the ecdsa test a little. Use stdio instead of BIO
tb
2022-09-02
1
-195
/
+177
*
Some missing return checks
tb
2022-08-31
1
-3
/
+5
*
Avoid some buffer overflows in ecdsatest
tb
2022-08-31
1
-2
/
+15
*
Revert previous. Committed the wrong version of the diff.
tb
2022-08-31
1
-14
/
+4
*
Avoid some buffer overflows in ecdsatest
tb
2022-08-31
1
-4
/
+14
*
Check EVPDigest* return values.
tb
2022-03-31
1
-4
/
+7
*
Rework ecdsatest to build after the bump and link statically for now
tb
2022-01-12
1
-11
/
+23
*
ecdsatest: make this test compile with opaque EVP_MD_CTX.
tb
2021-11-18
1
-7
/
+8
*
some more style fixes
tb
2018-07-17
1
-19
/
+19
*
This code is already painful enough to look at. Putting the braces at the
tb
2018-06-16
1
-74
/
+64
*
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most
jsing
2014-10-22
1
-7
/
+2
*
remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.
beck
2014-05-24
1
-27
/
+8
*
ECDSA signature computation involves a random number. Remove the test trying to
miod
2014-04-18
1
-116
/
+0
*
Import the OpenSSL libcrypto tests in a form suitable for our rergress
miod
2014-04-15
1
-0
/
+555