Hook in ocsp into libpki, and run the ocsp unit tests.

we do end up needing this for google3.

crbug: 1322914
Change-Id: I3788170521fff6a7a8075c58d929558b97820a34
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/62405
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
This commit is contained in:
Bob Beck 2023-08-16 22:25:15 +00:00 committed by Boringssl LUCI CQ
parent 300f221882
commit 9f8f244a10

View File

@ -361,6 +361,9 @@ set(
pki/general_names.cc
pki/input.cc
pki/name_constraints.cc
pki/ocsp.cc
pki/ocsp_revocation_status.h
pki/ocsp_verify_result.cc
pki/parse_certificate.cc
pki/parse_name.cc
pki/parse_values.cc
@ -397,7 +400,7 @@ set(
pki/mock_signature_verify_cache.cc
pki/name_constraints_unittest.cc
pki/nist_pkits_unittest.cc
# pki/ocsp_unittest.cc # Not sure we will keep this here..
pki/ocsp_unittest.cc
pki/parse_certificate_unittest.cc
pki/parse_name_unittest.cc
pki/parse_values_unittest.cc