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>
diff --git a/sources.cmake b/sources.cmake
index 1a6e8e4..e71b754 100644
--- a/sources.cmake
+++ b/sources.cmake
@@ -361,6 +361,9 @@
   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 @@
   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