summaryrefslogtreecommitdiffstats
path: root/certServiceClient/src/main/java/org
AgeCommit message (Expand)AuthorFilesLines
2021-01-04[OOM-CERT-SERVICE] Align implementation with RFC42102.1.1Piotr Marcinkiewicz2-3/+3
2020-08-05Removing AAF references from Cert-Service in OOM repo.baniewsk48-185/+185
2020-07-13Add subfolders creationkjaniak3-3/+17
2020-06-25Fix sonar issuesPiotr Marcinkiewicz1-4/+8
2020-06-25Fix checkstyle warnings1.1.0Piotr Marcinkiewicz8-18/+18
2020-06-23Move ArtifcatsCreationProvider one level higherkjaniak29-76/+96
2020-06-19Add creation JKS artifactPiotr Marcinkiewicz6-60/+113
2020-06-18Add PEM artifacts creationJoanna Jeremicz8-106/+194
2020-06-18Add validation for OUTPUT_TYPE parameter (2)pwielebs3-7/+18
2020-06-17Add validation for OUTPUT_TYPE parameterpwielebs2-2/+16
2020-06-16Remove unnecessary exceptionsTomasz Wrobel4-89/+2
2020-06-16Refactor flow of cert files generation, based on OUTPUT_TYPE parameterTomasz Wrobel6-25/+129
2020-06-15Merge "Added new status code and exception for input parameter validation."Paweł Baniewski2-1/+36
2020-06-10Add output type env to certservice client configurationPiotr Marcinkiewicz4-3/+24
2020-06-10Added new status code and exception for input parameter validation.Jan Malkiewicz2-1/+36
2020-05-20Improve code coverage for CertServiceClientpwielebs2-2/+2
2020-04-24Fix wrong ExitStatus for TLS ExceptionAdam Wudzinski1-1/+1
2020-04-06Fix sonar issue RandomPasswordGeneratoredyta1-2/+3
2020-04-03Merge "Fix sonar issue with nosonar annotation"Bogumil Zebek2-10/+9
2020-04-03Switch client and server to communicate over TLSawudzins10-14/+223
2020-04-03Fix sonar issue with nosonar annotationedyta2-10/+9
2020-04-02Merge "Fix sonar issue Password"Bogumil Zebek2-9/+13
2020-04-02Fix sonar secure issue RandomPasswordGeneratoredyta1-0/+4
2020-04-02Fix sonar issue Passwordedyta2-9/+13
2020-04-02Merge "Fix sonar issue KeyPairFactory"Paweł Baniewski1-1/+1
2020-04-01Fix sonar issue KeyPairFactoryedyta1-1/+1
2020-04-01Merge "Fix sonar issue Password"Bogumil Zebek1-1/+1
2020-04-01Merge "Fix sonar issue AppExitHandler"Bogumil Zebek1-2/+2
2020-03-31Fix sonar issue KeyPairFactoryedyta2-4/+5
2020-03-31Fix sonar issue AppExitHandleredyta1-2/+2
2020-03-31Fix sonar issue Passwordedyta1-1/+1
2020-03-31Fix sonar issue KeyPairFactoryedyta1-2/+2
2020-03-24Merge "Improve code coverage"Paweł Baniewski1-1/+5
2020-03-23Improve code coverageBogumil Zebek1-1/+5
2020-03-23Merge "Improve readability of logs for positive path"Bogumil Zebek10-20/+57
2020-03-23Improve readability of logs for positive pathmharazin10-20/+57
2020-03-23Fix timeout issue when cert service is unavailableTomasz Wrobel1-1/+5
2020-03-23Improve exceptions logging in certservice clientTomasz Wrobel19-98/+99
2020-03-19Improve validation of country code (2)pwielebs1-7/+4
2020-03-18Improve validation of country codepwielebs1-4/+9
2020-03-12Removal of EnvValidationUtils class and cleanupkjaniak4-81/+47
2020-03-11Add docker-compose with certservice-client container succesful runRemigiusz Janeczek1-1/+1
2020-03-10Fix sonar issue.Tomasz Wrobel6-10/+5
2020-03-04Merge "Improve paths validation and creation in certServiceClient, improve co...Bogumil Zebek2-5/+7
2020-03-04Improve paths validation and creation in certServiceClient, improve coverageRemigiusz Janeczek2-5/+7
2020-03-04Fix PrivateKey encoding in certservice-client, refactor CsrFactoryRemigiusz Janeczek6-20/+103
2020-03-04Merge "Transform pem files into pkcs12"Bogumil Zebek11-10/+477
2020-03-03Transform pem files into pkcs12Joanna Jeremicz11-10/+477
2020-03-03Refactor logger messageTomasz Wrobel1-4/+4
2020-03-03Add tests to HttpClientTomasz Wrobel1-7/+15