summaryrefslogtreecommitdiffstats
path: root/ext/openssl/sample/certstore.rb
Commit message (Collapse)AuthorAgeFilesLines
* * sample/openssl: added. Sample of standard distribution library should benahi2003-09-041-161/+0
| | | | | | | | | locate in sample/{module_name}/*. * ext/openssl/sample/*: removed. move to sample/openssl/*. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/sample: Add samples.nahi2003-07-251-0/+161
- cert2text.rb: Dump certificate file as text. - crlstore.rb: CRL store implementation. Fetch CRL via HTTP when http-access2 is installed. - certstore.rb: Certificate store implementation. - cert_store_view.rb: Certificate store viewer with FXRuby. Uses c_rehash.rb, crlstore.rb and certstore.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e