bararchy (Bar Hofesh)
- Login: bararchy
- Email: bar.hofesh@safe-t.com
- Registered on: 11/16/2014
- Last sign in: 08/18/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 3 | 4 |
Activity
08/18/2016
- 02:19 PM Ruby master Bug #12687: OpenSSL::X509::Store wont load certificates from set_default_paths
- Kazuki Yamaguchi wrote:
> It's working for me:
>
> ~~~
> OpenSSL::X509::DEFAULT_CERT_DIR #=> "/usr/lib/ssl/certs... - 11:14 AM Ruby master Bug #12687 (Closed): OpenSSL::X509::Store wont load certificates from set_default_paths
- Setting up a new instance of OpenSSL::X509::Store, and setting "set_default_paths" will not actually import any certi...
11/30/2015
- 02:45 PM Ruby master Bug #11753: Building ruby-git on Arch Linux eats all memory on ./configure
- Bar Hofesh wrote:
> Hi,
>
> I'm trying to build Ruby from sources.
>
> What I tried:
>
> 1) Build from git... - 02:27 PM Ruby master Bug #11753 (Third Party's Issue): Building ruby-git on Arch Linux eats all memory on ./configure
- Hi,
I'm trying to build Ruby from sources.
What I tried:
1) Build from git using git clone, autoconf, ./con...
07/30/2015
- 10:01 AM Ruby master Bug #11400: IO.gets(/\x0d?\x0a\x0d?\x0a/, 4096) raises comparison of Fixnum with nil failed
- Small and elegant fix, after a few hours of testings (stress and SSL errors), it seems that your patch is working and...
07/29/2015
- 08:36 AM Ruby master Bug #11400: IO.gets(/\x0d?\x0a\x0d?\x0a/, 4096) raises comparison of Fixnum with nil failed
- Looking at the code it's clear the offending line is https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/...
- 08:17 AM Ruby master Bug #11400: IO.gets(/\x0d?\x0a\x0d?\x0a/, 4096) raises comparison of Fixnum with nil failed
- Eric Wong wrote:
> Since you're using SSLSocket, I recommend dumping a backtrace when you
> rescue since gets is i...
07/28/2015
- 12:11 PM Ruby master Bug #11400: IO.gets(/\x0d?\x0a\x0d?\x0a/, 4096) raises comparison of Fixnum with nil failed
- Further Testing show that this happens (less so) when Regexp is not used, as in IO.gets("\r\n\r\n")
- 09:43 AM Ruby master Bug #11400 (Closed): IO.gets(/\x0d?\x0a\x0d?\x0a/, 4096) raises comparison of Fixnum with nil failed
- This is my code, "socket" is a SSLSocket this is why it allows a Regexp in gets
`begin
http_response[:http_he...
11/16/2014
- 12:34 PM Ruby master Feature #10519: TLS Renegotiation
- Also implemented in python at: http://pythonhosted.org//pyOpenSSL/api/ssl.html#OpenSSL.SSL.Connection.renegotiate
Also available in: Atom