Index: src/SSLSocket.h ================================================================== --- src/SSLSocket.h +++ src/SSLSocket.h @@ -45,8 +45,9 @@ X509Certificate *peerCertificate; - initWithSocket: (OFTCPSocket *)socket; - (OFData *)channelBindingDataWithType: (OFString *)type; - (nullable X509Certificate *)peerCertificate; +- (void)verifyPeerCertificate; @end OF_ASSUME_NONNULL_END