aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorBart de Water <bartdewater@gmail.com>2019-11-26 11:20:22 -0500
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-27 02:43:24 +0900
commita01052043cea71bc98c70f5d8bdad49aa12a4952 (patch)
treead3e612a2645ab890cb65ca23547892cd792cd0e /History.md
parent5a4d205045ea9521b7c057bd4fcc4a59b96f015e (diff)
downloadruby-openssl-a01052043cea71bc98c70f5d8bdad49aa12a4952.tar.gz
Clarify in history that PKCS8 reading is also supported [ci skip]
Diffstat (limited to 'History.md')
-rw-r--r--History.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/History.md b/History.md
index c5d8937d..42142d61 100644
--- a/History.md
+++ b/History.md
@@ -49,8 +49,8 @@ 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`,
+* Add support for reading keys in PKCS8 format and export via instance methods
+ added to `OpenSSL::PKey` classes: `private_to_der`, `private_to_pem`,
`public_to_der` and `public_to_pem`.
Version 2.1.2