Projekt

Obecné

Profil

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

# Datum Autor Komentář
dc6a2217 2021-05-01 05:39 Stanislav Král

Re #8708 - Improved generate_pkcs_identity tests in such way that the identity's friendlyName attribute is now checked

e23248ed 2021-05-01 05:36 Stanislav Král

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

7dd54fd2 2021-05-01 05:33 Stanislav Král

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

df7f5fda 2021-05-01 05:22 Stanislav Král

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

63d763d2 2021-05-01 05:11 Stanislav Král

Re #8708 - Renamed a test

9cb4bc4e 2021-05-01 05:10 Stanislav Král

Re #8708 - Added a test verifying the validity of the generate_pkcs_identity method in CertificateService when a chain of trust is empty

41349ce9 2021-05-01 04:58 Stanislav Král

Re #8708 - Added a new integration test verifying valid status code and content type of /api/certificates/<id>/identity endpoint

1d8ff0a3 2021-05-01 04:49 Stanislav Král

Re #8708 - Added a new REST API endpoint used for generating a PKCS12 identities of certificates

1fa20e93 2021-04-30 19:22 Stanislav Král

Re #8708 - Implemented a new method in the CertificateService that does generate a PKCS12 identity by using the CryptographyService

Covered the new method with few integration tests
Fixed minor typos in the CertificateService

2c8b7911 2021-04-30 14:19 Stanislav Král

Re #8708 - Implemented a new method in the CryptographyService that allows the caller to create a PKCS12 identity of a certificate and it's chain of trust

Covered the new method with unit tests.

4516017a 2021-04-30 05:43 Stanislav Král

Update README.md

2d625493 2021-04-28 10:56 Jan Pašek

Hotfix - logpath definition

81c99bb5 2021-04-28 10:19 Jan Pašek

Update requirements.txt

9e5f327a 2021-04-28 10:15 Jan Pašek

Update Dockerfile

f6e1c089 2021-04-28 10:03 Jan Pašek

Merge branch '8670_Enhance_revocation_logic' into 'master'

8670 enhance revocation logic

See merge request aswi/aswi-2021/aswi2021jmsd!21

7eacb98d 2021-04-28 10:02 Jan Pašek

Merge branch 'master' into '8670_Enhance_revocation_logic'

  1. Conflicts:
  2. src/dao/certificate_repository.py
ecfad82b 2021-04-28 10:00 Jan Pašek

Re #8670 - minor extension of integration test during review

f3091dc0 2021-04-28 09:45 David Friesecký

Merge branch '8707_certificate_status_information' into 'master'

8707 certificate status information

See merge request aswi/aswi-2021/aswi2021jmsd!20

688c63b7 2021-04-28 09:44 Jan Pašek

Re #8707 - Logging of used config file improved

53b0c8bc 2021-04-28 09:32 Jan Pašek

Re #8707 - Log level mapping via dictionary, minor adjustments during review

c36d3299 2021-04-28 08:08 David Friesecký

Re #8670 - Covered certificate_repository by the CRUD tests

4ff15a44 2021-04-28 06:27 Jan Pašek

Re #8707 - Added logging for the new functionality

d78aa613 2021-04-28 06:24 Jan Pašek

Re #8707 - Enhanced logging to set log level based on config file

7d05def5 2021-04-28 06:09 Jan Pašek

Re #8707 - Added integration test of the RestAPI

a3a691fd 2021-04-28 05:58 Jan Pašek

Re #8707 - Added integration test of the service

c15357a9 2021-04-28 05:43 Jan Pašek

Re #8707 - Implemented get_certificate_state() in CertificateRepository

a53e5aef 2021-04-28 05:35 Jan Pašek

Re #8707 - Implemented status in the controller, prepared method in CertificateService

4beb92c2 2021-04-28 05:25 Jan Pašek

Re #8707 - Added necessary state constants

dce706e1 2021-04-27 13:12 Michal Seják

Merge branch '8570_Implement_logging'

  1. Conflicts:
  2. src/services/certificate_service.py
6425fa36 2021-04-27 12:49 David Friesecký

Re #8670 - Modified deletion for historical storage of certificates

ed35ce72 2021-04-26 10:02 David Friesecký

Re #8570 - Rotating file settings

fa26c1d4 2021-04-26 07:21 David Friesecký

Merge branch '8709_include_root_in_chain' into 'master'

Re #8709 - included root certificate into the trust chain

See merge request aswi/aswi-2021/aswi2021jmsd!17

0c4e12a7 2021-04-26 06:37 Jan Pašek

Updated swagger.yaml

61fb67b4 2021-04-25 07:30 Jan Pašek

Re #8709 - included root certificate into the trust chain

b3c80ccb 2021-04-23 20:31 David Friesecký

Re #8570 - Added logs

5e31b492 2021-04-23 06:31 David Friesecký

Re #8570 - Messages logging

52f2eca4 2021-04-23 06:30 Jan Pašek

Certificate usage hotfix before DEMO #4 - digital signature does not specify timestamping

ca436714 2021-04-23 06:30 David Friesecký

Re #8570 - Logger configuration
- implemented dictionary to string in utils
- implemented log functions with parameter message only (name of file, name of class and name of function
are getting automaticaly)

469487cc 2021-04-22 14:47 Jan Pašek

Update swagger.yaml

bc4cf2b2 2021-04-22 09:30 Jan Pašek

Re #8585 - Extensions based on usages
Merge branch '8585_Extensions_based_on_usages' into 'master'
See merge request aswi/aswi-2021/aswi2021jmsd!16

3e1e5cd1 2021-04-22 09:28 Stanislav Král

Re #8575 - Removed useless print method calls

ee991bbc 2021-04-22 07:32 Jan Pašek

Update README.md - fixed coverage badge

48517898 2021-04-22 07:24 David Friesecký

Merge branch 'master' into 8570_Implement_logging

  1. Conflicts:
  2. src/constants.py
535ce081 2021-04-22 07:12 David Friesecký

Re #8570 - Logged configuration

1bd093c5 2021-04-21 22:57 Stanislav Král

Re #8585 - Improved a code comment in usages_to_extensions.py

97856712 2021-04-21 22:49 Stanislav Král

Re #8585 - Edited certificate_service_test.py tests asserting that various extension field flags are set when certain usages are selected

329216fe 2021-04-21 22:39 Stanislav Král

Re #8585 - Fixed an issue where required extensions based on cert. usages were not present in the generated certificate

Created an utility that converts usages to extension configuration lines
Defined which extension field flags are required for certain usages

d23d22c9 2021-04-21 17:39 Jan Pašek

Re #8576 crl endpoint
Merge branch '8576_crl_endpoint' into 'master'
See merge request aswi/aswi-2021/aswi2021jmsd!15

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

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

5c0dd079 2021-04-21 17:35 Michal Seják

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

c4b733ef 2021-04-21 17:33 Michal Seják

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

c0b92d81 2021-04-21 16:53 Jan Pašek

Merge remote-tracking branch 'origin/8576_crl_endpoint' into 8576_crl_endpoint

dd91fb7a 2021-04-21 16:52 Jan Pašek

Re #8576 - openssl config template update, comment added

79a61171 2021-04-21 15:59 Michal Seják

Re #8577 - Added OCSP integration tests.

2c645d25 2021-04-21 15:59 Michal Seják

Re #8577 - Minor adjustment to accept binary contents.

7f9b2c58 2021-04-21 15:58 Michal Seják

Re #8577 - Added a `generate_ocsp` method to the CryptoService - calls OpenSSL to generate the response.

cc271e04 2021-04-21 15:58 Michal Seják

Re #8577 - Added a `create_index` method (= index including valid certificates) to the CRL Service.

1de95cdf 2021-04-21 15:56 Michal Seják

Re #8577 - Added handle methods for OCSP to the CrlOcspController.

b543de69 2021-04-21 15:46 Michal Seják

Re #8577 - Added endpoints for OCSP.

ea1229ee 2021-04-21 11:03 Jan Pašek

Re #8576 - Fix of specifying CRL and OCSP endpoint

dd6b4c4c 2021-04-21 10:46 Jan Pašek

Re #8576 - Added crl endpoint integration tests, fix of serial number

1bdc90c0 2021-04-21 09:55 David Friesecký

Re #8570 - Setted configuration of logging

f76b8017 2021-04-21 06:46 Jan Pašek

Re #8576 - Added integration test for empty CRL

75ebc6fc 2021-04-21 06:43 Jan Pašek

Re #8576 - Fixed generating index file for generating empty CRL

b1fa358f 2021-04-21 06:28 Jan Pašek

Re #8576 - implemented CRL endpoint

f8bd4850 2021-04-21 06:28 Jan Pašek

Re #8576 - moved return codes to separate file

d5ca887d 2021-04-21 05:46 Jan Pašek

Re #8576 - integration test of CrlService

0bbe157a 2021-04-21 04:56 Stanislav Král

Merge branch '8583_interactive_details_page' into 'master'

8583 - Interactive details page

See merge request aswi/aswi-2021/aswi2021jmsd!14

4108c18c 2021-04-20 18:40 Jan Pašek

Re #8583 - Updated possible revocation reasons

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

Re #8576 - calling CryptographyService from CrlService, passphrase support

64cfca84 2021-04-20 18:05 Jan Pašek

Re #8576 - cryptography.py implemented generate_crl()

2bd300e3 2021-04-20 16:12 Jan Pašek

Re #8576 - added coverage into the readme.md

81c4c7f9 2021-04-20 16:02 Jan Pašek

Re #8576 - Added coverage into the pipeline

0fd6d825 2021-04-20 15:58 Jan Pašek

Re #8576 - CrlService implemented generate_crl_response(), prepared method generate_crl in CryptographyService

8ff50e4e 2021-04-20 15:42 Jan Pašek

Re #8576 - moved CertificateNotFoundException to separate file

4a772c43 2021-04-20 13:31 Jan Pašek

Re #8583 - certificate.js and utilities.js using await

37a8e8ec 2021-04-20 13:18 Jan Pašek

Re #8583 - index.js uses await

ac94bd92 2021-04-20 13:15 Jan Pašek

Re #8583 - create_certificate.js uses await

7a34cbd3 2021-04-20 13:08 Jan Pašek

Re #8583 - create_certificate.js moved initialization code into mounted

dd56c333 2021-04-20 13:07 Jan Pašek

Re #8583 - index.js moved initialization code into mounted

d72b12cf 2021-04-20 13:06 Jan Pašek

Re #8583 - certificate.js moved initialization code to mounted

f644436d 2021-04-20 08:42 Jan Pašek

Re #8575 - Index file creation
Merge branch '8575_Index_file_creation' into 'master'
See merge request aswi/aswi-2021/aswi2021jmsd!13

d55d7f0d 2021-04-20 08:41 Stanislav Král

Re #8575 - Serial number item in the index file is now always uppercase

ca31a7f7 2021-04-20 08:34 Stanislav Král

Re #8575 - Fixed an issue where when creating an index file the valid_to field was passed instead of the revocation_date field

87c56935 2021-04-20 08:03 Stanislav Král

Re #8575 - Fixed an issue where serial number was not passed when creating certificates
Removed a TODO that has already been fixed

1e4b402d 2021-04-20 04:41 Stanislav Král

Re #8575 - Improved crl_service_test.py comments

dbca269d 2021-04-19 21:17 David Friesecký

Re #8570 - Implemented logger
- implemented static functions (debug, info, warning, error, critical) (sorted by level)
- used configuration for setting logging library

bca96ff6 2021-04-19 20:47 Stanislav Král

Re #8583 - Fixed a typo in a comment

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

5f4e6c2f 2021-04-19 16:22 Stanislav Král

Re #8575 - Added a file that defines methods used for generating CA index file lines

Added unit tests verifying the validity of added methods

b62ebacd 2021-04-19 11:50 Stanislav Král

Re #8575 - Renamed some variable names in create_crt_test.py

e40c571e 2021-04-19 11:43 Stanislav Král

Re #8575 - Added unit tests verifying that serial number is correctly set when creating a certificate

Renamed some create_crt_test.py tests.

be2df9b7 2021-04-19 09:42 Stanislav Král

Re #8575 - Added unit tests verifying that serial number is set when creating a self signed certificate

fa272659 2021-04-19 09:20 Jan Pašek

Re #8583 - Certificate management tab design improvement

56b36ca7 2021-04-19 09:18 Jan Pašek

Re #8583 - Display issued certificates

02954c9d 2021-04-19 08:46 Jan Pašek

Re #8583 - Deleting certificates

b4607586 2021-04-19 08:36 Jan Pašek

Merge branch 'master' into 8583_interactive_details_page

  1. Conflicts:
  2. app.py
3e844086 2021-04-19 08:33 Jan Pašek

Merge branch 'master' into 8583_interactive_details_page

366cd6f3 2021-04-19 08:33 Jan Pašek

Re #8583 - Revocation finished, deletion modal