Re #8706 - Added issuer link
Re #8706 - Added status adn issuer details to certificate details view
Re #8705 - Changed usage dict to usage list in the client application while creating certificate
Re #8714 - Added a simple Robot Framework GUI test that verifies whether creation and removal of a certificate is working correctly
Re #8708 - Added a unit test covering a scenario in which an empty identity password is passed to the generate_pkcs_identity method of the CryptographyService
Improved the generate_pkcs_identity method in such way that when None is passed as the identity password then an empty string literal ("") is used instead.
Re #8704 - Minor fix (extensions default None -> "")
Re #8704 - Added an invalid extension test.
Re #8704 - Added the `extension` parameter to the create endpoint.
Re #8702 - Reset DB w.r.t. new `init_database.py`.
Re #8702 - Added filtering/pagination tests.
Re #8702 - Minor bug and flow fixes.
Re #8702 - Finished implementing filtering methods in the CertService.
Re #8702 - Added filtering methods to CertRepository.
Re #8708 - Changed /api/certificates/{id}/identity endpoint method back to POST (facepalm)
Changed REST API tests accordingly.
Merge branch '8590_Implement_subject_fields'
Re #8700 - Fixed a test bug related to date format differences.
Re #8702 - Started implementing required CertService updates.
Re #8702 - Reformed CertController's `get_list_of_certs` method, improved filtering logic.
Re #8708 - Improved /api/certificate/{id}/identity test coverage by testing to send non well formed requests
Re #8708 - Improved generate_pkcs_identity tests in such way that the identity's friendlyName attribute is now checked
Re #8708 - Changed the swagger.yaml accordingly to the previous REST API endpoint changes (/api/certificate/{id}/identity endpoint)
Changed method from POST to GET.Changed 201 status code to 200.Improved status code descriptions.Improved ID parameter description....
Re #8708 - Changed the endpoint generating PKCS12 identities to GET from POST (the generated identity is not stored on the server)
Changed the endpoint test accordingly
Re #8708 - Changed the behaviour of the generate_pkcs_identity method in the CryptographyService that now does not use the -CAfile argument when the passed chain of trust is empty
Added a unit test verifying that the changed method works as expected when empty chain of trust is passed
Re #8708 - Renamed a test
Re #8708 - Added a test verifying the validity of the generate_pkcs_identity method in CertificateService when a chain of trust is empty
Také k dispozici: Atom