SSLSocket: Re-add verifyPeerCertificate

This was accidentally removed from the interface.
This commit is contained in:
Jonathan Schleifer 2017-07-23 01:34:45 +02:00
parent feb01c8f83
commit f5d70314ff
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3

View file

@ -47,6 +47,7 @@ OF_ASSUME_NONNULL_BEGIN
- initWithSocket: (OFTCPSocket *)socket; - initWithSocket: (OFTCPSocket *)socket;
- (OFData *)channelBindingDataWithType: (OFString *)type; - (OFData *)channelBindingDataWithType: (OFString *)type;
- (nullable X509Certificate *)peerCertificate; - (nullable X509Certificate *)peerCertificate;
- (void)verifyPeerCertificate;
@end @end
OF_ASSUME_NONNULL_END OF_ASSUME_NONNULL_END