jsonwebtoken/tests
Kan-Ru Chen c26bdf7e06 Support for RSASSA-PSS signing algorithm
As specified in https://tools.ietf.org/html/rfc7518#section-3.5

- PS256 - RSASSA-PSS using SHA-256 hash algorithm
- PS384 - RSASSA-PSS using SHA-384 hash algorithm
- PS512 - RSASSA-PSS using SHA-512 hash algorithm
2019-06-08 03:08:54 +09:00
..
ecdsa.rs implemented verification of ECDSA signatures and added tests 2019-02-01 12:11:20 +08:00
lib.rs Support for RSASSA-PSS signing algorithm 2019-06-08 03:08:54 +09:00
private_ecdsa_key.pk8 implemented verification of ECDSA signatures and added tests 2019-02-01 12:11:20 +08:00
private_rsa_key.der Work on RSA 2017-04-11 12:40:55 +09:00
private_rsa_key.pem Work on RSA 2017-04-11 12:40:55 +09:00
public_ecdsa_key.pk8 implemented verification of ECDSA signatures and added tests 2019-02-01 12:11:20 +08:00
public_rsa_key.der RSA working 2017-04-11 12:41:21 +09:00
public_rsa_key.pem Work on RSA 2017-04-11 12:40:55 +09:00
public_rsa_key_8.pem Update docs for RSA signing/verification 2018-10-15 13:26:03 +02:00
rsa.rs Support for RSASSA-PSS signing algorithm 2019-06-08 03:08:54 +09:00