Differences From Artifact [8b46b339d4]:
- File src/SSLSocket.h — part of check-in [586a59246a] at 2017-07-22 23:09:18 on branch trunk — Adjust to ObjFW changes (user: js, size: 1938) [annotate] [blame] [check-ins using]
To Artifact [482ed92e1f]:
- File
src/SSLSocket.h
— part of check-in
[ecf34717f0]
at
2017-07-22 23:34:45
on branch trunk
— SSLSocket: Re-add verifyPeerCertificate
This was accidentally removed from the interface. (user: js, size: 1969) [annotate] [blame] [check-ins using] [more...]
︙ | |||
43 44 45 46 47 48 49 50 51 52 | 43 44 45 46 47 48 49 50 51 52 53 | + | bool requestClientCertificatesEnabled; @property OF_NULLABLE_PROPERTY (readonly, nonatomic) X509Certificate *peerCertificate; - initWithSocket: (OFTCPSocket *)socket; - (OFData *)channelBindingDataWithType: (OFString *)type; - (nullable X509Certificate *)peerCertificate; - (void)verifyPeerCertificate; @end OF_ASSUME_NONNULL_END |