From: Job Snijders Date: Fri, 23 Feb 2024 12:59:54 +0000 (+0000) Subject: Update comment X-Git-Tag: 1.6.2~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F109%2Fhead;p=thirdparty%2FFORT-validator.git Update comment At this point in time I'm not aware of specific differences between LibreSSL and OpenSSL in relationship to RFC 6487. --- diff --git a/src/object/certificate.c b/src/object/certificate.c index 7e820c85..e3194d48 100644 --- a/src/object/certificate.c +++ b/src/object/certificate.c @@ -510,11 +510,6 @@ certificate_validate_rfc6487(X509 *cert, enum cert_type type) * quintessential crypto lib implementation, and RFC 5280 is supposedly * the generic certificate RFC, it's fair to say it does a well enough * job for all practical purposes.) - * - * But it's obvious that we can't assume that LibreSSL implements RFC - * 6487. It clearly doesn't. - * - * So here we go. */ /* rfc6487#section-4.1 */