Skip to content

Releases: phpseclib/mcrypt_compat

2.0.1

29 Nov 02:44
Compare
Choose a tag to compare
  • PHP 8.1 changed the php_user_filter class definitions
  • PHP 8.2 will deprecate dynamic properties

1.0.12

29 Nov 02:43
Compare
Choose a tag to compare
  • PHP 8.1 changed the php_user_filter class definitions
  • PHP 8.2 will deprecate dynamic properties

2.0.0

23 Dec 16:03
Compare
Choose a tag to compare
  • use phpseclib 3.0

1.0.11

26 May 13:57
Compare
Choose a tag to compare
  • create tag off of 1.0 branch - not master branch

1.0.10

26 May 06:28
Compare
Choose a tag to compare
  • Composer: let mcrypt_compat "provide" mcrypt req (#2)

1.0.9

15 Feb 14:32
Compare
Choose a tag to compare
  • fix issue with mcrypt filters (#24)
  • RC2 max key length was incorrect (#25)

1.0.8

22 Aug 03:23
Compare
Choose a tag to compare
  • minimum required phpseclib version is 2.0.11 - not 2.0.10 (#22)

1.0.7

02 Aug 01:31
Compare
Choose a tag to compare
  • fix for cfb (as opposed to ncfb) mode (#19)

1.0.6

10 Jul 02:32
Compare
Choose a tag to compare
  • when mcrypt closes a stream it null pads that stream to be a multiple of the block length; mcrypt_compat didn't (#18)

1.0.5

15 Apr 19:05
Compare
Choose a tag to compare
  • phpseclib 2.0 supports cfb8 mode now as of #1257