aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man1/s_time.pod
Commit message (Collapse)AuthorAgeFilesLines
* Additional name for all commandsRich Salz2017-10-181-0/+1
| | | | | | | | Add openssl-foo as a name for the openssl "foo" command. Addresses an issue found by a usability study to be published. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4553)
* Doc fixesRich Salz2017-08-141-6/+1
| | | | | | | | | | | | Write missing prime.pod and srp.pod Implement -c in find-doc-nits (for command options) Other fixes to some manpages Use B<-I<digest|cipher>> notation Split up multiple flags into a single entry in the synopsis. Add -1 and missing-help to list command. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4144)
* Documentation updatesPauli2017-03-301-9/+9
| | | | | | | | | | | | Fix capitilistion of list items. Wrap long lines. Add full stops to the ends of sentances. Change ciphersuite to cipher suite in all of doc. [skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3082)
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-211-0/+8
| | | | | | | commands. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2695)
* Move manpages to man[1357] structure.Rich Salz2016-10-261-0/+194
Move manpages to manX directories Add Windows/VMS install fix from Richard Levitte Update README Fix typo's Remove some duplicates Reviewed-by: Richard Levitte <levitte@openssl.org>