Skip to content

Commit

Permalink
works OCSP Stapling with TLS1.3 like OCSPv2Multi
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Jul 25, 2024
1 parent e6fcd48 commit 2119f15
Show file tree
Hide file tree
Showing 8 changed files with 865 additions and 98 deletions.
1 change: 1 addition & 0 deletions SCRIPTS-LIST
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ scripts/
google.test - example client test against google, part of tests
resume.test - example sessoin resume test, part of tests
ocsp-stapling.test - example client test against globalsign, part of tests
ocsp-stapling1_tls13.text - exmaple client test against example server, part of tests
ocsp-stapling2.test - example client test against example server, part of tests
sniffer-testsuite.test - runs snifftest on a pcap of testsuite, part of tests
in sniffer mode
Expand Down
4 changes: 3 additions & 1 deletion scripts/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ endif

if BUILD_OCSP_STAPLING
dist_noinst_SCRIPTS+= scripts/ocsp-stapling.test
dist_noinst_SCRIPTS+= scripts/ocsp-stapling_tls13.test
if !BUILD_OCSP_STAPLING_V2
testsuite/testsuite.log: scripts/ocsp-stapling.log scripts/ocsp-stapling-with-ca-as-responder.log
testsuite/testsuite.log: scripts/ocsp-stapling.log scripts/ocsp-stapling_tls13.log scripts/ocsp-stapling-with-ca-as-responder.log
endif
scripts/ocsp-stapling.log: scripts/ocsp.log
scripts/ocsp-stapling_tls13.log: scripts/ocsp-stapling.log
dist_noinst_SCRIPTS+= scripts/ocsp-stapling-with-ca-as-responder.test
scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp.log
scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp-stapling.log
Expand Down
Loading

0 comments on commit 2119f15

Please sign in to comment.