summaryrefslogtreecommitdiff
path: root/doc/apps
diff options
context:
space:
mode:
authorkyungwook tak <k.tak@samsung.com>2015-03-12 11:36:31 +0900
committerkyungwook tak <k.tak@samsung.com>2015-03-12 11:42:31 +0900
commit057bf157b3a518b7a0fa333c5d4c907df5b9cb4a (patch)
treeb4ee9b579b660890d23f72d4ea098e72f1a484de /doc/apps
parentb87d7a90f2f67d906be0ee4d2ed9c4fa189d39a9 (diff)
downloadopenssl-057bf157b3a518b7a0fa333c5d4c907df5b9cb4a.tar.gz
openssl-057bf157b3a518b7a0fa333c5d4c907df5b9cb4a.tar.bz2
openssl-057bf157b3a518b7a0fa333c5d4c907df5b9cb4a.zip
Imported Upstream version 1.0.1lupstream/1.0.1l
Change-Id: I99680d38528c4117e59bb5377cc54820b22b93a2
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/dgst.pod11
-rw-r--r--doc/apps/ocsp.pod4
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod
index 2414c53..9e15798 100644
--- a/doc/apps/dgst.pod
+++ b/doc/apps/dgst.pod
@@ -13,6 +13,8 @@ B<openssl> B<dgst>
[B<-hex>]
[B<-binary>]
[B<-r>]
+[B<-hmac arg>]
+[B<-non-fips-allow>]
[B<-out filename>]
[B<-sign filename>]
[B<-keyform arg>]
@@ -62,6 +64,15 @@ output the digest or signature in binary form.
output the digest in the "coreutils" format used by programs like B<sha1sum>.
+=item B<-hmac arg>
+
+set the HMAC key to "arg".
+
+=item B<-non-fips-allow>
+
+Allow use of non FIPS digest when in FIPS mode. This has no effect when not in
+FIPS mode.
+
=item B<-out filename>
filename to output to, or standard output by default.
diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod
index af2e12e..38f026a 100644
--- a/doc/apps/ocsp.pod
+++ b/doc/apps/ocsp.pod
@@ -133,6 +133,10 @@ if the B<host> option is present then the OCSP request is sent to the host
B<hostname> on port B<port>. B<path> specifies the HTTP path name to use
or "/" by default.
+=item B<-timeout seconds>
+
+connection timeout to the OCSP responder in seconds
+
=item B<-CAfile file>, B<-CApath pathname>
file or pathname containing trusted CA certificates. These are used to verify