aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorthekuwayama <thekuwayama@gmail.com>2019-11-18 22:33:55 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-19 18:11:11 +0900
commit3183cd701783cf603f96f54bb08cea714b755a23 (patch)
treeb7cd855c1e39a3691b534813dcc87da2c85815e6 /History.md
parentdad064cfcebb25f76df0aafeb17ba746a6a6b1a2 (diff)
downloadruby-openssl-3183cd701783cf603f96f54bb08cea714b755a23.tar.gz
add/update document about AuthorityInfoAccess
add ca_issuer_uris and ocsp_uris description to the changelog
Diffstat (limited to 'History.md')
-rw-r--r--History.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/History.md b/History.md
index 0c89ed2c..831cd1c8 100644
--- a/History.md
+++ b/History.md
@@ -17,10 +17,12 @@ Version 2.2.0 (not yet released)
for last finished message sent and received.
* Add `OpenSSL::Timestamp` module for handing timestamp requests and
responses.
-* Add helper methods for `OpenSSL::X509::{Certificate,CRL}`:
+* Add helper methods for `OpenSSL::X509::Certificate`:
`find_extension`, `subject_key_identifier`,
- `authority_key_identifier` (`Certificate` only) and `crl_uris`
- (`Certificate` only).
+ `authority_key_identifier`, `crl_uris`, `ca_issuer_uris` and
+ `ocsp_uris`.
+* Add helper methods for `OpenSSL::X509::CRL`:
+ `find_extension` and `subject_key_identifier`.
* Remove `OpenSSL::PKCS7::SignerInfo#name` alias for `#issuer`.
* Add `OpenSSL::ECPoint#add` for adding points to an elliptic curve
group.