From 0c070d0d90387cb66ae094614c8d61b44f232389 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Fri, 23 Feb 2024 12:59:54 +0000 Subject: [PATCH] Update comment At this point in time I'm not aware of specific differences between LibreSSL and OpenSSL in relationship to RFC 6487. --- src/object/certificate.c | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.39.5