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-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
2020-10-02
Tidy up: no need to link statically against libcrypto and no need
Theo Buehler
2020-10-02
Make this test compile against OpenSSL 1.1
Theo Buehler
2020-09-21
move a misplaced 'goto done;' so that all invalid uris are tested
Theo Buehler
2020-09-21
add a few short invalid URIs in test_constraints1() that cause early
Theo Buehler
2020-09-20
Correct a 1 byte read overflow in x509_contraints_uri and add
Bob Beck
2020-09-18
Move variable declaration to beginning of scope in order to make this
Theo Buehler
2020-09-18
make this test compile and pass on sparc64 by moving variable declarations
Theo Buehler
2020-09-18
move variable declaration up to top to make this compile and pass
Theo Buehler
2020-09-18
Use void function argument to appease gcc 4.2.1
Theo Buehler
2020-09-18
fix "warning: value computed is not used"
Theo Buehler
2020-09-18
fix "warning: function declaration isn't a prototype"
Theo Buehler
2020-09-18
zap redundant line
Theo Buehler
2020-09-18
hook symbols test to regress
Theo Buehler
2020-09-18
Check availability of the symbols in Symbols.list
Theo Buehler
2020-09-14
Change the known output to be the expected output, so that we
Bob Beck
2020-09-14
Use a fixed validation time in these tests so we never
Bob Beck
2020-09-13
Add new x509 certificate chain validator in x509_verify.c
Bob Beck
2020-09-12
remove unused include that breaks regress
Bob Beck
[next]