mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Added signature verification to pisa_cli
This commit is contained in:
@@ -11,6 +11,8 @@ CLIENT_LOG_FILE = 'pisa.log'
|
||||
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
||||
SUPPORTED_CIPHERS = ["AES-GCM-128"]
|
||||
|
||||
PUBLIC_KEY_FILE = "signing_key_pub.pem"
|
||||
|
||||
# Configure logging
|
||||
logging.basicConfig(format='%(message)s', level=logging.INFO, handlers=[
|
||||
logging.FileHandler(CLIENT_LOG_FILE),
|
||||
|
||||
Reference in New Issue
Block a user