#15 Record a private key's public key using PublicKeyInfo rather than just a raw public key
Closed: Fixed None Opened 11 years ago by nalin.

The private key should be stored with its algorithm, to make it easier to compare to the subjectPublicKeyInfo from a certificate, which we'll need to do when we start having to pick out "our" certificate from a list of multiple certificates returned by a CA.


Fixed in 0.72 and later. For ease of calculating public key identifiers (which are a hash of just the key), we're caching that as a new item.

Login to comment on this ticket.

Metadata