Code review comment for lp:~denys.duchier/bzr/bzr.ssl

Revision history for this message
Denys Duchier (denys.duchier) wrote :

This branch introduces support for the bzr protocol over SSL.

Server Side
---------------

The smart server can be started with options --keyfile and --certfile to
request that client connections be SSL encrypted:

    bzr serve --keyfile FILE --certfile FILE ...

Client Side
--------------

a bzrs:// url causes the client to open an SSL connection to a bzr smart server.

« Back to merge proposal