index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
Age
Commit message (
Expand
)
Author
2022-09-03
Ensure a constructed ASN.1 INTEGER is considered invalid when decoding.
Joel Sing
2022-09-03
New test coverage for RC4
Theo Buehler
2022-09-02
Rewrite RMD-160 tests to be table-driven.
Theo Buehler
2022-09-02
Retire the old crap. Thanks, Joshua
Theo Buehler
2022-09-02
Unhook the old md4 and md5 tests
Theo Buehler
2022-09-02
Link new md test to regress.
Theo Buehler
2022-09-02
New md4/md5 regress tests
Theo Buehler
2022-09-02
Add two const
Theo Buehler
2022-09-02
Make test tables static const and fix a style nit
Theo Buehler
2022-09-02
Simplify and clean up the ecdsa test a little. Use stdio instead of BIO
Theo Buehler
2022-09-02
Retire old SHA tests
Theo Buehler
2022-09-02
Unhook old SHA tests
Theo Buehler
2022-09-02
Add tests for 1 million repeated "a"
Theo Buehler
2022-09-01
Link sha test to regress
Theo Buehler
2022-09-01
Add a nicely licensed, table-driven test for SHA
Theo Buehler
2022-08-31
Some missing return checks
Theo Buehler
2022-08-31
Avoid some buffer overflows in ecdsatest
Theo Buehler
2022-08-31
Revert previous. Committed the wrong version of the diff.
Theo Buehler
2022-08-31
Avoid some buffer overflows in ecdsatest
Theo Buehler
2022-08-28
Add regress test for the encoding of an ASN1_INTEGER with NULL data.
Joel Sing
2022-08-27
Wire up QUIC regress.
Joel Sing
2022-08-27
Add regress for QUIC.
Joel Sing
2022-08-21
Revise regress now that SSL_QUIC_METHOD exists.
Joel Sing
2022-08-20
Test EVP_chacha20_poly1305() (linking statically for now)
Joel Sing
2022-08-12
Fix upper bound in a for loop (no functional change).
Theo Buehler
2022-08-12
Tweak a comment to be more accurate.
Theo Buehler
2022-08-05
fix error message
Theo Buehler
2022-08-05
Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");
Theo Buehler
2022-08-05
Make the bogokey[] global static const.
Theo Buehler
2022-08-05
Move CBB_init() to a consistent place.
Theo Buehler
2022-08-05
Consistently initialize failure to 1 at the top of the function and
Theo Buehler
2022-08-05
Consistently check for CBB_init() failure.
Theo Buehler
2022-08-05
Remove most of the indirection introduced in previous and instead fetch
Theo Buehler
2022-08-04
Add some glue to fetch the tlsext functions from the tls_extensions[]
Theo Buehler
2022-07-30
Update copyright for additional/new code.
Joel Sing
2022-07-30
Provide additional AEAD test cases.
Joel Sing
2022-07-30
Add EVP_aes_192_gcm() as a known AEAD.
Joel Sing
2022-07-30
Allow the AEAD to be specified for a test file.
Joel Sing
2022-07-30
Run AEAD tests against EVP_CIPHER implementations.
Joel Sing
2022-07-30
Allow quoted ASCII strings as input for AEAD regress.
Joel Sing
2022-07-30
Sort includes.
Joel Sing
2022-07-30
Less #ifndef OPENSSL_NO_*
Joel Sing
2022-07-30
Fix comment formatting.
Joel Sing
2022-07-30
Switch to ISC license.
Joel Sing
2022-07-28
Add a second test to validate the tables in the library.
Theo Buehler
2022-07-27
Adjust a comment to reflect reality, minor code tweaks.
Theo Buehler
2022-07-26
minor tweaks: unwrap a line, tweak a comment and zap an empty line
Theo Buehler
2022-07-25
Remove test of non-portable implementation details (whether wctype_t
Philip Guenther
2022-07-25
Add a regression test for bn_isqrt.c
Theo Buehler
2022-07-25
Separate the macro for generating string test functions
Ingo Schwarze
[next]