aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Fixed sonar issues in Factory classMichal Banka1-5/+10
2020-03-10Add annotation for OpenAPI 3.0 documentation generationBartosz Gardziejewski7-39/+165
2020-03-10Fixed sonar issues in RDN classMichal Banka2-19/+16
2020-03-06Merge "Create Readiness Endpoint"Bogumil Zebek2-5/+60
2020-03-06Remove logging of received private keyBartosz Gardziejewski2-2/+0
2020-03-05Create Readiness Endpointawudzins2-5/+60
2020-03-05Create adapter for Cmpv2ClientBartosz Gardziejewski17-58/+600
2020-03-04Merge "Authenticate response from CMP server"Bogumil Zebek7-32/+365
2020-03-04Fix reload endpoint to return statusawudzins7-35/+133
2020-03-04Authenticate response from CMP serverEmmettCox7-32/+365
2020-02-28Merge "Refactor tests for configuration"Bogumil Zebek1-2/+1
2020-02-27Merge "Verifying certchain and returning certchain and TrustStore"Bogumil Zebek10-76/+528
2020-02-27Verifying certchain and returning certchain and TrustStoreEmmettCox10-76/+528
2020-02-27Refactor tests for configurationBartosz Gardziejewski1-2/+1
2020-02-27Refactor CSR model to be POJOBartosz Gardziejewski3-28/+112
2020-02-26Create logic responsible for selecting server based on CANameBartosz Gardziejewski7-6/+125
2020-02-25Remove re-constructing CmpServersConfigBartosz Gardziejewski1-1/+0
2020-02-24Added validation of configurationMichal Banka11-14/+304
2020-02-24Added actuator for refreshing configurationTomasz Golabek1-2/+23
2020-02-20Merge "Refactoring of Cmpv2Client code for sending CertRequest"Bogumil Zebek13-0/+1439
2020-02-20Refactoring of Cmpv2Client code for sending CertRequestEmmettCox13-0/+1439
2020-02-20Merge "Load CMP Servers config from volume"Bogumil Zebek2-22/+25
2020-02-20Load CMP Servers config from volumeawudzins2-22/+25
2020-02-19Remove cyclic dependencies and rename execeptions packageawudzins8-12/+13
2020-02-18Add configuration reading mechanism for CMP Serverawudzins6-0/+280
2020-02-14Add more logs and handling DecoderExceptionBartosz Gardziejewski4-4/+24
2020-02-14Handle exception thrown during base64 decodingBartosz Gardziejewski1-11/+15
2020-02-14Merge "Suppress irrelevant Sonar warnings"Bogumil Zebek1-1/+3
2020-02-14Suppress irrelevant Sonar warningsBartosz Gardziejewski1-1/+3
2020-02-13Improve exception flowBartosz Gardziejewski8-51/+148
2020-02-13Return hardcoded CA certs and certification chain.Bartosz Gardziejewski10-10/+346
2020-02-12Generate openAPI 3.0 specification.Bartosz Gardziejewski2-4/+4
2020-02-11Add decoding CSR received from client.Bartosz Gardziejewski6-61/+308
2020-02-07Add endpoint for CSR, that will log received data.Bartosz Gardziejewski1-0/+61
2020-02-04Create project structurePawel Kasperkiewicz1-0/+33