From f5d70314ff3d8cd59063821d07d04c2a90139370 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 23 Jul 2017 01:34:45 +0200 Subject: [PATCH] SSLSocket: Re-add verifyPeerCertificate This was accidentally removed from the interface. --- src/SSLSocket.h | 1 + 1 file changed, 1 insertion(+) 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