Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
02f63b07 2021-03-31 09:06 Stanislav Král

Re #8472 - Changed order of create_sscrt method parameters

87fd5afc 2021-03-31 09:02 Stanislav Král

Re #8472 - Changed some parameter names in create_csr method and renamed make_csr_test.py to create_csr_test.py

7444d4cb 2021-03-31 08:55 Stanislav Král

Re #8472 - Changed access modifier of run_for_output method to private (was protected previously)

87a7a4a5 2021-03-31 08:51 Stanislav Král

Re #8472 - Changed access modifier of sign_csr method to private (was protected previously)

2e99bad0 2021-03-31 08:48 Stanislav Král

Re #8472 - Changed access modifier of create_csr method to private (was protected previously)

032be8ad 2021-03-31 08:12 Stanislav Král

Re #8472 - Removed useless private key generation in verify_ca_test.py

dd03da19 2021-03-31 08:04 Stanislav Král

Re #8472 - Changed access modifiers of some methods and fixed verify_ca_test.py

bdf9a46c 2021-03-31 07:47 Stanislav Král

Re #8472 - Renamed `make_csr` method to `create_csr`

7d0aa304 2021-03-30 22:13 Stanislav Král

Re #8472 - Added few unit tests that perform further testing of _run_for_output method

5fdd01a6 2021-03-30 21:51 Stanislav Král

Re #8472 - Added verify_ca method that verifies whether a certificate has expired

Added 3 unit tests that verify the added method.
Added "days" parameter to some methods in order to be able to specify the number of days after which the generated certificate will expire.

18588728 2021-03-30 18:52 Stanislav Král

Re #8472 - Small changes in the documentation

9dbbcdae 2021-03-30 18:47 Stanislav Král

Re #8472 - Added create_crt method that creates a certificate

Added 3 unit tests testing the added method.

fe647b46 2021-03-30 18:15 Stanislav Král

Re #8472 - Added sign_csr method that signs a CSR

Added 3 unit tests testing the added method.

6c098d6e 2021-03-30 16:29 Stanislav Král

Re #8472 - Added make_csr method that makes a CSR

Added 2 unit tests testing the added method.
Moved CryptographyService tests into a separate files

c0aed2f5 2021-03-30 15:07 Stanislav Král

Re #8472 - Added create_sscrt method that creates a self signed certificate

Added 5 unit tests verifying the validity of the certificate generation.