Skip to content

Releases: Spomky-Labs/aes-key-wrap

Version 7.0.0

Choose a tag to compare

@Spomky Spomky released this 08 Dec 20:37
fbeb834

What's Changed

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

Version 6.0.0

Choose a tag to compare

@Spomky Spomky released this 01 Aug 14:09

General upgrade

Version 5.0.0

Choose a tag to compare

@Spomky Spomky released this 23 Jul 10:36

General upgrade

Version 4.0.1

Choose a tag to compare

@Spomky Spomky released this 28 Oct 16:18

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

Choose a tag to compare

@Spomky Spomky released this 26 Mar 12:27

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

Choose a tag to compare

@Spomky Spomky released this 25 Mar 21:11
  • Tests on PHP 7.1
  • Symfony Polyfill for MBString is now removed. The MBString extension is required.

OpenSSL support

Choose a tag to compare

@Spomky Spomky released this 03 Mar 12:12

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

Choose a tag to compare

@Spomky Spomky released this 20 Jan 07:27

Minor changes

Version 1.0.0

Choose a tag to compare

@Spomky Spomky released this 20 Jan 07:16

This library is now compatiple with the RFC5649.

The wrap and unwrap method signatures have been changed.

Version 0.1.1

Choose a tag to compare

@Spomky Spomky released this 02 Jan 10:50

Composer fixed