Adjust to ObjFW changes
This commit is contained in:
parent
eed791dff1
commit
24e8ee8a50
5 changed files with 9 additions and 80 deletions
|
@ -37,15 +37,11 @@
|
|||
bool _requestClientCertificatesEnabled;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
@property (getter=isRequestClientCertificatesEnabled)
|
||||
bool requestClientCertificatesEnabled;
|
||||
#endif
|
||||
|
||||
- initWithSocket: (OFTCPSocket*)socket;
|
||||
- (void)SSL_super_close;
|
||||
- (void)setRequestClientCertificatesEnabled: (bool)enabled;
|
||||
- (bool)isRequestClientCertificatesEnabled;
|
||||
- (OFDataArray*)channelBindingDataWithType: (OFString*)type;
|
||||
- (X509Certificate*)peerCertificate;
|
||||
- (void)verifyPeerCertificate;
|
||||
|
|
Reference in a new issue