lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Re: SSL certificate validation support *broken* in 2.8.7dev.7


From: Thorsten Glaser
Subject: [Lynx-dev] Re: SSL certificate validation support *broken* in 2.8.7dev.7
Date: Mon, 13 Aug 2007 13:22:49 +0000 (UTC)

Dixi:

>For now, I'll build with -DUSE_OPENSSL_INCL in CPPFLAGS…

On second thoughts:

• how about a warning message (logged to “your recent statusline messages”)
  if validation support is off? I'll produce a diff.
• the check is bogus

- X509_verify_cert_error_string(X509_STORE_CTX_get_error(X509_STORE_CTX *0))
fails.
+ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL))
succeeds.

//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]