latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

Add support for RSA PSS and OAEP padding schemes #6

Closed simo5 closed 7 months ago

simo5 commented 7 months ago

Change Rsa code to allow PSS and OAEP mechanisms

simo5 commented 7 months ago

I should have addressed all the items except for mgf1_to_digest_buf() name one.

simo5 commented 7 months ago

Merged! @Jakuje thanks for the thorough reviews!