summaryrefslogtreecommitdiffstats
path: root/certServiceClient/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Add creation JKS artifactPiotr Marcinkiewicz9-109/+207
2020-06-18Add PEM artifacts creationJoanna Jeremicz13-229/+361
2020-06-18Merge "Modify UT after adding output type parameter"Paweł Baniewski1-0/+2
2020-06-18Add validation for OUTPUT_TYPE parameter (2)pwielebs3-7/+18
2020-06-18Modify UT after adding output type parameterPiotr Marcinkiewicz1-0/+2
2020-06-17Add validation for OUTPUT_TYPE parameterpwielebs5-9/+59
2020-06-16Remove unnecessary exceptionsTomasz Wrobel5-101/+3
2020-06-16Refactor flow of cert files generation, based on OUTPUT_TYPE parameterTomasz Wrobel9-105/+281
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 CertServiceClientpwielebs4-2/+325
2020-04-24Fix wrong ExitStatus for TLS ExceptionAdam Wudzinski2-1/+48
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 TLSawudzins15-17/+423
2020-04-03Fix sonar issue with nosonar annotationedyta2-10/+9
2020-04-02Merge "Fix sonar issue Password"Bogumil Zebek3-11/+15
2020-04-02Fix sonar secure issue RandomPasswordGeneratoredyta1-0/+4
2020-04-02Fix sonar issue Passwordedyta3-11/+15
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ł Baniewski2-1/+68
2020-03-23Improve code coverageBogumil Zebek2-1/+68
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 Wrobel23-176/+128
2020-03-19Improve validation of country code (2)pwielebs1-7/+4
2020-03-18Improve validation of country codepwielebs2-7/+12
2020-03-12Removal of EnvValidationUtils class and cleanupkjaniak5-103/+72
2020-03-12Merge "Add UTs for remaining methods"Bogumil Zebek1-0/+36
2020-03-11Add UTs for remaining methodspwielebs1-0/+36
2020-03-11Add docker-compose with certservice-client container succesful runRemigiusz Janeczek2-2/+3
2020-03-10Fix sonar issue.Tomasz Wrobel6-10/+5
2020-03-04Merge "Improve paths validation and creation in certServiceClient, improve co...Bogumil Zebek4-32/+150
2020-03-04Improve paths validation and creation in certServiceClient, improve coverageRemigiusz Janeczek4-32/+150
2020-03-04Fix PrivateKey encoding in certservice-client, refactor CsrFactoryRemigiusz Janeczek9-21/+198
2020-03-04Merge "Transform pem files into pkcs12"Bogumil Zebek20-10/+940
2020-03-03Transform pem files into pkcs12Joanna Jeremicz20-10/+940
2020-03-03Refactor logger messageTomasz Wrobel1-4/+4
2020-03-03Add tests to HttpClientTomasz Wrobel2-7/+47
2020-03-02Merge "Add HttpClient"Bogumil Zebek18-3/+634
2020-02-28Add HttpClientTomasz Wrobel18-3/+634