summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryTest.java
AgeCommit message (Expand)AuthorFilesLines
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz1-0/+206
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz1-15/+12
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz1-7/+45
2020-05-05add empty core-configuration for HSM-Facade into HttpClientFactoryTestThomas Lenz1-2/+9
2020-04-08fix broken jUnit test that selects wrong trusted SSL-Client certificateThomas Lenz1-0/+2
2020-03-25some codestyle changesThomas Lenz1-12/+13
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-0/+328