aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-31 19:15:18 +0000
committerRob Austein <sra@hactrn.net>2006-07-31 19:15:18 +0000
commitc4213b26754d58f6772ec3bd0927c9238c32eeb9 (patch)
tree3434f6e30d3f193671347dd43ef0086d5f70b2c9 /openssl
parentc52eed0dc8f59bca2f861b1d507e2278672f459a (diff)
x509_verify().
svn path=/openssl/README; revision=113
Diffstat (limited to 'openssl')
-rw-r--r--openssl/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index a0713104..d644cc10 100644
--- a/openssl/README
+++ b/openssl/README
@@ -231,3 +231,6 @@ Random reminders and notes to myself:
- The reference for RDIs in RFC 3779 is incorrect. I've been told
that the authoritative definition of RDIs is ISO 10747, available as
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().