]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update comment 109/head
authorJob Snijders <job@sobornost.net>
Fri, 23 Feb 2024 12:59:54 +0000 (12:59 +0000)
committerJob Snijders <job@sobornost.net>
Fri, 23 Feb 2024 12:59:54 +0000 (12:59 +0000)
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

index 7e820c85b8e156bbf525a8108fb9e513a7ea999a..e3194d4889e56ed58672db367db6d6b6e04ab691 100644 (file)
@@ -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 */