summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2024-11-14 18:47:31 +0000
committertb <>2024-11-14 18:47:31 +0000
commitdd6a5fc8d64e518e49055663d3e0e11a67d4b858 (patch)
tree53a520fcb95a7d3d870a7c3a950ab993c076625d /src/lib
parentedf04cddfd7bac99a5e47167c15d692ce7def8ba (diff)
downloadopenbsd-dd6a5fc8d64e518e49055663d3e0e11a67d4b858.tar.gz
openbsd-dd6a5fc8d64e518e49055663d3e0e11a67d4b858.tar.bz2
openbsd-dd6a5fc8d64e518e49055663d3e0e11a67d4b858.zip
x509_policy.c: point at RFC 9618
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/x509/x509_policy.c6
1 files changed, 3 insertions, 3 deletions
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 @@
1/* $OpenBSD: x509_policy.c,v 1.27 2024/03/02 11:20:36 tb Exp $ */ 1/* $OpenBSD: x509_policy.c,v 1.28 2024/11/14 18:47:31 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022, Google Inc. 3 * Copyright (c) 2022, Google Inc.
4 * 4 *
@@ -31,8 +31,8 @@
31#define X509_R_INVALID_POLICY_EXTENSION 201 31#define X509_R_INVALID_POLICY_EXTENSION 201
32 32
33/* 33/*
34 * This file computes the X.509 policy tree, as described in RFC 5280, section 34 * This file computes the X.509 policy tree, as described in RFC 5280,
35 * 6.1. It differs in that: 35 * section 6.1 and RFC 9618. It differs in that:
36 * 36 *
37 * (1) It does not track "qualifier_set". This is not needed as it is not 37 * (1) It does not track "qualifier_set". This is not needed as it is not
38 * output by this implementation. 38 * output by this implementation.