From dd6a5fc8d64e518e49055663d3e0e11a67d4b858 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 14 Nov 2024 18:47:31 +0000 Subject: x509_policy.c: point at RFC 9618 --- src/lib/libcrypto/x509/x509_policy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index 0da16b9487..2208f3f018 100644 --- a/src/lib/libcrypto/x509/x509_policy.c +++ b/src/lib/libcrypto/x509/x509_policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_policy.c,v 1.27 2024/03/02 11:20:36 tb Exp $ */ +/* $OpenBSD: x509_policy.c,v 1.28 2024/11/14 18:47:31 tb Exp $ */ /* * Copyright (c) 2022, Google Inc. * @@ -31,8 +31,8 @@ #define X509_R_INVALID_POLICY_EXTENSION 201 /* - * This file computes the X.509 policy tree, as described in RFC 5280, section - * 6.1. It differs in that: + * This file computes the X.509 policy tree, as described in RFC 5280, + * section 6.1 and RFC 9618. It differs in that: * * (1) It does not track "qualifier_set". This is not needed as it is not * output by this implementation. -- cgit v1.2.3-55-g6feb