-
- Downloads
Refactor crypto_rsa to use pem module.
This cleans up a lot of junk from crypto_rsa_openssl, and will save us duplicated code in crypto_rsa_nss (when it exists). (Actually, it already exists, but I am going to use git rebase so that this commit precedes the creation of crypto_rsa_nss.)
Showing
- src/lib/crypt_ops/crypto_rsa.c 253 additions, 0 deletionssrc/lib/crypt_ops/crypto_rsa.c
- src/lib/crypt_ops/crypto_rsa.h 13 additions, 3 deletionssrc/lib/crypt_ops/crypto_rsa.h
- src/lib/crypt_ops/crypto_rsa_openssl.c 48 additions, 272 deletionssrc/lib/crypt_ops/crypto_rsa_openssl.c
- src/test/test_crypto.c 2 additions, 1 deletionsrc/test/test_crypto.c
- src/test/testing_rsakeys.c 1 addition, 2 deletionssrc/test/testing_rsakeys.c
Loading
Please register or sign in to comment