aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorBart de Water <bartdewater@gmail.com>2020-04-19 17:00:01 -0400
committerBart de Water <bartdewater@gmail.com>2020-04-19 17:21:16 -0400
commitc4374ff041440fd07d884711ab9d743baae8ebde (patch)
tree8469016ca97290197af6509744abf3924848007d /History.md
parent1f1641d71f8f84eeb410a8c8c1b5010ab5c49dd6 (diff)
downloadruby-openssl-c4374ff041440fd07d884711ab9d743baae8ebde.tar.gz
Add Marshal support to PKey objects
Diffstat (limited to 'History.md')
-rw-r--r--History.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/History.md b/History.md
index 929d9196..9e429449 100644
--- a/History.md
+++ b/History.md
@@ -24,8 +24,9 @@ Notable changes
* Add `OpenSSL::SSL::SSLSocket.open` for opening a `TCPSocket` and
returning an `OpenSSL::SSL::SSLSocket` for it.
[[GitHub #225]](https://github.com/ruby/openssl/issues/225)
-* Support marshalling of `OpenSSL::X509` objects.
+* Support marshalling of `OpenSSL::X509` and `OpenSSL::PKey` objects.
[[GitHub #281]](https://github.com/ruby/openssl/pull/281)
+ [[GitHub #363]](https://github.com/ruby/openssl/pull/363)
* Add `OpenSSL.secure_compare` for timing safe string comparison for
strings of possibly unequal length.
[[GitHub #280]](https://github.com/ruby/openssl/pull/280)