aboutsummaryrefslogtreecommitdiffstats
path: root/sample/gen_csr.rb
Commit message (Collapse)AuthorAgeFilesLines
* sample: update obsolete API useky/sample-updatesKazuki Yamaguchi2021-02-251-3/+3
|
* sample: avoid "include OpenSSL"Kazuki Yamaguchi2021-02-251-6/+4
| | | | | | | | 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
* pkey: prefer PKey.read over PKey::RSA.new in docsKazuki Yamaguchi2020-05-131-1/+1
|
* Look up digest by name instead of constantBart de Water2020-04-211-1/+1
|
* Sync with Ruby trunkruby-trunk-ruby-openssl-import-pointreplace-localKazuki Yamaguchi2016-05-301-0/+51
Add sample/. Copied from sample/openssl/ of Ruby's tree. Sync-with-trunk: r53718