aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-31 19:54:53 +0000
committerRob Austein <sra@hactrn.net>2006-07-31 19:54:53 +0000
commite9a3ef26904d0faf9026e066834e93b774eda4d2 (patch)
tree068f5e7a30ddf52d3a8f92836a304cd6d13142a5
parent1353954ede45e1f837c8dc39e5be6f87decc6ebe (diff)
check_chain_extensions().
svn path=/openssl/README; revision=115
-rw-r--r--openssl/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/README b/openssl/README
index 5f414845..1c808e0e 100644
--- a/openssl/README
+++ b/openssl/README
@@ -234,4 +234,5 @@ Random reminders and notes to myself:
- RobL tells me that the place to start on the validation code is
the function x509_verify(), and that X509_VERIFY_PARAM is an
- interesting data structure.
+ interesting data structure. Hmm. x509_verify() is a macro.
+ x509_vrfy.c:check_chain_extensions() might be interesting.