diff options
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/openssl/README b/openssl/README index 1e0c6fb8..d1851f09 100644 --- a/openssl/README +++ b/openssl/README @@ -316,11 +316,3 @@ Random reminders and notes to myself: inheritance, per mailing list discussion. - May need to check AKID in crypto/x509/x509_vfy.c:get_crl(). - -- Bug in policy checking code (may not matter): if one attempts to - check policy on a trust anchor, crypto/x509v3/pcy_tree:tree_init() - returns success ("Can't do anythign with just a trust anchor") which - X509_policy_check() line 634 interprets as a malloc failure because - there's no policy tree data structure. Presumably we should just - return success here instead? - |