ChangeLog: mention recent changes
- Certificate verification is enabled for all openssl versions by default - xmpp_ctx_set_timeout() - Move xmpp_ctx_set_timeout() to event loop section in strophe.h
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
0.9.2
|
||||
- OpenSSL tls module verifies certificate by default. Set flag
|
||||
XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification
|
||||
- Certificate hostname verification is forced for openssl-1.0.2 and
|
||||
newer
|
||||
- OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1
|
||||
@@ -6,7 +8,9 @@
|
||||
userdata
|
||||
- System handlers are deleted on xmpp_conn_t reconnection. Old system
|
||||
handlers could cause problems
|
||||
- New public function xmpp_sha1_digest()
|
||||
- New functions:
|
||||
- xmpp_ctx_set_timeout()
|
||||
- xmpp_sha1_digest()
|
||||
|
||||
0.9.1
|
||||
- Fixed bug #95 (DNS lookup failing on Cygwin)
|
||||
|
||||
Reference in New Issue
Block a user