Reject negative shifts for BN_rshift and BN_lshift
[openssl.git] / doc / apps / tsget.pod
index 5f48d1e4fdf53c8e9def3538d496883bd424a3c3..56db985c4bb1759353cd8fb48f618e5ce3cbed51 100644 (file)
@@ -124,7 +124,7 @@ The name of an EGD socket to get random data from. (Optional)
 =item [request]...
 
 List of files containing B<RFC 3161> DER-encoded time stamp requests. If no
-requests are specifed only one request will be sent to the server and it will be
+requests are specified only one request will be sent to the server and it will be
 read from the standard input. (Optional)
 
 =back
@@ -144,25 +144,25 @@ absolute path.
 
 Get a time stamp response for file1.tsq over HTTP, output is written to 
 file1.tsr:
-       
+
   tsget -h http://tsa.opentsa.org:8080/tsa file1.tsq
 
 Get a time stamp response for file1.tsq and file2.tsq over HTTP showing
 progress, output is written to file1.reply and file2.reply respectively:
-       
+
   tsget -h http://tsa.opentsa.org:8080/tsa -v -e .reply \
        file1.tsq file2.tsq
 
 Create a time stamp request, write it to file3.tsq, send it to the server and
 write the response to file3.tsr:
-       
+
   openssl ts -query -data file3.txt -cert | tee file3.tsq \
        | tsget -h http://tsa.opentsa.org:8080/tsa \
        -o file3.tsr
 
 Get a time stamp response for file1.tsq over HTTPS without client
 authentication:
-       
+
   tsget -h https://tsa.opentsa.org:8443/tsa \
        -C cacerts.pem file1.tsq