File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Bug fixes
113
113
[[ GitHub #453 ]] ( https://github.com/ruby/openssl/pull/453 )
114
114
* Fix misuse of input record separator in ` OpenSSL::Buffering ` where it was
115
115
for output.
116
- * Fix wrong interger casting in ` OpenSSL::PKey::EC#dsa_verify_asn1 ` .
116
+ * Fix wrong integer casting in ` OpenSSL::PKey::EC#dsa_verify_asn1 ` .
117
117
[[ GitHub #460 ]] ( https://github.com/ruby/openssl/pull/460 )
118
118
* ` extconf.rb ` explicitly checks that OpenSSL's version number is 1.0.1 or
119
119
newer but also less than 3.0. Ruby/OpenSSL v2.1.x and v2.2.x will not support
Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ add_status_convert_time(VALUE obj)
803
803
* revocation, and must be one of OpenSSL::OCSP::REVOKED_STATUS_* constants.
804
804
* _revocation_time_ is the time when the certificate is revoked.
805
805
*
806
- * _this_update_ and _next_update_ indicate the time at which ths status is
806
+ * _this_update_ and _next_update_ indicate the time at which the status is
807
807
* verified to be correct and the time at or before which newer information
808
808
* will be available, respectively. _next_update_ is optional.
809
809
*
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def test_decode_x509_certificate
170
170
str = +"\000 " ; str [ 0 ] = 0b00000110 . chr
171
171
assert_equal ( str , extv . value )
172
172
173
- ext = extensions . value [ 0 ] . value [ 2 ] # subjetKeyIdentifier
173
+ ext = extensions . value [ 0 ] . value [ 2 ] # subjectKeyIdentifier
174
174
assert_equal ( OpenSSL ::ASN1 ::Sequence , ext . class )
175
175
assert_equal ( 2 , ext . value . size )
176
176
assert_equal ( OpenSSL ::ASN1 ::ObjectId , ext . value [ 0 ] . class )
You can’t perform that action at this time.
0 commit comments