diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-15 20:40:56 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-15 20:40:56 +0000 |
commit | 44ff60bdd4686d90cfe86da3d88445a3a9cb6a97 (patch) | |
tree | 5e762b0c68581b04ca7c1f07e8d40627ea8d918d /openssl/README | |
parent | adda22c128fa6c9942e64ac8a2c345a67143b1f8 (diff) |
Fixed dumb policy checking bug
svn path=/openssl/README; revision=153
Diffstat (limited to 'openssl/README')
-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? - |