[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Failure: test_verify(OpenSSL::TestX509Store

James Byrne

6/3/2005 2:36:00 PM

I built ruby-1.8.2 stable from source (ruby-lang.org) on a CentOS4
(RHES4) machine patched to date and when I run the test suite as
root I get this:

# ruby runner.rb
Loaded suite .
Started
....................................................................
....................................................................
....................................................................
......................................F.............................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
.............
Finished in 136.584746 seconds.

1) Failure: test_verify(OpenSSL::TestX509Store)
[./openssl/test_x509store.rb:163]:
<true> expected but was
<false>.

965 tests, 10342 assertions, 1 failures, 0 errors

What are the implications of this failure and how do I fix it?
Any insights and advice with respect to this are most welcome.

Regards,
Jim

--
*** e-mail is not a secure channel ***
mailto:byrnejb.<token>@harte-lyne.ca
James B. Byrne Harte & Lyne Limited
vox: +1 905 561 1241 9 Brockley Drive
fax: +1 905 561 0757 Hamilton, Ontario
<token> = hal Canada L8E 3C3



3 Answers

GOTOU Yuuzou

6/3/2005 6:44:00 PM

0

James Byrne

6/3/2005 7:16:00 PM

0

On 4 Jun 2005 at 3:43, GOTOU Yuuzou wrote:

> I guess the early version of libssl is installed with your
> machine. The behavior of X509_V_FLAG_CRL_CHECK_ALL was
> changed at OpenSSL-0.9.7b.
> How about if you use the recent versions?

Many thanks for your prompt and informative reply. I, sad to say,
have limited practical experience with Openssl or Ruby from a
programming perspective. So if my questions seem odd please forbear
with me.

There is a very tight limit to how far I can depart from a stock
CentOS4 install on the project server. I am already condemned to
maintaining postgresql-8.0.2 and ruby-1.8.2 vice CentOS4 bundled pg-
7.4.8 and ruby-1.6.7. If I change Openssl as well then I fear that
the cascading effect of dependencies will make the endeavour
impossible.

What are the implications of this one issue with respect to writing
a web based database business application using rails? Under what
circumstances would I need to store an X509 certificate as part of
the application (which is an accounting, customs duties, taxation,
and traffic system). Or do I fundamentally misunderstand the
situation?

Regards,
Jim

--
*** e-mail is not a secure channel ***
mailto:byrnejb.<token>@harte-lyne.ca
James B. Byrne Harte & Lyne Limited
vox: +1 905 561 1241 9 Brockley Drive
fax: +1 905 561 0757 Hamilton, Ontario
<token> = hal Canada L8E 3C3



GOTOU Yuuzou

6/4/2005 5:56:00 AM

0