aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/test/pbe_SUITE_data
AgeCommit message (Collapse)Author
2014-08-25public_key: Add encodeing functionality for PBES1 and PBES2Ingela Anderton Andin
2013-08-29Allow public_key:pem_entry_decode/2) to handle AES-128-CBC ciphered keysSimon Cornish
Private keys generated by modern versions of ssh-keygen are ciphered with AES-128-CBC instead of DES-EDE3-CBC. Since DES-EDE3-CBC ciphered keys are handled, and the underlying support for AES-128-CBC is already present, it seems a bug of omission that AES-128-CBC ciphered keys are not.
2011-11-01Add PKCS-8 support to public_keyIngela Anderton Andin