Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TestGetRsaKey running with openssl 1.1
openssl 1.1 generates PKCS#1 (wrapped in RSA PRIVATE KEY block) while the test was expecting the behavior of more recent openssl generating PKCS#8 (wrapped in PRIVATE KEY block). Handle both in the unit test.
- Loading branch information