2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-18 14:00:15 +00:00

[#34] Checkpoint: code and tests to do

This commit is contained in:
Francis Dupont
2021-11-29 16:29:22 +01:00
parent 8e5bbf7e9f
commit 1d3f0133ba
16 changed files with 129 additions and 29 deletions

View File

@@ -544,7 +544,11 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
"\"tcp-nodelay\": false, \n"
"\"type\": \"memfile\", \n"
"\"user\": \"user_str\", \n"
"\"max-row-errors\": 50 \n"
"\"max-row-errors\": 50, \n"
"\"trust-anchor\": \"my-ca\", \n"
"\"cert-file\": \"my-cert.crt\", \n"
"\"key-file\": \"my-key.key\", \n"
"\"cipher-list\": \"!SSLv3\" \n"
"}\n"
};