Commit Graph
13 Commits
Author SHA1 Message Date
Sosthène Guédon ebbe35483d Update RSA dependency
This will also prepare us for the coming 0.11 release including the fix
for the marvin attack
2023-12-12 12:09:05 +01:00
Robin Krahl b8f5ea5ea3 Fix doc comments
This fixes a clippy warning from a new lint introduced in 1.70.0 and a
rustdoc warning.
2023-11-13 11:22:55 +01:00
Sosthène Guédon 20ba7b72c9 Remove dependance on trussed postcard and hide dependance on postcard 2023-03-01 17:38:05 +01:00
Sosthène Guédon a39ceceeb6 Add licences, a readme and a Makefile 2023-02-16 10:37:22 +01:00
Sosthène Guédon 519a9eaf30 Fix tests 2023-02-08 10:07:05 +01:00
Sosthène Guédon d3ea4acda8 Add virt module wrapping trussed::virt 2023-02-06 18:20:18 +01:00
Sosthène Guédon 7b5a562d5a Fix clippy warnings 2023-02-06 14:57:52 +01:00
Sosthène Guédon 255bddc7e1 Fix compilation 2023-02-06 14:57:20 +01:00
Sosthène Guédon eed9e06ca9 Port 725d4d6c85 to all key sizes 2023-02-06 14:39:50 +01:00
Sosthène Guédon 725d4d6c85 Improve traits and documentation for RSA 4096 2023-02-06 14:27:50 +01:00
Sosthène Guédon ed871eccbe Test that other backends are still reachable 2023-02-06 10:47:29 +01:00
Sosthène Guédon 0ac7f38bab Improve decryption API and test it 2023-02-06 10:29:57 +01:00
Sosthène Guédon 139dfee495 Add custom backend for RSA operations
This adds support for PKCS1v15 operation for RSA keys of size
2048, 3072 and 4096
2023-02-06 10:03:25 +01:00