Skip to content

Releases: Spomky-Labs/aes-key-wrap

Version 7.0.0

08 Dec 20:37
fbeb834
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v7.0.0

Version 6.0.0

01 Aug 14:09
Compare
Choose a tag to compare

General upgrade

Version 5.0.0

23 Jul 10:36
Compare
Choose a tag to compare

General upgrade

Version 4.0.1

28 Oct 16:18
Compare
Choose a tag to compare

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

26 Mar 12:27
Compare
Choose a tag to compare

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

25 Mar 21:11
Compare
Choose a tag to compare
  • Tests on PHP 7.1
  • Symfony Polyfill for MBString is now removed. The MBString extension is required.

OpenSSL support

03 Mar 12:12
Compare
Choose a tag to compare

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

20 Jan 07:27
Compare
Choose a tag to compare

Minor changes

Version 1.0.0

20 Jan 07:16
Compare
Choose a tag to compare

This library is now compatiple with the RFC5649.

The wrap and unwrap method signatures have been changed.

Version 0.1.1

02 Jan 10:50
Compare
Choose a tag to compare

Composer fixed