mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Renamed constants and default file names for Pisa's private and public keys
This commit is contained in:
@@ -11,7 +11,7 @@ CLIENT_LOG_FILE = 'pisa.log'
|
||||
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
||||
SUPPORTED_CIPHERS = ["AES-GCM-128"]
|
||||
|
||||
PUBLIC_KEY_FILE = "signing_key_pub.pem"
|
||||
PISA_PUBLIC_KEY = "pisa_pk.pem"
|
||||
|
||||
# Configure logging
|
||||
logging.basicConfig(format='%(message)s', level=logging.INFO, handlers=[
|
||||
|
||||
Reference in New Issue
Block a user