#2895, #2935: support OCSP stapling

This commit is contained in:
Günter Obiltschnig
2021-06-23 08:36:38 +02:00
parent d28d2b7a80
commit 3ca91a8fe1
5 changed files with 188 additions and 4 deletions

View File

@@ -272,6 +272,11 @@ protected:
/// The request is delegated to the PrivatekeyPassword event. This method returns the
/// length of the password.
static int verifyOCSPResponseCallback(SSL* pSSL, void* arg);
/// The return value of this method defines how errors in
/// verification are handled. Return 0 to terminate the handshake,
/// or 1 to continue despite the error.
static Poco::Util::AbstractConfiguration& appConfig();
/// Returns the application configuration.
///