diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-31 20:41:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-31 20:41:33 +0000 |
commit | 0ba9240236f047856de8a2166f04356a1b7d825d (patch) | |
tree | cae57cb64d7e9ee76e0b49b2d6bdfc92d7abf4fb /openssl/README | |
parent | cee871d63bf566c9fca0178f95cba60cf9d7f051 (diff) |
supported_nids[]
svn path=/openssl/README; revision=117
Diffstat (limited to 'openssl/README')
-rw-r--r-- | openssl/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index 68a9f1aa..88ec7563 100644 --- a/openssl/README +++ b/openssl/README @@ -237,3 +237,6 @@ Random reminders and notes to myself: interesting data structure. Hmm. x509_verify() is a macro. x509_vrfy.c:check_chain_extensions() might be interesting. crypto/x509/x509_vrfy.[ch] in general are interesting. + +- Need to add NIDs for RFC 3779 extensions to supported_nids[] in + crypto/x509v3/v3_purp.c? |