Add sctverify command

This commit is contained in:
Zhi Guan
2026-06-10 19:44:13 +08:00
parent 852a2ebe6e
commit be3230fd7f
3 changed files with 255 additions and 1 deletions

View File

@@ -575,7 +575,8 @@ if (ENABLE_TLS)
tools/tls12_client.c
tools/tls12_server.c
tools/tls13_client.c
tools/tls13_server.c)
tools/tls13_server.c
tools/sctverify.c)
list(APPEND tests tls tls13 tls_ocsp)
endif()