Re #8590 - Implemented all fields of subject into DB
Hotfix - logpath definition
Merge branch 'master' into '8670_Enhance_revocation_logic'
Re #8707 - Enhanced logging to set log level based on config file
Re #8707 - Added necessary state constants
Re #8670 - Modified deletion for historical storage of certificates
Re #8570 - Rotating file settings
Re #8570 - Logger configuration- implemented dictionary to string in utils- implemented log functions with parameter message only (name of file, name of class and name of functionare getting automaticaly)
Merge branch 'master' into 8570_Implement_logging
Re #8576 - openssl config template update, comment added
Re #8570 - Setted configuration of logging
Re #8576 - calling CryptographyService from CrlService, passphrase support
Re #8576 - cryptography.py implemented generate_crl()
Re #8570 - Implemented logger- implemented static functions (debug, info, warning, error, critical) (sorted by level)- used configuration for setting logging library
Re #8571 - Added necessary configuration
Merge branch '8578_Implement_database_changes'
Re #8578 - Remaked tests files- created tests for new functions - set_certificate_revoked, clear_certificate_revocation, get_all_revoked_by, get_all_issued_by
Re #8578 - Applied changes of the database
Re #8475 - Applied FlaskInjector to REST API tests
Re #8569 Added support for handling configuration files
Re #8475 - Connection to the RestAPI
Re #8476 - Implemented `list_certificates` with unit tests.
Re #8476 - Auxiliary script for database initialization, FileAnchor
Re #8471 - Added name of tables to constants- TAB_CERTIFICATE_TYPES for CertificateTypes table- TAB_USAGE_TYPES for UsageTypes table
Re #8471 - Added comments for CRUD functions
Re #8471 - Tested direct DB communication- implemented tests for Certificates and PrivateKeys tables via DBManager
Re #8471 - Added FK of parent certificate
Re #8471 - Edited constants
Re #8471 - Created constants of DB names- Constant for each of names in DB (table, column)
Re #8471 - Implemented DB communication- implemented operations create, read, update, delete- created file with constants contains name of DB file and default values in DB