robrichards / xmlseclibs

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

Add support for http://www.w3.org/2009/xmlenc11#rsa-oaep #204

Open aldaris opened 4 years ago

aldaris commented 4 years ago

It looks like that XMLSecurityKey does not currently support rsa-oaep encryption method. Given that RSA-1.5 is no longer considered secure, and RSA-OAEP-MGF1P relies on SHA-1, it would be great if support could be added for generic RSA-OAEP where different mask generation function implementations could be used.

7118path commented 3 years ago

Looks like this has been done and the issue can be closed?!