aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorthekuwayama <thekuwayama@gmail.com>2019-11-11 21:05:31 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-11 21:48:47 +0900
commit1eacf2961342e6ef2f6079870aa664049dabc28a (patch)
treed4dd43148f2230544195c17c99fd5d88824545b6 /History.md
parent7f05c9e589da7c90c092283ec61e283ff6b0feb2 (diff)
downloadruby-openssl-1eacf2961342e6ef2f6079870aa664049dabc28a.tar.gz
add crl_uris description to the changelog
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 b4beec13..0c89ed2c 100644
--- a/History.md
+++ b/History.md
@@ -19,7 +19,8 @@ Version 2.2.0 (not yet released)
responses.
* Add helper methods for `OpenSSL::X509::{Certificate,CRL}`:
`find_extension`, `subject_key_identifier`,
- and `authority_key_identifier` (`Certificate` only).
+ `authority_key_identifier` (`Certificate` only) and `crl_uris`
+ (`Certificate` only).
* Remove `OpenSSL::PKCS7::SignerInfo#name` alias for `#issuer`.
* Add `OpenSSL::ECPoint#add` for adding points to an elliptic curve
group.