Bug #4554
test_set_errors in test_x509store.rb fails on CentOS 5.5
| Status: | Closed | Start date: | 04/05/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | ext | |||
| Target version: | - | |||
| ruby -v: | ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux] |
Description
On CentOS 5.5, test_set_errors in test_x509store.rb fails as follows:
1.9.2 p180
1) Failure:
test_set_errors(OpenSSL::TestX509Store) [/var/home/yhara/ruby-1.9.2-p180/test/openssl/test_x509store.rb:212]: OpenSSL::X509::StoreError expected but nothing was raised.
1.8.7 p334
1) Failure:
test_set_errors(OpenSSL::TestX509Store) [./test/openssl/test_x509store.rb:212]: <OpenSSL::X509::StoreError> exception expected but none was thrown.
test_set_errors asserts that OpenSSL::X509::Store#add_crl raises an exception when two CRLs issued by same CA are added to the store.
However, the openssl package provided by CentOS are patched not to treat this as an error (multi-crl.patch).
Related issues
History
Updated by yhara (Yutaka HARA) 12 months ago
Sorry, it is already reported as #4122 .
Updated by kosaki (Motohiro KOSAKI) 12 months ago
- Status changed from Open to Closed