ObjFW  Diff

Differences From Artifact [c867497861]:

To Artifact [ba822d3148]:


77
78
79
80
81
82
83
84

85
86
87
88

89
90
91
92
93
94
95
96
77
78
79
80
81
82
83

84
85
86
87

88

89
90
91
92
93
94
95







-
+



-
+
-







 * @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;

/*!
 * @brief Whether certificate verification is enabled.
 * @brief Whether certificates are verified.
 *
 * The default is enabled.
 */
@property (nonatomic, getter=isCertificateVerificationEnabled)
@property (nonatomic) bool verifiesCertificates;
    bool certificateVerificationEnabled;

/*!
 * @brief Initializes the TLS socket with the specified TCP socket as its
 *	  underlying socket.
 *
 * @param socket The TCP socket to use as underlying socket
 */