robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
386 stars 180 forks source link

Fix keysize of aes128-gcm and aes192-gcm #213

Closed frnktrgr closed 3 years ago

frnktrgr commented 4 years ago

I came across this using SimpleSAMLphp 1.18.7 and release 3.1.0 of your library against and Shibboleth IdP 4 using aes-128-gcm. Setting the correct keysize fixed the problem.

Thanks for the really great library.

tvdijen commented 3 years ago

@robrichards We could really use a bugfix release with this PR (or possibly with #214 instead)

robrichards commented 3 years ago

Merged in #214

robrichards commented 3 years ago

@tvdijen I just pushed out 3.1.1 with this fix

tvdijen commented 3 years ago

Thanks very much Rob!