aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-08-11 19:48:14 +0000
committerRob Austein <sra@hactrn.net>2006-08-11 19:48:14 +0000
commit1d549cff50f22f4dbcb24e8b4fe0e62ef1c1bbdf (patch)
tree325b2fb3f56ff1ed5fc4453c74600635c9c12726
parentbf5efefd9fb96acc3768884d5626992dc90cc7c6 (diff)
Null inheritance.
svn path=/openssl/README; revision=144
-rw-r--r--openssl/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index 62e24893..a4ca23d2 100644
--- a/openssl/README
+++ b/openssl/README
@@ -303,3 +303,6 @@ Random reminders and notes to myself:
- crypto/x509v3/v3_purp.c: add code to x509v3_cache_extensions() to
call X509_get_ext_d2i() for our extensions and stash the result in
the corresponding struct x509_st fields (see the akid handling).
+
+- I need to rewrite the path validation code anyway to allow null
+ inheritance, per mailing list discussion.