From 5a4d205045ea9521b7c057bd4fcc4a59b96f015e Mon Sep 17 00:00:00 2001 From: Bart de Water Date: Sun, 24 Nov 2019 13:05:23 -0500 Subject: Add PKCS8 changes to history --- History.md | 3 +++ 1 file changed, 3 insertions(+) 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 ============= -- cgit v1.2.3