We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e14af commit 629fe36Copy full SHA for 629fe36
src/rust/cryptography-key-parsing/src/ec.rs
@@ -105,4 +105,3 @@ pub fn parse_pkcs1_private_key(
105
.map_err(|_| KeyParsingError::InvalidKey)?;
106
Ok(openssl::pkey::PKey::from_ec_key(ec_key)?)
107
}
108
->>>>>>> 1a8c3d5ef (Migrate parsing of unencrypted PKCS#8 private keys to Rust)
0 commit comments