mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/openssl] Fix typos [ci skip]
https://github.com/ruby/openssl/commit/708ebf2f7a
This commit is contained in:
parent
b5d9c44267
commit
5b8d22ebe6
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ Bug fixes
|
|||
[[GitHub #453]](https://github.com/ruby/openssl/pull/453)
|
||||
* Fix misuse of input record separator in `OpenSSL::Buffering` where it was
|
||||
for output.
|
||||
* Fix wrong interger casting in `OpenSSL::PKey::EC#dsa_verify_asn1`.
|
||||
* Fix wrong integer casting in `OpenSSL::PKey::EC#dsa_verify_asn1`.
|
||||
[[GitHub #460]](https://github.com/ruby/openssl/pull/460)
|
||||
* `extconf.rb` explicitly checks that OpenSSL's version number is 1.0.1 or
|
||||
newer but also less than 3.0. Ruby/OpenSSL v2.1.x and v2.2.x will not support
|
||||
|
|
|
@ -803,7 +803,7 @@ add_status_convert_time(VALUE obj)
|
|||
* revocation, and must be one of OpenSSL::OCSP::REVOKED_STATUS_* constants.
|
||||
* _revocation_time_ is the time when the certificate is revoked.
|
||||
*
|
||||
* _this_update_ and _next_update_ indicate the time at which ths status is
|
||||
* _this_update_ and _next_update_ indicate the time at which the status is
|
||||
* verified to be correct and the time at or before which newer information
|
||||
* will be available, respectively. _next_update_ is optional.
|
||||
*
|
||||
|
|
|
@ -170,7 +170,7 @@ class OpenSSL::TestASN1 < OpenSSL::TestCase
|
|||
str = +"\000"; str[0] = 0b00000110.chr
|
||||
assert_equal(str, extv.value)
|
||||
|
||||
ext = extensions.value[0].value[2] # subjetKeyIdentifier
|
||||
ext = extensions.value[0].value[2] # subjectKeyIdentifier
|
||||
assert_equal(OpenSSL::ASN1::Sequence, ext.class)
|
||||
assert_equal(2, ext.value.size)
|
||||
assert_equal(OpenSSL::ASN1::ObjectId, ext.value[0].class)
|
||||
|
|
Loading…
Add table
Reference in a new issue