You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is obvious that sequence is not enumerated in Ruby 2.4. I believe that this is coming from ossl_asn1cons_each, which was changed between OpenSSL 2.0.0beta1 and 2.0.0.
I have confirmed that my ASN1 manipulation is all right in Ruby 1.9-2.3.0 using travis.
The text was updated successfully, but these errors were encountered:
Ruby 2.0.0
Ruby 2.4.0
It is obvious that sequence is not enumerated in Ruby 2.4. I believe that this is coming from
ossl_asn1cons_each
, which was changed between OpenSSL 2.0.0beta1 and 2.0.0.I have confirmed that my ASN1 manipulation is all right in Ruby 1.9-2.3.0 using travis.
The text was updated successfully, but these errors were encountered: