summaryrefslogtreecommitdiffstats
path: root/doc/man1/ts.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-07 13:37:47 -0400
committerRich Salz <rsalz@openssl.org>2017-04-07 13:48:19 -0400
commit2f61bc2ea306c059d8b00ddf32025a0b30346d8f (patch)
tree37d891e35a268a1a1e0e174d04c0d55ad0b0ab8b /doc/man1/ts.pod
parente1271ac2212f7cde14df478558bfaae2834fa09e (diff)
Use 'over 2' for bullet lists.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3117)
Diffstat (limited to 'doc/man1/ts.pod')
-rw-r--r--doc/man1/ts.pod22
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index 5b2e639468..2ec9837075 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -608,25 +608,35 @@ You could also look at the 'test' directory for more examples.
If you find any bugs or you have suggestions please write to
Zoltan Glozik <zglozik@opentsa.org>. Known issues:
-=over 4
+=over 2
+
+=item *
-=item * No support for time stamps over SMTP, though it is quite easy
+No support for time stamps over SMTP, though it is quite easy
to implement an automatic e-mail based TSA with L<procmail(1)>
and L<perl(1)>. HTTP server support is provided in the form of
a separate apache module. HTTP client support is provided by
L<tsget(1)>. Pure TCP/IP protocol is not supported.
-=item * The file containing the last serial number of the TSA is not
+=item *
+
+The file containing the last serial number of the TSA is not
locked when being read or written. This is a problem if more than one
instance of L<openssl(1)> is trying to create a time stamp
response at the same time. This is not an issue when using the apache
server module, it does proper locking.
-=item * Look for the FIXME word in the source files.
+=item *
+
+Look for the FIXME word in the source files.
+
+=item *
+
+The source code should really be reviewed by somebody else, too.
-=item * The source code should really be reviewed by somebody else, too.
+=item *
-=item * More testing is needed, I have done only some basic tests (see
+More testing is needed, I have done only some basic tests (see
test/testtsa).
=back