aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/test
AgeCommit message (Expand)AuthorFilesLines
2020-11-20[OOM CERT-SERVICE-API] Add support for URI, IP, E-mail in SANsTomasz Wrobel4-109/+118
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-5/+3
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-5/+3
2020-08-05Removing AAF references from Cert-Service in OOM repo.baniewsk26-219/+123
2020-04-03Switch client and server to communicate over TLSawudzins1-0/+11
2020-03-27Refactor CmpResponseHelper to support intermediate certificateBartosz Gardziejewski3-5/+615
2020-03-24Add validation for uniqueness of CA namesMichal Banka2-11/+36
2020-03-23Removed dependency to cmpv2client adapterMichal Banka4-191/+69
2020-03-20Removed unused parameters when creating certificateMichal Banka2-26/+8
2020-03-18Remove CSRMeta class dependencyMichal Banka3-188/+41
2020-03-18Resolve all checkstyle warningsBartosz Gardziejewski22-446/+465
2020-03-16Fixed sonar issues in Split class and refactor it0.0.1Michal Banka1-0/+95
2020-03-12Merge "Fixed sonar issues in CSRMeta class"Bogumil Zebek2-19/+18
2020-03-11Fixed sonar issues in CSRMeta classMichal Banka2-19/+18
2020-03-10Add annotation for OpenAPI 3.0 documentation generationBartosz Gardziejewski4-52/+83
2020-03-06Merge "Increase adapter test coverage"Bogumil Zebek4-1/+145
2020-03-06Merge "Create Readiness Endpoint"Bogumil Zebek2-0/+106
2020-03-06Increase adapter test coverageBartosz Gardziejewski4-1/+145
2020-03-05Create Readiness Endpointawudzins2-0/+106
2020-03-05Create adapter for Cmpv2ClientBartosz Gardziejewski12-92/+695
2020-03-04Merge "Authenticate response from CMP server"Bogumil Zebek4-16/+52
2020-03-04Merge "Fix file not found in tests"Paweł Baniewski1-0/+2
2020-03-04Fix reload endpoint to return statusawudzins9-86/+334
2020-03-04Fix file not found in testsBogumil Zebek1-0/+2
2020-03-04Authenticate response from CMP serverEmmettCox4-16/+52
2020-02-28Merge "Refactor tests for configuration"Bogumil Zebek2-24/+86
2020-02-27Merge "Verifying certchain and returning certchain and TrustStore"Bogumil Zebek1-11/+87
2020-02-27Verifying certchain and returning certchain and TrustStoreEmmettCox1-11/+87
2020-02-27Refactor tests for configurationBartosz Gardziejewski2-24/+86
2020-02-27Refactor CSR model to be POJOBartosz Gardziejewski4-35/+86
2020-02-26Create logic responsible for selecting server based on CANameBartosz Gardziejewski3-6/+155
2020-02-24Added validation of configurationMichal Banka5-3/+326
2020-02-20Merge "Refactoring of Cmpv2Client code for sending CertRequest"Bogumil Zebek3-0/+213
2020-02-20Refactoring of Cmpv2Client code for sending CertRequestEmmettCox3-0/+213
2020-02-20Merge "Load CMP Servers config from volume"Bogumil Zebek2-7/+118
2020-02-20Load CMP Servers config from volumeawudzins2-7/+118
2020-02-19Remove cyclic dependencies and rename execeptions packageawudzins6-16/+12
2020-02-18Add configuration reading mechanism for CMP Serverawudzins2-0/+71
2020-02-14Handle exception thrown during base64 decodingBartosz Gardziejewski1-0/+38
2020-02-14Merge "Suppress irrelevant Sonar warnings"Bogumil Zebek1-2/+3
2020-02-14Suppress irrelevant Sonar warningsBartosz Gardziejewski1-2/+3
2020-02-13Improve exception flowBartosz Gardziejewski6-47/+157
2020-02-13Return hardcoded CA certs and certification chain.Bartosz Gardziejewski6-17/+123
2020-02-12Generate openAPI 3.0 specification.Bartosz Gardziejewski3-7/+7
2020-02-11Add decoding CSR received from client.Bartosz Gardziejewski6-0/+508
2020-02-04Create project structurePawel Kasperkiewicz1-0/+33