General

Profile

Envek (Andrey Novikov)

  • Login: Envek
  • Email: envek@envek.name
  • Registered on: 05/06/2014
  • Last sign in: 04/04/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 2 4

Activity

03/28/2019

05:50 PM Ruby Feature #15734 (Open): Parsing of shorthand IPv4 addresses compatible with inet_aton
Hi Ruby team!
I've created pull request to ipaddr gem: https://github.com/ruby/ipaddr/pull/12
I want it to be merged and included to the version of gem that bundled in Ruby itself.
---
Many applications (like browsers, `curl`, ...
Envek (Andrey Novikov)

06/14/2015

01:37 PM Ruby Bug #11261 (Closed): Time.parse of javascript formatted timestamp: wrong results in certain timezones
If I try to parse a string generated by javascript's `new Date()` (seems like RFC 2822 with timezone name specified) in a browser located in `Asia/Novosibirsk` timezone I will get 1st of November quite frequently.
require 'time'
...
Envek (Andrey Novikov)

08/14/2014

09:24 AM Ruby Feature #9830: Support for GOST private/public keys
I've tried to subclass OpenSSL::PKey::EC, it compiles, but new class is not available: https://github.com/Envek/ruby/commit/ecd27db1578ecc2722442a262b7078f92066d5f6 Envek (Andrey Novikov)

06/19/2014

01:36 PM Ruby Bug #9822: Ruby doesn't respect system OpenSSL configuration
Can anyone review this? Patch is very simple (one line!).
Also, there is related issue: https://bugs.ruby-lang.org/issues/9830
Envek (Andrey Novikov)

05/11/2014

08:34 PM Ruby Feature #9830 (Assigned): Support for GOST private/public keys
Hello everyone.
We're required to use GOST encryption algorithms for signing requests, interacting with HTTPS services with client certificate authentication and so on.
OpenSSL 1.0.0 is bundled with GOST engine, and, if correctly c...
Envek (Andrey Novikov)

05/09/2014

09:24 PM Ruby Bug #9822 (Closed): Ruby doesn't respect system OpenSSL configuration
Hello.
I need to work with SSL (HTTPS) with GOST encryption, but ruby doesn't connect to the servers that requires GOST algorithms to be used for encryption.
The issue is in fact, that it is required to modify system OpenSSL config...
Envek (Andrey Novikov)

Also available in: Atom