0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* ossl2 versions might not have constants OP_ALL etc. check if it exists. More... over 20 years ago
* check proxy URL is valid. More... over 20 years ago
* setting proxy server via environment variable 'http_proxy' is no longer supported. http://ftp.ics.uci.edu/pub/websoft/libwww-perl/archive/2001h1/0072.html http://ftp.ics.uci.edu/pub/websoft/libwww-perl/archive/2001h1/0241.html http://curl.haxx.se/mail/archive-2001-12/0034.html More... over 20 years ago
* new file. More... over 20 years ago
* Do not set verify_depth by itself. OpenSSL use depth limit 9 by default. More... over 20 years ago
for 2.0.1 More... over 20 years ago
* add a cut condition. More... over 20 years ago
* Hosts which matches ENV['no_proxy'] or ENV['NO_PROXY'] is not proxyed. [,:] separated. ("ruby-lang.org:rubyist.net") No regexp. (give "ruby-lang.org", not "*.ruby-lang.org") If you want specify hot by IP address, give full address. ("192.168.1.1, 192.168.1.2") More... over 20 years ago
Do not use http_proxy defined by ENV['http_proxy'] or ENV['HTTP_PROXY'] if the destination host is 'localhost'. More... over 20 years ago
* escape query as form parameter. use CGI.escape instead of URI.escape. More... over 20 years ago
* for 2.0 More... over 20 years ago
* follow lib change. More... over 20 years ago
* Version: 2.0 More... over 20 years ago
* Added cookie.rb. It is redistributed file which is originally included in Webagent by TAKAHASHI `Maki' Masayoshi. You can download the entire package from http://www.rubycolor.org/arc/. More... over 20 years ago
content_type -> contenttype More... over 20 years ago
* CamelCase to non_camel_case. More... over 20 years ago
Follow ossl2 changes. Requires ossl2 CVS HEAD until the next release of ossl2. More... almost 21 years ago
Add cookie support. Requires webagent/cookie written by maki. Add CRL support and found some defect of ossl2 about CRL based verification. Kindly Gotoyuzo is working now so please wait for ossl2 update. More... almost 21 years ago
Add attributes; options and ciphers. CAUTION: OpenSSL::SSL::SSLContext#options is not exist. I created a patch for ossl2. Tell me if you want to try it. :-) More... almost 21 years ago
Add SSLConfig#post_connection_check and move DNS-name-check part from SSLConfig#verify_callback. Formar default_verify_callback is kept as sample_verify_callback as a sample for custom checking. More... almost 21 years ago
ossl1 support. More... almost 21 years ago
Support SSL connection via proxy. More... almost 21 years ago
No user visible change; RCS tag handling. More... almost 21 years ago
Changed name of default verify method. More... almost 21 years ago
Sample path of ca_path. More... almost 21 years ago
Add SSL sample. 0cert.pem CA's self signed certificate. 0key.pem CA's private key. Pass phrase is '0000'. 1000cert.pem EE certificate. 1000key.pem EE private key. Pass phrase is '1000'. ssl_client.rb SSL client sample runs with http-access2. webrick_httpsd.rb SSL server sample runs with WEBrick. htdocs/ DocumentRoot of the webrick_httpsd.rb. More... almost 21 years ago
Follow method name change. More... almost 21 years ago
CAUTION: Many signature changes. Very sorry for breaking existing code. All changes are name change; CamelCase to non_camem_case so catching up this change can be done semi-automatically. More... almost 21 years ago
Use HTTPResponse#contentType. More... almost 21 years ago
Small refactoring. More... almost 21 years ago