CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/26 12:56:52
Added files:
lib/libcrypto/x509: x509_policy.c
Log message:
Import policy.c from BoringSSL as x509_policy.c
This is an implementation of the X509 policy processing using a
DAG instead of a tree to avoid the problem of exponential expansion
of the policy tree as specified in RFC 5280
For details see:
https://boringssl-review.googlesource.com/c/boringssl/+/55762
ok tb@ jsing@
