mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Client signs appointment before sending it to server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user