@@ -43,10 +43,10 @@ bool requestClientCertificatesEnabled; @property OF_NULLABLE_PROPERTY (readonly, nonatomic) X509Certificate *peerCertificate; - initWithSocket: (OFTCPSocket *)socket; -- (OFDataArray *)channelBindingDataWithType: (OFString *)type; +- (OFData *)channelBindingDataWithType: (OFString *)type; - (nullable X509Certificate *)peerCertificate; @end OF_ASSUME_NONNULL_END