diff --git a/src/SSLSocket.h b/src/SSLSocket.h index 54406f3..43a4ce9 100644 --- a/src/SSLSocket.h +++ b/src/SSLSocket.h @@ -47,6 +47,7 @@ OF_ASSUME_NONNULL_BEGIN - initWithSocket: (OFTCPSocket *)socket; - (OFData *)channelBindingDataWithType: (OFString *)type; - (nullable X509Certificate *)peerCertificate; +- (void)verifyPeerCertificate; @end OF_ASSUME_NONNULL_END