dsoumis opened a new pull request, #907: URL: https://github.com/apache/tomcat/pull/907
While creating OCSP tests I stumbled upon some scenarios that were working with tomcat-native but not with FFM. The commits are an effort to align the behavior of using Openssl through FFM with Tomcat-native. In detail: Commit#1) From docs, "If optionalNoCA is configured then OCSP will also be disabled." Commit#2) If a certificate is self-signed it is expected not to have a CRL URL. Commit#3) If we set ok=0 with errnum==X509_V_OK (0), OpenSSL emits a fatal internal_error. Tolerate V_OCSP_CERTSTATUS_UNKNOWN and let the client policy (e.g. NO_FALLBACK) decide. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
