Differences From Artifact [e543ca804e]:
- File src/OFTLSSocket.h — part of check-in [4eab54022e] at 2017-08-14 13:33:31 on branch trunk — Always have assign before nonatomic (user: js, size: 5996) [annotate] [blame] [check-ins using]
To Artifact [ece0928c2a]:
- File
src/OFTLSSocket.h
— part of check-in
[d6553b4578]
at
2017-09-10 22:32:56
on branch trunk
— Add OFInvocation
Only support for storing an invocation, no support for invoking yet. (user: js, size: 5996) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
75 76 77 78 79 80 81 |
*
* @warning You have to ensure that this is in secure memory protected from
* swapping! This is also the reason why this is not an OFString.
*/
@property OF_NULLABLE_PROPERTY (assign, nonatomic)
const char *privateKeyPassphrase;
| | | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
*
* @warning You have to ensure that this is in secure memory protected from
* swapping! This is also the reason why this is not an OFString.
*/
@property OF_NULLABLE_PROPERTY (assign, nonatomic)
const char *privateKeyPassphrase;
/*!
* Whether certificate verification is enabled.
*
* The default is enabled.
*/
@property (nonatomic, getter=isCertificateVerificationEnabled)
bool certificateVerificationEnabled;
|
| ︙ | ︙ |