ObjFW
|
A delegate for classes implementing the OFTLSSocket protocol. More...
#import <ObjFW/OFTLSSocket.h>
Instance Methods | |
(bool) | - socket:shouldAcceptCertificate: |
This callback is called when the TLS socket wants to know if it should accept the received certificate. More... | |
A delegate for classes implementing the OFTLSSocket protocol.
|
optional |
This callback is called when the TLS socket wants to know if it should accept the received certificate.
socket | The socket which wants to know if it should accept the received certificate |
certificate | A dictionary with the fields of the received certificate |