Hiroshi Nakamura
Hiroshi Nakamura
Would you please add 'EXPLICIT as another tag_class' idea as new issue? It sounds good for compatibility, but perhaps as you think, I don't think we need tagging compatibility with...
I gathered all compatibility issues on running ossl test suite at here; https://github.com/nahi/krypt-openssl/blob/master/lib/krypt-openssl/asn1.rb https://github.com/nahi/krypt-openssl/blob/master/lib/krypt-openssl/x509.rb @emboss , please find "DIFF"s and check those are intentional or not. Those would findings as...
Hmm. Interesting. Java's JSSE cannnot connect to https://msp.ibm.com... net/https does not have ssl version parameter ATM. The following might work. (ugly monkey patching only works for 1.8) http.instance_eval("@ssl_context").ssl_version = "SSLv3"...
Additional information: - JDK7 beta fails to connect the server as same as JDK6 - J9 IBMJSSE successfully connects the server. It seems to be related to TLS extension...
Thanks! It would be nice if you provide tests for each fix. Can you create that?
@matthauck Nice, would you please give me a PKCS7 file that you use for confirmation? I can write tests and merge if I have a concrete example.
Agreed. @jingweno, did you run tests in CRuby 1.9.3 against your patch? I didn't expect full green. Just 1 green is enough.
Sorry for lazy question, but is it really worked with jruby-openssl 0.7.4? It could be from excon's update I think. Can you try this with jruby-openssl 0.7.4 again? That said,...