[BACK]Return to ocsp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/ocsp.c between version 1.11 and 1.12

version 1.11, 2017/01/20 08:57:12 version 1.12, 2017/01/21 09:29:09
Line 496 
Line 496 
                 BIO_printf(bio_err, "-rkey file  responder key to sign responses with\n");                  BIO_printf(bio_err, "-rkey file  responder key to sign responses with\n");
                 BIO_printf(bio_err, "-rother file        other certificates to include in response\n");                  BIO_printf(bio_err, "-rother file        other certificates to include in response\n");
                 BIO_printf(bio_err, "-resp_no_certs     don't include any certificates in response\n");                  BIO_printf(bio_err, "-resp_no_certs     don't include any certificates in response\n");
                 BIO_printf(bio_err, "-nmin n             number of minutes before next update\n");                  BIO_printf(bio_err, "-nmin n             number of minutes before next update\n");
                 BIO_printf(bio_err, "-ndays n            number of days before next update\n");                  BIO_printf(bio_err, "-ndays n            number of days before next update\n");
                 BIO_printf(bio_err, "-resp_key_id       identify reponse by signing certificate key ID\n");                  BIO_printf(bio_err, "-resp_key_id       identify reponse by signing certificate key ID\n");
                 BIO_printf(bio_err, "-nrequest n        number of requests to accept (default unlimited)\n");                  BIO_printf(bio_err, "-nrequest n        number of requests to accept (default unlimited)\n");
                 BIO_printf(bio_err, "-<dgst alg>     use specified digest in the request\n");                  BIO_printf(bio_err, "-<dgst alg>     use specified digest in the request\n");

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12