Client signs appointment before sending it to server

This commit is contained in:
Turtle
2019-11-07 17:50:58 -05:00
parent 20f296c9d4
commit 79d986677d
3 changed files with 80 additions and 18 deletions

View File

@@ -13,6 +13,8 @@ APPOINTMENTS_FOLDER_NAME = "appointments"
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
SUPPORTED_CIPHERS = ["AES-GCM-128"]
CLI_PUBLIC_KEY = "cli_pk.pem"
CLI_PRIVATE_KEY = "cli_sk.pem"
PISA_PUBLIC_KEY = "pisa_pk.pem"
# Configure logging