SSLSocket: Re-add verifyPeerCertificate
This was accidentally removed from the interface.
This commit is contained in:
parent
feb01c8f83
commit
f5d70314ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue