summaryrefslogtreecommitdiff
path: root/lib/ssl.man
Commit message (Collapse)AuthorAgeFilesLines
* stream-ssl: Make it possible to avoid checking peer SSL certificate.Ben Pfaff2010-04-121-0/+6
| | | | | | | | In Citrix XenServer, the hosts have SSL private keys and certificates, but those certificates are not signed by any certificate authority. So we must provide a way to avoid checking certificates against a CA if we want other OVS tools to be able to talk to XenServer hosts over SSL. This commit makes that possible.
* Define IQ macro for SSL man page fragmentJustin Pettit2010-03-311-0/+5
| | | | | | | | | The ssl.man page uses the IQ macro, but doesn't define it. Usually this doesn't matter since its already been defined by man page that's including it. However, in a couple of cases it doesn't, so this cleans that up. Caught by Lintian.
* docs: Move PKI section heading into individual manpages.Ben Pfaff2010-03-191-1/+0
| | | | | The ovsdb-server manpage needs a paragraph between the heading and the first option description, so the heading can't go into the common fragment.
* docs: Make SSL manpage fragments less specific to OpenFlow.Ben Pfaff2010-03-191-3/+3
| | | | | These manpage fragments are used in OVSDB manpages as well, so their text should try to avoid referring to OpenFlow-specific concepts.
* Fix excessive white space in manpages.Ben Pfaff2010-02-241-2/+2
| | | | | | | | In nroff manpages, a blank line adds vertical white space. When this is followed by another command that also starts a new paragraph, the result is a vertical skip twice as big as the normal inter-paragraph gap. The solution is to use a line that contains just "." for white space within the manpage, instead of a blank line. The resulting manpages look better.
* Factor vconn and SSL documentation into manpage include files.Ben Pfaff2010-01-061-0/+20