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)
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)
I've tried to subclass OpenSSL::PKey::EC, it compiles, but new class is not available: https://github.com/Envek/ruby/commit/ecd27db1578ecc2722442a262b7078f92066d5f6Envek (Andrey Novikov)
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)
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)