Skip to content

Commit

Permalink
Add PKCS8 changes to history
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewater committed Nov 24, 2019
1 parent 552d282 commit 39895c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Version 2.2.0 (not yet released)
[[GitHub #185]](https://github.com/ruby/openssl/pull/185)
* Allow recipient's certificate to be omitted in PCKS7#decrypt.
[[GitHub #183]](https://github.com/ruby/openssl/pull/183)
* Add instance methods for exporting public and private keys in PKCS8 format
to `OpenSSL::PKey` classes: `private_to_der`, `private_to_pem`,
`public_to_der` and `public_to_pem`.

Version 2.1.2
=============
Expand Down

0 comments on commit 39895c2

Please sign in to comment.