Closed GoogleCodeExporter closed 8 years ago
Original comment by dfis...@gmail.com
on 17 Sep 2010 at 7:11
Beginning code review to implement this feature.
Original comment by marvin.addison@gmail.com
on 10 Dec 2010 at 2:10
Added support for reading DER-encoded private keys without algorithm name in
r1778. Similar strategy for DER-encoded public keys should be possible.
Original comment by marvin.addison@gmail.com
on 10 Dec 2010 at 6:44
Added support for reading PEM-encoded keys in r1780. In this commit, support
for reading encrypted keys was also added, which constituted the bulk of
changes. Both OpenSSL and PKCS#8 encryption formats are supported; PEM
encoding only for OpenSSL and both PEM and DER encoding for encrypted PKCS#8
keys. For PKCS#8 keys, both password-based encryption schemes described in
PKCS#5v2 are supported with ciphers mentioned in the standard. AES CBC ciphers
are additionally supported for the PBES2 scheme.
Original comment by marvin.addison@gmail.com
on 31 Dec 2010 at 6:11
Great, sound good. Thanks for adding that.
Original comment by claj...@gmail.com
on 1 Jan 2011 at 12:36
Added support for detecting encoding and algorithm for public keys in r1785.
Original comment by marvin.addison@gmail.com
on 4 Jan 2011 at 7:55
Refactored CryptReader in r1805 to use CredentialReader abstraction. This work
suggests future improvements to CryptWriter, at which time we will ensure
symmetry between types of credentials we can read and write. At present, we
believe we can read many more formats than we can write; this includes
encrypted private key formats at a minimum. We will defer that work for future
enhancements; created issue 95 to track.
Original comment by marvin.addison@gmail.com
on 7 Jan 2011 at 9:26
Resolved.
Original comment by marvin.addison@gmail.com
on 7 Jan 2011 at 9:27
Original issue reported on code.google.com by
claj...@gmail.com
on 15 Sep 2010 at 7:46