Differences From Artifact [77855aef11]:
- File src/SSLSocket.h — part of check-in [2110030291] at 2011-06-08 21:24:36 on branch trunk — Add copyright and license. (user: js, size: 1649) [annotate] [blame] [check-ins using]
To Artifact [e3d66ecad9]:
- File src/SSLSocket.h — part of check-in [a1f0209e57] at 2011-09-09 18:01:44 on branch trunk — Support for getting channel binding data (user: florob@babelmonkeys.de, size: 1710) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 46 | 39 40 41 42 43 44 45 46 47 | + | - initWithSocket: (OFTCPSocket*)socket; /* Change the return type */ - (SSLSocket*)accept; - (void)setPrivateKeyFile: (OFString*)file; - (OFString*)privateKeyFile; - (void)setCertificateFile: (OFString*)file; - (OFString*)certificateFile; - (OFDataArray*)channelBindingDataWithType: (OFString*)type; @end |