Kazuki Yamaguchi
|
e35d3623de
|
[ruby/openssl] sample: avoid "include OpenSSL"
It is not a common practice and should not be done since it causes name
clash: for example, Digest and Random are provided by other standard
libraries of Ruby.
Fixes: https://github.com/ruby/openssl/issues/419
https://github.com/ruby/openssl/commit/6a6444984b
|
2021-03-16 19:37:06 +09:00 |
|
Kazuki Yamaguchi
|
10d360847b
|
[ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docs
https://github.com/ruby/openssl/commit/cf92a3ffba
|
2021-03-16 19:16:10 +09:00 |
|
nobu
|
3a47cf3395
|
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-05-15 11:55:52 +00:00 |
|
gotoyuzo
|
a3bfedac36
|
* sample/openssl: reviewed and remove dependency on getopts.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2007-12-24 07:31:23 +00:00 |
|
nahi
|
5f84c80fc5
|
* sample/openssl: added. Sample of standard distribution library should be
locate in sample/{module_name}/*.
* ext/openssl/sample/*: removed. move to sample/openssl/*.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2003-09-04 10:31:29 +00:00 |
|