index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libcrypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call the callback on success in new verifier in a compatible way
beck
2021-09-03
1
-3
/
+1
*
Add a regression test to verify that we call the callback in the same
beck
2021-09-01
3
-4
/
+551
*
Only remove the directories if there's an obj/ or obj@
tb
2021-08-28
1
-2
/
+4
*
Add a pass using the modern vfy with by_dir roots, code by me, script to
beck
2021-08-28
3
-15
/
+106
*
Add regress test testing having the root cert in the intermediate bundle
beck
2021-08-27
1
-1
/
+5
*
Relax SAN DNSname validation and constraints to permit non leading *
beck
2021-04-27
1
-8
/
+4
*
Don't leak verify and store contexts.
tb
2020-11-18
1
-1
/
+3
*
catch unset error when validation fails.
beck
2020-10-26
2
-2
/
+16
*
Don't leak bundle_file and cert_file paths at the end.
tb
2020-10-10
1
-1
/
+3
*
Read cert.pem once and reuse it instead of reading it twice per test cert
tb
2020-10-08
1
-18
/
+10
*
KNF
tb
2020-10-03
1
-12
/
+11
*
typo
tb
2020-10-03
1
-1
/
+1
*
spelling, punctuation, whitespace
tb
2020-10-02
2
-6
/
+6
*
Add possibility to link and run this test against the OpenSSL 1.1.1 package
tb
2020-10-02
1
-1
/
+7
*
Use += and ?= and tidy up whitespace
tb
2020-10-02
1
-8
/
+8
*
Tidy up: no need to link statically against libcrypto and no need
tb
2020-10-02
1
-4
/
+4
*
Make this test compile against OpenSSL 1.1
tb
2020-10-02
1
-11
/
+21
*
move a misplaced 'goto done;' so that all invalid uris are tested
tb
2020-09-21
1
-1
/
+1
*
add a few short invalid URIs in test_constraints1() that cause early
tb
2020-09-21
1
-0
/
+4
*
Correct a 1 byte read overflow in x509_contraints_uri and add
beck
2020-09-20
1
-0
/
+4
*
Move variable declaration to beginning of scope in order to make this
tb
2020-09-18
1
-3
/
+4
*
make this test compile and pass on sparc64 by moving variable declarations
tb
2020-09-18
1
-4
/
+9
*
move variable declaration up to top to make this compile and pass
tb
2020-09-18
1
-1
/
+1
*
Use void function argument to appease gcc 4.2.1
tb
2020-09-18
1
-1
/
+1
*
Change the known output to be the expected output, so that we
beck
2020-09-14
1
-1421
/
+1421
*
Use a fixed validation time in these tests so we never
beck
2020-09-14
1
-2
/
+4
*
Add new x509 certificate chain validator in x509_verify.c
beck
2020-09-13
1
-9
/
+90
*
remove unused include that breaks regress
beck
2020-09-12
1
-1
/
+0
*
Add x509_constraints.c - a new implementation of x509 name constraints, with
beck
2020-09-11
2
-5
/
+495
*
Fix perl bugs that had me printing the wrong cert number for errors
beck
2020-07-16
1
-8
/
+9
*
The exit code from the perl matters here
beck
2020-07-15
1
-1
/
+3
*
Don't leak the X509_STORE
beck
2020-07-15
1
-1
/
+3
*
Add certificate validation tests generated using the tools from
beck
2020-07-15
10945
-0
/
+444760
*
Add regress for X509_verify() using the new bundles.
jsing
2020-07-14
2
-3
/
+369
*
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
schwarze
2020-06-04
2
-5
/
+115
*
Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.
tb
2018-11-10
1
-1
/
+3
*
test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@
schwarze
2018-04-07
3
-0
/
+78