1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Fix RSA JWT signature and add snapshot tests for JWT signature

This commit is contained in:
Quentin Gliech
2022-10-17 16:27:23 +02:00
parent cf6d5a076a
commit c2a198b821
18 changed files with 194 additions and 24 deletions

View File

@ -20,7 +20,7 @@ pem-rfc7468 = { version = "0.6.0", features = ["std"] }
pkcs1 = { version = "0.4.0", features = ["std"] }
pkcs8 = { version = "0.9.0", features = ["std", "pkcs5", "encryption"] }
rand = "0.8.5"
rsa = { version = "0.7.0-rc.0", features = ["std", "pem"] }
rsa = { version = "0.7.0", features = ["std", "pem"] }
sec1 = { version = "0.3.0", features = ["std"] }
spki = { version = "0.6.0", features = ["std"] }
thiserror = "1.0.37"