moby--moby/pkg/sockets
Tibor Vass bfed4b7cc3 Refactor TLS code with a new `tlsconfig` package
This patch creates a new `tlsconfig` package to handle creation of
secure-enough TLS configurations for clients and servers.

The package was created by refactoring TLS code in the client and the
daemon. After this patch, it is expected that all code creating TLS
configurations use this `tlsconfig` package for greater security,
consistency and readability.

On the server side, this fixes a bug where --tlsverify was not taken
into account. Now, if specified, it will require the client to
authenticate.

Signed-off-by: Tibor Vass <tibor@docker.com>
2015-06-05 12:38:38 -04:00
..
README.md Extract sockets initialization to a package. 2015-05-20 16:48:39 -07:00
tcp_socket.go Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
unix_socket.go Extract sockets initialization to a package. 2015-05-20 16:48:39 -07:00

README.md