diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-11 22:27:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-11 22:27:22 +0000 |
commit | 02611dcc8e6ffff182ba447a9c24b0e0984eea71 (patch) | |
tree | 27e485d446542529a1238e0d39a8791b7719a3c9 /openssl/README | |
parent | 43999f1b230e8ec5908e176db2f655db029699c7 (diff) |
So much for openssl verify -inform DER
svn path=/openssl/README; revision=148
Diffstat (limited to 'openssl/README')
-rw-r--r-- | openssl/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openssl/README b/openssl/README index 542e5b48..73366d21 100644 --- a/openssl/README +++ b/openssl/README @@ -243,7 +243,9 @@ Random reminders and notes to myself: might do the right thing (if I could figure out what it does...). - "openssl verify" only accepts PEM, not DER, which is annoying. - Needs an -inform switch. + An -inform switch would be nice, but the library routines + don't know how to read a CAfile full of DER anyway. Pity -CApath + doesn't seem to work for us. Oh well, live with PEM for now. - Right way to handle error reporting from xxx_canonize() functions is almost certainly a callback; this would fit fairly well with the |