Re #8575 - Implemented CrlService that allows the caller to generate a CA database index of revoked certificates
Added an integration test verifying its validity.Renamed NOT_BEFORE_AFTER_DATE_FORMAT constant to VALID_FROM_TO_DATE_FORMAT in certificate_service.py....
Re #8571 - certificate_service.py revocation support end tests
Re #8579 - Changed conftest.py of service and DAO tests in such way that test_configuration is now used
Re #8569 Fixed broken tests after injection implementation
Re #8472 - Implemented get_certificates method and added an integration test validating it
Added fixtures providing a unique DB connection for each test
Re #8472 - Improved SQL connection/cursor fixtures in such way that connection to DB happens only once per test module