You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement encrypted PKCS#8 serialization using rust-asn1 (#13628)
Replace OpenSSL's private_key_to_pkcs8_passphrase with our own
implementation in the cryptography-key-parsing crate. Uses PBES2
with PBKDF2-SHA256 (2048 iterations) and AES-256-CBC encryption.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments