aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/src/test
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Remove codeBogumil Zebek34-2239/+0
2020-07-13Add subfolders creationkjaniak1-27/+21
2020-06-25Fix sonar issuesPiotr Marcinkiewicz8-68/+80
2020-06-25Fix checkstyle warnings1.1.0Piotr Marcinkiewicz4-8/+8
2020-06-23Move ArtifcatsCreationProvider one level higherkjaniak14-99/+110
2020-06-19Add creation JKS artifactPiotr Marcinkiewicz3-49/+94
2020-06-18Add PEM artifacts creationJoanna Jeremicz5-123/+167
2020-06-18Modify UT after adding output type parameterPiotr Marcinkiewicz1-0/+2
2020-06-17Add validation for OUTPUT_TYPE parameterpwielebs3-7/+43
2020-06-16Remove unnecessary exceptionsTomasz Wrobel1-12/+1
2020-06-16Refactor flow of cert files generation, based on OUTPUT_TYPE parameterTomasz Wrobel3-80/+152
2020-05-20Improve code coverage for CertServiceClientpwielebs2-0/+323
2020-04-24Fix wrong ExitStatus for TLS ExceptionAdam Wudzinski1-0/+47
2020-04-03Switch client and server to communicate over TLSawudzins5-3/+200
2020-04-02Fix sonar issue Passwordedyta1-2/+2
2020-03-24Merge "Improve code coverage"Paweł Baniewski1-0/+63
2020-03-23Improve code coverageBogumil Zebek1-0/+63
2020-03-23Improve exceptions logging in certservice clientTomasz Wrobel4-78/+29
2020-03-18Improve validation of country codepwielebs1-3/+3
2020-03-12Removal of EnvValidationUtils class and cleanupkjaniak1-22/+25
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 Janeczek1-1/+2
2020-03-04Merge "Improve paths validation and creation in certServiceClient, improve co...Bogumil Zebek2-27/+143
2020-03-04Improve paths validation and creation in certServiceClient, improve coverageRemigiusz Janeczek2-27/+143
2020-03-04Fix PrivateKey encoding in certservice-client, refactor CsrFactoryRemigiusz Janeczek3-1/+95
2020-03-04Merge "Transform pem files into pkcs12"Bogumil Zebek9-0/+463
2020-03-03Transform pem files into pkcs12Joanna Jeremicz9-0/+463
2020-03-03Add tests to HttpClientTomasz Wrobel1-0/+32
2020-03-02Merge "Add HttpClient"Bogumil Zebek8-0/+276
2020-02-28Add HttpClientTomasz Wrobel8-0/+276
2020-02-28Merge "Refactor access to env variables in certservice-client"Bogumil Zebek2-47/+51
2020-02-28Refactor access to env variables in certservice-clientRemigiusz Janeczek2-47/+51
2020-02-27Implementation of CSR procedurepwielebs2-1/+59
2020-02-27Replacement of RuntimeException with Exception classkjaniak4-35/+13
2020-02-26Implementation of KeyPair generationkjaniak5-20/+129
2020-02-20Add functionality for reading ENV variablespwielebs2-0/+235
2020-02-18Add first test of System.exitkjaniak1-3/+17
2020-02-18Fix for not running testskjaniak1-0/+1
2020-02-17Add of dummy testkjaniak1-0/+33