aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.