robrichards / xmlseclibs

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

Add Rsassa-Pss / PKCS#1 v2 Signature via usage of phpseclib #222

Open 7118path opened 3 years ago

7118path commented 3 years ago

We also need support for Rsassa-Pss based algorithms as described in this issue #200. As the PHP openssl extension does not support these we decided to use https://github.com/phpseclib/phpseclib.

Test for code contains creating / verifying signatures and verifying an external created signature.