summaryrefslogtreecommitdiffstats
path: root/test/test_x509store.rb
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@ruby-lang.org>2004-05-24 16:57:44 +0000
committergotoyuzo <gotoyuzo@ruby-lang.org>2004-05-24 16:57:44 +0000
commitcb980c6286ecd2e77ab95c62a4d4a9e7505a1561 (patch)
tree85e891bd76558d5eade11c298ffa221e9ab9c816 /test/test_x509store.rb
parent5ad19bbd39b90d6e2fdb7216f246664275e8e639 (diff)
downloadruby-openssl-history-cb980c6286ecd2e77ab95c62a4d4a9e7505a1561.tar.gz
* test/openssl/test_x509name.rb: short names of some OIDs (serialNumber
and emailAddress) are mismatched between OpenSSL 0.9.6 and 0.9.7. * test/openssl/test_x509store.rb: get rid of unused flag. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_x509store.rb')
-rw-r--r--test/test_x509store.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_x509store.rb b/test/test_x509store.rb
index d17a713..0887bf6 100644
--- a/test/test_x509store.rb
+++ b/test/test_x509store.rb
@@ -109,8 +109,7 @@ class OpenSSL::TestX509Store < Test::Unit::TestCase
store = OpenSSL::X509::Store.new
store.purpose = OpenSSL::X509::PURPOSE_ANY
- store.flags =
- OpenSSL::X509::V_FLAG_CRL_CHECK #|OpenSSL::X509::V_FLAG_CRL_CHECK_ALL
+ store.flags = OpenSSL::X509::V_FLAG_CRL_CHECK
store.add_cert(ca1_cert)
store.add_crl(crl1) # revoke no cert
store.add_crl(crl2) # revoke ee2_cert