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
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
2020-09-11
Add x509_constraints.c - a new implementation of x509 name constraints, with
Bob Beck
2020-07-23
Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause
Ingo Schwarze
2020-07-16
Fix perl bugs that had me printing the wrong cert number for errors
Bob Beck
2020-07-15
The exit code from the perl matters here
Bob Beck
2020-07-15
Don't leak the X509_STORE
Bob Beck
2020-07-15
Add certificate validation tests generated using the tools from
Bob Beck
2020-07-14
Enter the certs regress directory.
Joel Sing
2020-07-14
Add regress for X509_verify() using the new bundles.
Joel Sing
2020-07-14
Provide generated certificate bundles and roots for regress.
Joel Sing
2020-07-14
Provide tools to build certificate changes for verify regress.
Joel Sing
2020-06-04
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
Ingo Schwarze
2020-05-14
go fmt whitespace nit
Theo Buehler
2020-05-14
reinstate an error check that was commented out while waiting for arm
Theo Buehler
2020-04-27
Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:
Theo Buehler
2020-04-27
Fix a logic error that hid the failing ZeroLengthIv tests.
Theo Buehler
2020-03-10
Import openssl-1.1.1d test data to base64test.c
Kinichiro Inoguchi
2020-03-10
Modify regress base64test.c
Kinichiro Inoguchi
2020-01-27
Some of the test vectors that were added in the upstream commit
Theo Buehler
2020-01-26
Add back the tests that were deleted in previous but not contained
Theo Buehler
2020-01-26
Adjust tests to match the change in EVP_chacha20().
Theo Buehler
2019-12-14
whitespace from go fmt + update a comment
Theo Buehler
2019-12-14
Run Wycheproof HMAC test vectors against libcrypto.
Theo Buehler
2019-12-09
update to-do list
Theo Buehler
2019-12-09
Run Wycheproof DSA P1363 test vectors against libcrypto.
Theo Buehler
2019-12-03
update to-do list
Theo Buehler
2019-12-03
Run Wycheproof ECDSA P1363 test vectors against libcrypto.
Theo Buehler
2019-12-03
Add an EcPoint variant and pass it to the ECDH test runner.
Theo Buehler
[next]