1 --- Changes and improvements.
6 -- <li>Added getifaddrs() function.</li>
7 -- <li>Added getsockopt(), setsockopt(), getsockname() and getpeername()
8 -- directly to TLS-socket objects unifying the socket interface.</li>
9 -- <li>Added support for CyaSSL as cryptographical backend.</li>
10 -- <li>Added support for x509 certificates in DER format.</li>
11 -- <li>Added support for splice() in UnifiedIO.copyz().</li>
12 -- <li>Added interface to inject chunks into UnifiedIO.linesource() buffer.</li>
13 -- <li>Changed TLS behaviour to explicitely separate servers and clients.</li>
14 -- <li>Fixed usage of signed datatype breaking Base64 decoding.</li>
15 -- <li>Fixed namespace clashes for nixio.fs.</li>
16 -- <li>Fixed splice() support for some exotic C libraries.</li>
17 -- <li>Reconfigure axTLS cryptographical provider and mark it as obsolete.</li>
25 -- <li>Initial Release</li>