commit | e6bdc4497c62a26dd2059a54f7f03c94e27adb96 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 17 11:34:57 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:32:25 2014 +0200 |
tree | 8a266a517a7ab7deb30ca41212a7aa073a2c64f5 | |
parent | f4acfe18081c852ba0f0a6b9b226fb14a629b5f3 [diff] [blame] |
Merge I/O contexts into one
diff --git a/ChangeLog b/ChangeLog index 0f9ccf0..c7bda6b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -7,6 +7,7 @@ API Changes * net_connect() and net_bind() have a new 'proto' argument to choose between TCP and UDP, using the macros NET_PROTO_TCP or NET_PROTO_UDP. + * ssl_set_bio() now requires that p_send == p_recv. = PolarSSL 1.3.9 released 2014-10-20 Security