Name | Modified | Size | Downloads / Week |
---|---|---|---|
assl-1.4.0.tar.gz | 2013-06-04 | 119.5 kB | |
readme.txt | 2013-01-04 | 2.2 kB | |
assl-1.2.0.tar.gz | 2013-01-04 | 119.6 kB | |
assl-1.0.0.tar.gz | 2012-04-27 | 124.4 kB | |
assl-0.12.2.tar.gz | 2012-02-28 | 122.9 kB | |
assl-0.12.0.tar.gz | 2012-01-09 | 122.4 kB | |
Totals: 6 Items | 611.0 kB | 0 |
assl 1.2.0 changelog Fri Jan 04 2013 - version 1.2.0 - Add support for OpenSSL 1.0.1c - Add support for TLS 1.1 and TLS 1.2 - Fall back to TLS 1.0 on older OpenSSL versions - Use DH parameters from certs - Always initialize the named curve in order to enable ECDHE - Remove the 'version: ' prefix from assl_verstring - Add support for Bitrig - Other minor code cleanup * Tue Jul 17 2012 - version 1.1.0 - Support clang builds - Add function used to obtain file descriptor from context - Remove support for SSL version 2 - Remove all assl_event APIs - Update man page with new and removed functions - Limit to a single initialization - Other minor code cleanup * Tue Apr 24 2012 - version 1.0.0 - change to using libevent2 - Other minor cleanup and bug fixes * Mon Feb 27 2012 - version 0.12.2 - Add support for latest version of libevent - Improve error reporting when loading file certificates - Add build versioning on Linux to match support on BSD - Call function to stop server in event server example - Other minor code cleanup and enhancements * Mon Feb 13 2012 - version 0.12.1 - Determine the remote IP address of the remote before negotiate - Validate library inputs more completely - Fix assl_fatalx() memory corruption using va_list twice without va_copy - General cleanup and fixes * Fri Jan 06 2012 - version 0.12.0 - Make low delay and throughput flags control DSCP for IPv6 - Add function to set a callback for log information - Fix an issue with error reporting when getting address information - Other minor code cleanup and enhancements * Thu Oct 27 2011 - version 0.11.0 - Annotate functions that do not return - Several man page corrections - Make failure messages consistent - Add build versioning - Other minor cleanup * Wed Aug 31 2011 - version 0.10.2 - Rework SSL negotiation to take up to roughly 10 seconds - Attempt a connection to each address returned by host lookup instead of just the first address returned * Tue Jul 26 2011 - version 0.10.1 - Improve portability - Don't link against clens directly from library - Minor cleanup * Tue Jul 03 2011 - version 0.10.0 - Initial release