Revize 163f57d0
Přidáno uživatelem David Friesecký před asi 4 roky(ů)
src/constants.py | ||
---|---|---|
4 | 4 |
DATABASE_FILE_LOCATION = FileAnchor("aswi2021jmsd", DATABASE_FILE) |
5 | 5 |
DATETIME_FORMAT = "%d.%m.%Y %H:%M:%S" |
6 | 6 |
|
7 |
REV_REASON_UNSPECIFIED = "unspecified" |
|
8 |
|
|
7 | 9 |
# Types of certificates |
8 | 10 |
ROOT_CA_ID = 1 |
9 | 11 |
INTERMEDIATE_CA_ID = 2 |
Také k dispozici: Unified diff
Re #8578 - Remaked tests files
- created tests for new functions
- set_certificate_revoked, clear_certificate_revocation, get_all_revoked_by, get_all_issued_by