1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/openssl
gotoyuzo 8c1b803ed4 * ext/openssl/ossl_x509store.c
(ossl_x509stctx_initialize): setup OpenSSL::X509::StoreContext with
  ossl_x509stctx_* functions instead of X509_STORE_CTX_*.
  (ossl_x509store_set_time): add OpenSSL::X509::Store#time=.
  (ossl_x509stctx_set_time): add OpenSSL::X509::StoreContext#time=.

* test/openssl/ossl_x509store.rb: test certificate validity times.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-10-15 09:16:19 +00:00
..
ssl_server.rb * test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround to 2004-07-16 05:56:44 +00:00
test_cipher.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
test_digest.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
test_hmac.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
test_ssl.rb * eval.c (rb_call0): should call rb_call_super() directly for 2004-07-28 09:05:08 +00:00
test_x509cert.rb
test_x509crl.rb
test_x509name.rb * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional 2004-09-13 12:35:25 +00:00
test_x509req.rb
test_x509store.rb * ext/openssl/ossl_x509store.c 2004-10-15 09:16:19 +00:00
utils.rb