You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "ywkaras (via GitHub)" <gi...@apache.org> on 2023/04/26 19:42:21 UTC

[GitHub] [trafficserver] ywkaras commented on a diff in pull request #9624: Remove dependency on OpenSSL's OCSP API

ywkaras commented on code in PR #9624:
URL: https://github.com/apache/trafficserver/pull/9624#discussion_r1178319035


##########
iocore/net/OCSPStapling.cc:
##########
@@ -21,16 +21,10 @@
 
 #include "P_OCSPStapling.h"
 
-#if TS_USE_TLS_OCSP
-
-#include <openssl/bio.h>
 #include <openssl/ssl.h>
-
-#if TS_HAS_BORINGOCSP
-#include <boringocsp/ocsp.h>
-#else
-#include <openssl/ocsp.h>
-#endif
+#include <openssl/x509v3.h>
+#include <openssl/asn1.h>
+#include <openssl/asn1t.h>

Review Comment:
   Is all this code copied from openssl 3.0?  If not, do we need to display this license somewhere?  https://www.openssl.org/source/license-openssl-ssleay.txt



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org