Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Jamfile.v2 | D | 12-May-2024 | 1.2 KiB | 49 | 43 | |
README | D | 12-May-2024 | 372 | 9 | 5 | |
ca.pem | D | 12-May-2024 | 2.9 KiB | 50 | 49 | |
client.cpp | D | 12-May-2024 | 4.2 KiB | 166 | 128 | |
dh2048.pem | D | 12-May-2024 | 424 | 9 | 8 | |
server.cpp | D | 12-May-2024 | 3.1 KiB | 146 | 117 | |
server.pem | D | 12-May-2024 | 4.1 KiB | 72 | 70 |
README
1The passphrase for both the CA and server private keys is "test". 2 3 4------------------------------------------------------------------------------- 5Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 6 7Distributed under the Boost Software License, Version 1.0. (See accompanying 8file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 9