aboutsummaryrefslogtreecommitdiff
path: root/openssl/README
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-31 19:16:32 +0000
committerRob Austein <sra@hactrn.net>2006-07-31 19:16:32 +0000
commit1353954ede45e1f837c8dc39e5be6f87decc6ebe (patch)
tree28f4571a143d74f1860a27e30102e40d81e99404 /openssl/README
parentc4213b26754d58f6772ec3bd0927c9238c32eeb9 (diff)
X509_VERIFY_PARAM.
svn path=/openssl/README; revision=114
Diffstat (limited to 'openssl/README')
-rw-r--r--openssl/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/README b/openssl/README
index d644cc10..5f414845 100644
--- a/openssl/README
+++ b/openssl/README
@@ -233,4 +233,5 @@ Random reminders and notes to myself:
http://www.acm.org/sigs/sigcomm/standards/iso_stds/IDRP/10747.TXT.
- RobL tells me that the place to start on the validation code is
- the function x509_verify().
+ the function x509_verify(), and that X509_VERIFY_PARAM is an
+ interesting data structure.