Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit f5d7031

Browse files
committed
SSLSocket: Re-add verifyPeerCertificate
This was accidentally removed from the interface.
1 parent feb01c8 commit f5d7031

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SSLSocket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ OF_ASSUME_NONNULL_BEGIN
4747
- initWithSocket: (OFTCPSocket *)socket;
4848
- (OFData *)channelBindingDataWithType: (OFString *)type;
4949
- (nullable X509Certificate *)peerCertificate;
50+
- (void)verifyPeerCertificate;
5051
@end
5152

5253
OF_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)