The OCSP app seems to not handle the -rother option correctly.
Look at apps/ocsp.c.  The 'rcertfile' variable in main() is
set when you give the app the -rother option, but then
it's not used in the load_certs() invocation. 
 
This effectively hangs the ocsp app when the -rother switch
is used, since it's trying to read certs from stdin.
 
cj

Reply via email to