Projekt

Obecné

Profil

Stáhnout (2.92 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
b484b79b 2021-05-07 20:50 Stanislav Král

Covered test cases where CertificateService should/shouldn't raise InvalidSubjectAttribute error

5cd65ab4 2021-04-21 17:36 Michal Seják

Re #8577 - Minor refactoring (crl -> crl_ocsp).

94e89bb1 2021-04-20 18:37 Jan Pašek

Re #8576 - calling CryptographyService from CrlService, passphrase support

9896ec36 2021-04-19 17:45 Stanislav Král

Re #8575 - Removed a useless CryptographyService fixture

7313994f 2021-04-19 17:41 Stanislav Král

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....

20b33bd4 2021-04-14 16:16 Jan Pašek

Re #8571 - certificate_service.py revocation support end tests

2bb3759c 2021-04-11 14:15 Stanislav Král

Re #8579 - Changed conftest.py of service and DAO tests in such way that test_configuration is now used

3195e946 2021-04-09 18:46 Jan Pašek

Re #8569 Fixed broken tests after injection implementation

2a90f4fd 2021-04-05 20:31 Stanislav Král

Re #8472 - Implemented get_certificates method and added an integration test validating it

Added fixtures providing a unique DB connection for each test

e39e138f 2021-04-04 13:31 Stanislav Král

Re #8472 - Improved SQL connection/cursor fixtures in such way that connection to DB happens only once per test module