mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
Configuration to receive OCSP stapling response for client connections and callback implementation to verify the response if the server returns any response
This commit is contained in:
@@ -278,6 +278,11 @@ protected:
|
||||
/// Throws a InvalidStateException if not application instance
|
||||
/// is available.
|
||||
|
||||
static int verifyOCSPResponse(SSL *s, 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.
|
||||
|
||||
private:
|
||||
SSLManager();
|
||||
/// Creates the SSLManager.
|
||||
|
||||
Reference in New Issue
Block a user