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
/
x509
Age
Commit message (
Expand
)
Author
2022-01-07
Add some workarounds to make build_addr_block_test_data const.
Theo Buehler
2022-01-07
Revert previous accidental commit
Theo Buehler
2022-01-06
Add a comment that explains why build_addr_block_tests isn't const
Theo Buehler
2022-01-06
Fix a copy-paste error that led to an out-of-bounds access.
Theo Buehler
2022-01-05
Remove bandaid to work around expected range_should_be_prefix() problem.
Theo Buehler
2021-12-29
Plug memleak
Theo Buehler
2021-12-24
The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
Theo Buehler
2021-12-24
Style tweak in {d2i,i2d}_IPAddrBlocks()
Theo Buehler
2021-12-24
Drop -g -O0 from CFLAGS
Theo Buehler
2021-12-24
link rfc3779 test to build
Theo Buehler
2021-12-24
Add initial test coverage for RFC 3779 code.
Theo Buehler
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-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-27
Add regress test testing having the root cert in the intermediate bundle
Bob Beck
2021-04-27
Relax SAN DNSname validation and constraints to permit non leading *
Bob Beck
2020-11-18
Don't leak verify and store contexts.
Theo Buehler
2020-10-26
catch unset error when validation fails.
Bob Beck
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-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-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
Add regress for X509_verify() using the new bundles.
Joel Sing
2020-06-04
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
Ingo Schwarze
[next]