Releases: Spomky-Labs/aes-key-wrap
Releases · Spomky-Labs/aes-key-wrap
Version 7.0.0
Version 6.0.0
General upgrade
Version 5.0.0
General upgrade
Version 4.0.1
This new release removes the KEK size limitation as there is no reason to limit it.
It also adds tests on PHP 7.2.
Version 4.0.0
This is the new major release:
- Assertion library removed
- All classes marked as final
- PHP 7.0 is now the minimal requirement
- PHP 7.0 Type hinting
- Tests using PHPUnit 6
- Performance tests
If you do not use PHP 7, you can still use the version 3.x.
Version 3.0.3
- Tests on PHP 7.1
- Symfony Polyfill for MBString is now removed. The MBString extension is required.
OpenSSL support
This new minor release adds support of OpenSSL.
OpenSSL is selected automatically if available, else MCrypt is used as before.
Mcrypt extension is no more required.
Version 1.0.1
Minor changes
Version 1.0.0
This library is now compatiple with the RFC5649.
The wrap
and unwrap
method signatures have been changed.
Version 0.1.1
Composer fixed