iperf3-tls/docs
ralcini a51045de19 Service Authentication (#517)
Add an optional mode that requires clients to authenticate with the server.

In this mode, clients need to provide a username and a password, which are checked against a password file on the server.  The authentication credentials are protected by an RSA public keypair...the encrypted credentials are sent along with the test parameters.

Operationally the use of this feature places the following additional requirements on the build and installation of iperf3:

o The presence of the OpenSSL headers and libraries to build iperf3, and the libraries available on the client and server at runtime.

o Generation of an RSA public keypair; the private part is used by the server and the public part must be distributed to the clients.

o Username/password pairs for all authorized users, to be stored in a file on the server.

o Loose time synchronization between the server and clients (to within approximately 30 seconds).

o Appropriate command-line flags given on the client and server.

Note that iperf3 can be built and run as before, without fulfilling any of these requirements.

Partial documentation for this feature is included in this commit.  It is anticipated that additional documentation text and editing will follow this merge.

Submitted by @ralcini.  First suggested by @codyhanson in pull request #242.
2017-04-20 10:01:08 -07:00
..
_esnet Unbreak building of the iperf3 Web site. 2017-01-13 14:01:06 -08:00
building.rst libuuid is not needed by iperf3 in any way. 2014-04-10 15:07:49 -07:00
conf.py Update for iperf-3.1.7. 2017-03-06 09:46:25 -08:00
dev.rst removed UDP issue, as this was fixed in 3.1.5 2017-04-10 17:39:04 -07:00
faq.rst more updates to FAQ 2017-04-10 18:09:32 -07:00
index.rst First cut at an FAQ for iperf3. 2017-04-10 10:47:33 -07:00
invoking.rst Service Authentication (#517) 2017-04-20 10:01:08 -07:00
Makefile Minor doc-building fix-ups. 2014-04-08 10:27:16 -07:00
news.rst Update for iperf-3.1.7. 2017-03-06 09:46:25 -08:00
obtaining.rst Update URLs and other references to downloads to point to downloads.es.net. 2014-06-10 16:05:33 -07:00