diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-11 20:26:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-11 20:26:09 +0000 |
commit | 767a1629159b96490de84092a6ad1bf7857f6193 (patch) | |
tree | 18d96fcb1be69ecf587700a8fc6316a13e262183 /openssl | |
parent | 946d919740934c98441936fe647a8e623983b6fe (diff) |
List some known work items for verify CLI tool.
svn path=/openssl/README; revision=146
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openssl/README b/openssl/README index a4ca23d2..ad03d4fc 100644 --- a/openssl/README +++ b/openssl/README @@ -237,7 +237,11 @@ Random reminders and notes to myself: to yield a correct answer, albiet perhaps inefficiently. - "openssl verify" reports an unknown critical exception error for - certificatePolicies (RFC 3280 4.2.1.5). + certificatePolicies (RFC 3280 4.2.1.5). Probably need to add a + switch to "openssl verify" to accept a certificate policy OID. + +- "openssl verify" only accepts PEM, not DER, which is annoying. + Probably need to add an -inform switch. - Right way to handle error reporting from xxx_canonize() functions is almost certainly a callback; this would fit fairly well with the |