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
/
libcrypto
Age
Commit message (
Expand
)
Author
2021-11-03
Test adding extensions to certification requests.
Ingo Schwarze
2021-11-01
Rework x509attribute regress test in such a way that it doesn't need
Theo Buehler
2021-10-31
Prepare regress for opaque structs in x509*.h
Theo Buehler
2021-09-30
Mark another test as failing with the legacy verifier.
Joel Sing
2021-09-24
Simplify runAesCmacTest() by using EVP_DigestSign().
Theo Buehler
2021-09-03
Call the callback on success in new verifier in a compatible way
Bob Beck
2021-09-01
Add a regression test to verify that we call the callback in the same
Bob Beck
2021-08-28
Only remove the directories if there's an obj/ or obj@
Theo Buehler
2021-08-28
Add a pass using the modern vfy with by_dir roots, code by me, script to
Bob Beck
2021-08-28
Add case 2c to the go side. Don't tell jsing I touched go.
Bob Beck
2021-08-27
Add regress test testing having the root cert in the intermediate bundle
Bob Beck
2021-08-18
Import regress tests for SM2. Not yet linked to the build.
Theo Buehler
2021-05-10
It's no longer necessary to link ecdhtest statically.
Theo Buehler
2021-05-03
tweak one description to make it unique
Theo Buehler
2021-05-03
Prefix the hybrid_corner_case test with test_ for consistency.
Theo Buehler
2021-05-03
Exercise the point conversion bit for octet string representations
Theo Buehler
2021-05-03
Add a test that exercises the point conversion bit of the octet
Theo Buehler
2021-04-27
Relax SAN DNSname validation and constraints to permit non leading *
Bob Beck
2021-04-21
Add a test that roundtrips a bunch of points on all builtin curves
Theo Buehler
2021-04-20
Adjust ectest.c for set_compressed_coordinates
Theo Buehler
2021-04-20
Adjust ectest.c for get_Jprojective coordinate change
Theo Buehler
2021-04-20
Adjust ecdhtest.c for affine_coordinates change
Theo Buehler
2021-04-20
Adjust ectest.c for affine_coordinates change
Theo Buehler
2021-04-20
Adjust ectest.c for EC_GROUP_{g,s}et_curve change
Theo Buehler
2021-04-07
Use ERR_print_error_fp() to avoid leaking a BIO in fatal()
Theo Buehler
2021-04-06
use errx() instead of err()
Theo Buehler
2021-04-06
spaces -> tabs
Theo Buehler
2021-04-06
minor style tweaks
Theo Buehler
2021-04-04
Add missing error check for AES_unwrap_key().
Theo Buehler
2021-04-04
Explicitly NULL pointers to avoid a double free.
Theo Buehler
2021-04-04
Don't leak key and dh in the error path.
Theo Buehler
2021-04-03
Run the CMAC tests through EVP_PKEY_new_CMAC_key().
Theo Buehler
2021-03-31
Remove workaround for missing d2i_DSAPrivateKey_fp prototype
Theo Buehler
2021-03-22
Don't leak ca in test_cms_sign_verify().
Theo Buehler
2021-03-21
Plug memory leak reported by Ilya Shipitsin
Theo Buehler
2021-02-23
Make this test module aware so it passes with Go 1.16
Theo Buehler
2020-12-26
Start each regress run from scratch with new keys and CA database.
Alexander Bluhm
2020-12-26
Convert CA regress implementation from shell script to make file.
Alexander Bluhm
2020-12-17
Remove echo headlines.
Alexander Bluhm
2020-11-18
Don't leak verify and store contexts.
Theo Buehler
2020-11-05
Skip test if web server cannot be pinged.
Alexander Bluhm
2020-10-26
catch unset error when validation fails.
Bob Beck
2020-10-12
avoid two overlong lines and drop an unused printf argument
Theo Buehler
2020-10-10
Don't leak bundle_file and cert_file paths at the end.
Theo Buehler
2020-10-08
Read cert.pem once and reuse it instead of reading it twice per test cert
Theo Buehler
2020-10-03
KNF
Theo Buehler
2020-10-03
typo
Theo Buehler
2020-10-02
spelling, punctuation, whitespace
Theo Buehler
2020-10-02
Add possibility to link and run this test against the OpenSSL 1.1.1 package
Theo Buehler
2020-10-02
Use += and ?= and tidy up whitespace
Theo Buehler
[next]