pynss-dev / python-nss

Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR).
GNU General Public License v2.0
1 stars 2 forks source link

Missing Cipher - RSA+OAEP #16

Open cipherboy opened 2 years ago

cipherboy commented 2 years ago

From what I can tell, JSS has support for OAEP, but I don't believe python-nss does. There's a few PKCS#11 constants, but I don't believe parameter selection is exposed, unlike PSS.