Revision history for Perl extension Crypt::MatrixSSL3.
v3.7.5 2016-03-25 10:14:59 EET
- virtual hosts (SNI)/default server initialization now uses
hashes instead of arrays making it easier to use and add
features in the future
- now using a single ALPN callback for all SSL sessions
- unified OCSP staples, Certificate Transparency data and server
supported protocols (ALPN) in a single structure
v3.7.4 2016-03-01 05:29:25 EET
- Migrate to Dist::Milla.
- Use ppport.h.
- Improve sample scripts.
3.7.3 2016-02-07 19:04:00 UTC
- better default cipher selection
- added support for shared session cache (matrixSSL sources)
- added support for stateless session tickets (XS)
- added support for TLS_FALLBACK_SCSV (matrixSSL sources)
- added browser preferred ciphers (matrixSSL sources)
- added support for OCSP staples (matrixSSL sources, XS)
- added SNI integration (XS)
- added support of DH param loading (XS)
- added support for ALPN callback (XS)
3.7.2 2015-09-03 11:07:24 UTC
- update to matrixSSL 3.7.2b
3.3.0 2012-04-11 14:36:05 UTC
- based on Crypt::MatrixSSL-1.8.6
- re-write to support MatrixSSL 3.3 (CDRAKE, POWERMAN)