1. 8252e25 Remove CSRMeta class dependency by Michal Banka · 4 years, 9 months ago
  2. c85a896 Resolve all checkstyle warnings by Bartosz Gardziejewski · 4 years, 9 months ago
  3. 55061da CertService local starter by Bogumil Zebek · 4 years, 9 months ago
  4. 1b3f9cb Fixed sonar issues in Split class and refactor it by Michal Banka · 4 years, 9 months ago 0.0.1
  5. 89afe4c Merge "Fixed sonar issues in ReloadConfigController class" by Bogumil Zebek · 4 years, 9 months ago
  6. 2a1b241 Fixed sonar issues in CertificationModelFactory class by Michal Banka · 4 years, 9 months ago
  7. 6ac9d48 Fixed sonar issues in ReloadConfigController class by Michal Banka · 4 years, 9 months ago
  8. 3668880 Merge "Fixed sonar issues in Factory class" by Bogumil Zebek · 4 years, 9 months ago
  9. bfc5c80 Merge "Fixed sonar issues in CSRMeta class" by Bogumil Zebek · 4 years, 9 months ago
  10. 92de5b4 Fixed sonar issues in CSRMeta class by Michal Banka · 4 years, 10 months ago
  11. c9639b3 Fixed sonar issues in Factory class by Michal Banka · 4 years, 10 months ago
  12. 0855846 Add annotation for OpenAPI 3.0 documentation generation by Bartosz Gardziejewski · 4 years, 9 months ago
  13. 8074f15 Fixed sonar issues in RDN class by Michal Banka · 4 years, 10 months ago
  14. 6f08737 Merge "Increase adapter test coverage" by Bogumil Zebek · 4 years, 9 months ago
  15. 67385e0 Merge "Create Readiness Endpoint" by Bogumil Zebek · 4 years, 9 months ago
  16. c644f55 Increase adapter test coverage by Bartosz Gardziejewski · 4 years, 9 months ago
  17. b605cdb Remove logging of received private key by Bartosz Gardziejewski · 4 years, 9 months ago
  18. 19b0e30 Create Readiness Endpoint by awudzins · 4 years, 9 months ago
  19. d43531d Create adapter for Cmpv2Client by Bartosz Gardziejewski · 4 years, 10 months ago
  20. 8f26d1f Merge "Authenticate response from CMP server" by Bogumil Zebek · 4 years, 9 months ago
  21. ddc9e99 Merge "Fix file not found in tests" by Paweł Baniewski · 4 years, 9 months ago
  22. 0912819 Fix reload endpoint to return status by awudzins · 4 years, 10 months ago
  23. 8a168b4 Fix file not found in tests by Bogumil Zebek · 4 years, 9 months ago
  24. 9b68250 Authenticate response from CMP server by EmmettCox · 4 years, 10 months ago
  25. a5d52b5 Merge "Refactor tests for configuration" by Bogumil Zebek · 4 years, 10 months ago
  26. 7dc9469 Merge "Verifying certchain and returning certchain and TrustStore" by Bogumil Zebek · 4 years, 10 months ago
  27. acab8f5 Verifying certchain and returning certchain and TrustStore by EmmettCox · 4 years, 10 months ago
  28. 15e8c3b Refactor tests for configuration by Bartosz Gardziejewski · 4 years, 10 months ago
  29. 628ed81 Refactor CSR model to be POJO by Bartosz Gardziejewski · 4 years, 10 months ago
  30. 1726ff5 Create logic responsible for selecting server based on CAName by Bartosz Gardziejewski · 4 years, 10 months ago
  31. ffa8cc8 Remove re-constructing CmpServersConfig by Bartosz Gardziejewski · 4 years, 10 months ago
  32. 2966e97 Align logging by awudzins · 4 years, 10 months ago
  33. 2edef3c Added validation of configuration by Michal Banka · 4 years, 10 months ago
  34. 7244c90 Added actuator for refreshing configuration by Tomasz Golabek · 4 years, 10 months ago
  35. 7831ee8 Merge "Refactoring of Cmpv2Client code for sending CertRequest" by Bogumil Zebek · 4 years, 10 months ago
  36. 153a7ac Refactoring of Cmpv2Client code for sending CertRequest by EmmettCox · 4 years, 10 months ago
  37. 639c409 Merge "Load CMP Servers config from volume" by Bogumil Zebek · 4 years, 10 months ago
  38. d54223e Load CMP Servers config from volume by awudzins · 4 years, 10 months ago
  39. f28a670 Remove cyclic dependencies and rename execeptions package by awudzins · 4 years, 10 months ago
  40. 43e32e7 Add configuration reading mechanism for CMP Server by awudzins · 4 years, 10 months ago
  41. 836acdb Merge "Created docker-compose with ejbca and certservice" by Bogumil Zebek · 4 years, 10 months ago
  42. 5d11547 Created docker-compose with ejbca and certservice by Michal Banka · 4 years, 10 months ago
  43. 1a82cc8 Add more logs and handling DecoderException by Bartosz Gardziejewski · 4 years, 10 months ago
  44. ca2c015 Handle exception thrown during base64 decoding by Bartosz Gardziejewski · 4 years, 10 months ago
  45. 32c05c2 Merge "Suppress irrelevant Sonar warnings" by Bogumil Zebek · 4 years, 10 months ago
  46. c69b37a Suppress irrelevant Sonar warnings by Bartosz Gardziejewski · 4 years, 10 months ago
  47. 06f7465 Improve exception flow by Bartosz Gardziejewski · 4 years, 10 months ago
  48. 1d90088 Return hardcoded CA certs and certification chain. by Bartosz Gardziejewski · 4 years, 10 months ago
  49. c88b66b Generate openAPI 3.0 specification. by Bartosz Gardziejewski · 4 years, 10 months ago
  50. bddd4f0 Add decoding CSR received from client. by Bartosz Gardziejewski · 4 years, 10 months ago
  51. 4dd8739 Add endpoint for CSR, that will log received data. by Bartosz Gardziejewski · 4 years, 10 months ago
  52. 6801658 Create logger for trace, audit, error by Pawel Kasperkiewicz · 4 years, 10 months ago
  53. db97930 Create healthcheck WS by Pawel · 4 years, 10 months ago
  54. 50f42bd Create project structure by Pawel Kasperkiewicz · 4 years, 10 months ago