aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <mail@zzak.io>2016-08-29 19:44:08 +0900
committerZachary Scott <mail@zzak.io>2016-08-29 19:44:08 +0900
commit1cf5ed05151b3b0ebf1bbf81ca1d20418a589208 (patch)
tree342fefd25875ef9e72c14985be396b0f5fcb17de
parent29c1a0d2da9c778916fb320ba83ac45527b83281 (diff)
downloadruby-openssl-1cf5ed05151b3b0ebf1bbf81ca1d20418a589208.tar.gz
Missed 2 more links! :bomb: [ci skip]
-rw-r--r--History.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/History.md b/History.md
index 59828bf4..da014a54 100644
--- a/History.md
+++ b/History.md
@@ -43,7 +43,8 @@ Notable changes
* OpenSSL::OCSP
- - Accessor methods are added to OpenSSL::OCSP::CertificateId. [Feature #7181]
+ - Accessor methods are added to OpenSSL::OCSP::CertificateId.
+ [[Feature #7181]](https://bugs.ruby-lang.org/issues/7181)
- OpenSSL::OCSP::Request and BasicResponse can be signed with non-SHA-1 hash
algorithm. [[Feature #11552]](https://bugs.ruby-lang.org/issues/11552)
@@ -55,7 +56,8 @@ Notable changes
- OpenSSL::OCSP::BasicResponse#add_status accepts absolute times. They used to
accept only relative seconds from the current time.
-* OpenSSL::PKey::EC follows the general PKey interface. [[Bug #6567]]
+* OpenSSL::PKey::EC follows the general PKey interface.
+ [[Bug #6567]](https://bugs.ruby-lang.org/issues/6567)
* OpenSSL::PKey.read raises OpenSSL::PKey::PKeyError instead of ArgumentError
for consistency with OpenSSL::PKey::{DH,DSA,RSA,EC}#new.