Re #8476 - Repository bugfix.
Re #8476 - Controller create certificate bugfix.
Re #8476 - Clarity update.
Re #8476 - Added as a part of the swagger-generated server stub. Imported required objects, SQLite3 thread issue hack (performance impact negligible, violates encapsulation), implemented `create_certificate`.
Re #8476 - Changed the name of `CertificatesUsages` to `CertificateUsages`.
Re #8476 - Added necessary requirements.
Re #8476 - Added as a part of the swagger-generated server stub, fixed attribute error (https://github.com/zalando/connexion/issues/739)
Re #8476 - Added swagger.yaml (created by Jan Pašek).
Re #8476 - Added as a part of the swagger-generated server stub, set base path to root.
Re #8476 - Added swagger-generated server stub.
Re #8475 - Changed notBefore & notAfter to validityDays
Re #8472 implement key service certificate serviceMerge branch '8472_Implement_KeyService_CertificateService' into 'master'See merge request aswi/aswi-2021/aswi2021jmsd!7
Re #8473 - Added get_subject_from_certificate to certificate_service.py
Re #8473 - Fixed minor typo in certificate_service.py
Re #8472 - Added a parameter to the craete_sscrt method in CryptographyService in order to be able to specify tha number of days for which the generated certificate will be valid.
Re #8472 - Added missing docstrings to KeyService and CertificateService classes
Re #8472 - Added further tests of the KeyService class
Re #8472 - Added KeyService.delete test and renamed a test suite
Applied a small change to the KeyService.get_keys method
Re #8472 - Changed delete methods in repositories in such way that delete methods now return True only when at least one row was deleted
Re #8472 - Implemented delete_certificate method in CertificateService and added a test validating it
Re #8472 - Changed CertificateRepository.read_all method in such way that empty list is now returned instead of None when no certificates are found
Re #8472 - Added get_chain_of_trust method documentation and comments
Re #8472 - Implemented get_chain_of_trust method and added an integration test validating it
Added return type specification to read_all method in CertificateRepository
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 - Fixed an issue in the certificate repository that resulted in inability to filter certificates by their type
Také k dispozici: Atom