diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-31 19:54:53 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-31 19:54:53 +0000 |
commit | e9a3ef26904d0faf9026e066834e93b774eda4d2 (patch) | |
tree | 068f5e7a30ddf52d3a8f92836a304cd6d13142a5 | |
parent | 1353954ede45e1f837c8dc39e5be6f87decc6ebe (diff) |
check_chain_extensions().
svn path=/openssl/README; revision=115
-rw-r--r-- | openssl/README | 3 |
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. |