[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19404: 25.0.50; Gnus shows self-signed certificate warning when conn
From: |
David Engster |
Subject: |
bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane |
Date: |
Sun, 21 Dec 2014 18:16:35 +0100 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) |
David Engster writes:
> David Engster writes:
>> If a certificate is "self-signed", this means that issuer and subject
>> are the same entity, i.e., the string in there is identical. There are
>> some rules how these strings must be compared. I think(!) that if you
>> simply compare them byte by byte, you should err on the side of
>> safety. But I would assume there is a function for that in GnuTLS that
>> adheres to RFC5280 for comparing such things.
>
> I've asked on the GnuTLS mailing list.
Nick answered, and it's really simple: call gnutls_x509_crt_check_issuer
on the certificate itself (meaning: provide the certificate in question
for both arguments).
-David
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, (continued)
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Eli Zaretskii, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Eli Zaretskii, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Lars Ingebrigtsen, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Dmitry Gutov, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Eli Zaretskii, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Eli Zaretskii, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, David Engster, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, David Engster, 2014/12/19
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane,
David Engster <=
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Dmitry Gutov, 2014/12/18
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Ted Zlatanov, 2014/12/20
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Eli Zaretskii, 2014/12/20
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Lars Ingebrigtsen, 2014/12/20
- bug#19404: 25.0.50; Gnus shows self-signed certificate warning when connecting to Gmane, Ted Zlatanov, 2014/12/24