summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authortb <>2022-05-12 19:56:43 +0000
committertb <>2022-05-12 19:56:43 +0000
commit8c51a0eb25153f28d760d1d94ba793610dc1d639 (patch)
treeeacd1e541d102f04cefa01df3c16542d6fc07ab9 /src/lib/libc/stdlib
parenteec77395673b056f336be1185470b7a68c75cb48 (diff)
downloadopenbsd-8c51a0eb25153f28d760d1d94ba793610dc1d639.tar.gz
openbsd-8c51a0eb25153f28d760d1d94ba793610dc1d639.tar.bz2
openbsd-8c51a0eb25153f28d760d1d94ba793610dc1d639.zip
Rewrite and fix X509v3_asid_subset()
X509v3_asid_subset() assumes that both asnum and rdi are present while they are both marked OPTIONAL in RFC 3779, 3.2.3. It will crash if either one is missing. In RPKI land RDI is a MUST NOT use (e.g, RFC 6487, 4.8.11), so this API is currently useless (and seemingly unused). Pick apart an ugly logical pipeline and implement this check in a readable fashion. ok jsing
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions