comparison libpurple/sslconn.h @ 27632:12f5a7916131

+@since
author Paul Aurich <paul@darkrain42.org>
date Wed, 15 Jul 2009 17:07:01 +0000
parents bff61dad9a6b
children d337a23e5536
comparison
equal deleted inserted replaced
27631:bff61dad9a6b 27632:12f5a7916131
201 * destroyed for you. 201 * destroyed for you.
202 * @param ssl_host The hostname of the other peer (to verify the CN) 202 * @param ssl_host The hostname of the other peer (to verify the CN)
203 * @param data User-defined data. 203 * @param data User-defined data.
204 * 204 *
205 * @return The SSL connection handle. 205 * @return The SSL connection handle.
206 * @since 2.6.0
206 */ 207 */
207 PurpleSslConnection *purple_ssl_connect_with_ssl_cn(PurpleAccount *account, const char *host, 208 PurpleSslConnection *purple_ssl_connect_with_ssl_cn(PurpleAccount *account, const char *host,
208 int port, PurpleSslInputFunction func, 209 int port, PurpleSslInputFunction func,
209 PurpleSslErrorFunction error_func, 210 PurpleSslErrorFunction error_func,
210 const char *ssl_host, 211 const char *ssl_host,