Revision history for Perl extension Crypt::MatrixSSL3.
v3.9.4 2024-11-05 12:18:36 EET
- Update tests for Perl v5.41.x (thanks @richardleach)
v3.9.3 2020-03-19 09:46:50 EET
- Fixed PS_PUBKEY_OPTIMIZE_FOR_FASTER_SPEED / PS_PUBKEY_OPTIMIZE_FOR_SMALLER_RAM contention
v3.9.2 2018-12-03 23:06:57 EET
- Update bundled ca-certificates.
v3.9.1 2017-06-28 16:18:33 EEST
- Update to MatrixSSL 3.9.3
v3.9.0 2017-05-04 17:39:49 EEST
- Update to MatrixSSL 3.9.1
v3.8.1 2016-10-15 14:49:02 EEST
- Update to MatrixSSL 3.8.6
v3.8.0 2016-10-07 16:48:36 EEST
- Update to MatrixSSL 3.8.4
v3.7.7 2016-05-11 20:40:21 EEST
- Added 'false start' handling in examples/functions.pl
- Added ALPN data refresh using Crypt::MatrixSSL3::refresh_ALPN_data()
- Added API support for getting the SSL session master secret
- Added support for ECC certificates
- Bugfix: Win32 psGetTime now returns seconds instead of milliseconds
- Fixed Makefile.PL compatibility with with newer ExtUtils::MakeMaker
- Improved Makefile.PL portability
- Updated documentation and tests
v3.7.6 2016-03-28 11:29:21 EEST
- Added security requirements for HTTP/2 application protocols
- Better cipher handling for resumed sessions
- Bugfix: correctly setting cipher for resumed sessions
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)