aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/src/main/java/org/onap/aaf/certservice/client
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Switch client and server to communicate over TLSawudzins10-14/+223
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
2020-03-02Merge "Add HttpClient"Bogumil Zebek10-3/+358
2020-02-28Add HttpClientTomasz Wrobel10-3/+358
2020-02-28Merge "Refactor access to env variables in certservice-client"Bogumil Zebek6-63/+54
2020-02-28Refactor access to env variables in certservice-clientRemigiusz Janeczek6-63/+54
2020-02-27Implementation of CSR procedurepwielebs6-7/+216
2020-02-27Replacement of RuntimeException with Exception classkjaniak6-22/+13
2020-02-26Implementation of KeyPair generationkjaniak22-75/+326
2020-02-21Add of logging for certservice-clientkjaniak2-1/+6
2020-02-20Add functionality for reading ENV variablespwielebs15-0/+697
2020-02-18Add first test of System.exitkjaniak2-1/+32
2020-02-18Fix for not running testskjaniak1-1/+0
2020-02-17Add of dummy testkjaniak1-0/+28