asio/example/cpp11/ssl
2019-02-17 19:59:39 -10:00
..
ca.pem Add C++11 version of SSL example. 2018-12-05 13:38:52 +11:00
client.cpp Update copyright notices. 2019-02-17 19:59:39 -10:00
dh2048.pem Add C++11 version of SSL example. 2018-12-05 13:38:52 +11:00
Jamfile.v2 Update copyright notices. 2019-02-17 19:59:39 -10:00
README Update copyright notices. 2019-02-17 19:59:39 -10:00
server.cpp Update copyright notices. 2019-02-17 19:59:39 -10:00
server.pem Add C++11 version of SSL example. 2018-12-05 13:38:52 +11:00

The passphrase for both the CA and server private keys is "test".


-------------------------------------------------------------------------------
Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com)

Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)