forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed-by: Richard Levitte <[email protected]> (Merged from openssl#3117)
- Loading branch information
Rich Salz
committed
Apr 7, 2017
1 parent
e1271ac
commit 2f61bc2
Showing
12 changed files
with
112 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>. 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters