lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Problem with SSL certificates in Lynx


From: Aki Tuomi
Subject: Re: [Lynx-dev] Problem with SSL certificates in Lynx
Date: Tue, 04 Jul 2006 19:27:04 +0300
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Thorsten Glaser kirjoitti:
address@hidden dixit:

  
X509_NAME_oneline doesn't seem to be compatible with GnuTLS and
OpenSSL.  Lynx doesn't work well with GnuTLS's format.

   OpenSSL: /C=JP/ST=Tokyo/(snip)/CN=...
   GnuTLS : C=, ST=Tokyo,(snip), CN=...
    

Seems easy enough:

s/^/\// s/, /\//g

Do you want to submit a patch for these who use GnuTLS?
Otherwise, ask them to be OpenSSL compatible.

//mirabile
  
Debian stable uses gnutls by default...

Aki Tuomi

reply via email to

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