Sinjo (Chris Sinjakli)
- Login: Sinjo
- Email: chris@sinjakli.co.uk
- Registered on: 02/26/2015
- Last sign in: 06/02/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/31/2015
-
11:01 AM Ruby Bug #10910: NoMethodError when opening SSL connection with OpenSSL::SSL::VERIFY_PEER set and anonymous ciphers allowed
- Turns out Travis ships an old, apparently broken version of `libssl`. I've attached a patch which updates it before running the build. You can see the patch running on this build: https://travis-ci.org/Sinjo/ruby/builds/73534479
07/25/2015
-
02:26 PM Ruby Bug #10910: NoMethodError when opening SSL connection with OpenSSL::SSL::VERIFY_PEER set and anonymous ciphers allowed
- Just rebased against trunk, and the test still fails on my machine if I remove the changes to `ext/openssl/lib/openssl/ssl.rb`.
For a little more context, I'm running the test on OS X Yosemite, linking against OpenSSL from Homebrew (v...
07/14/2015
-
11:20 PM Ruby Bug #10910: NoMethodError when opening SSL connection with OpenSSL::SSL::VERIFY_PEER set and anonymous ciphers allowed
- Just wondering what the status is on this one. I noticed it got assigned to the openssl group a few months back, but there's been no word since then.
02/26/2015
-
10:54 PM Ruby Bug #10910 (Closed): NoMethodError when opening SSL connection with OpenSSL::SSL::VERIFY_PEER set and anonymous ciphers allowed
- When establishing an SSL connection with peer verification enabled, if the list of allowed ciphers includes an anonymous cipher, and negotiation with the server results in that cipher being used, a NoMethodError is raised with a stack tr...