diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-25 22:41:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-25 22:41:27 +0000 |
commit | f67ed9d59a451e0bb83396faed230a161a8f2b0f (patch) | |
tree | 53a2dcbb1ab3d0ee5528743c6f52aeecc58c99d6 /openssl/README | |
parent | 8dee5be5895daa34537e76ffbe1c11e641de702a (diff) |
Update primitive #6
svn path=/openssl/README; revision=231
Diffstat (limited to 'openssl/README')
-rw-r--r-- | openssl/README | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/openssl/README b/openssl/README index 1bcf9546..3e5f7131 100644 --- a/openssl/README +++ b/openssl/README @@ -227,14 +227,6 @@ Random reminders and notes to myself: - May need to check AKID in crypto/x509/x509_vfy.c:get_crl(). -- "Resource sets" -- represent internally as extensions, inheritance - disallowed. Need I/O functions. Groveling doc/openssl.txt, I see - X509V3_EXT_conf_nid(), X509V3_EXT_print_fp(), and X509V3_EXT_d2i() - as the functions most likely to be useful. Sections 2 & 3 of that - file are generally informative on how to do this, difficulty is just - that most of it, unsurprisingly, is geared towards extensions in - certificates and CRLs, not bare extensions. But should suffice. - The June meeting at APNIC came up with a list of desired OpenSSL @@ -306,10 +298,9 @@ notes and questions at the end. SUBSET if the resource set is a subset of the certificate resource list, or NOT otherwise - Status: Untested API functions written. No CLI (yet?). + Status: Done. - API: New (and as yet untested) functions: - v3_asid_validate_resource_set(), v3_addr_validate_resource_set(). + API: v3_asid_validate_resource_set(), v3_addr_validate_resource_set(). These return true if a certificate chain covers a resource set. "Resource sets" are represented as the C form of the appropriate extension, with the additional constraint that the resource set @@ -318,6 +309,8 @@ notes and questions at the end. inheritance will always return false regardless of the contents of the chain). + CLI: resource-set-test. Use the Source, Luke. + 7. generate_resource_certificate generates a resource certificate - I'm not sure I understand what the inputs are to be here - perhaps a data structure of the fields and values, but this should be |