aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorBart de Water <bartdewater@gmail.com>2019-11-24 13:05:23 -0500
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-25 21:13:38 +0900
commit5a4d205045ea9521b7c057bd4fcc4a59b96f015e (patch)
treee7fc78d459cf1b4b16abd6fad75fafca3f3a4617 /History.md
parent90afa5f9b595876af3b6832120deb979b214c022 (diff)
downloadruby-openssl-5a4d205045ea9521b7c057bd4fcc4a59b96f015e.tar.gz
Add PKCS8 changes to history
Diffstat (limited to 'History.md')
-rw-r--r--History.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/History.md b/History.md
index 831cd1c8..c5d8937d 100644
--- a/History.md
+++ b/History.md
@@ -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
=============