summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE spec...Thomas Lenz2-0/+22
2020-07-30update third-party libsThomas Lenz1-101/+102
2020-07-03add EAAF specific serializer that supports whitelisting of classesThomas Lenz2-0/+108
2020-07-03updaste KeyStoreFactory and KeyStoreUtils to fix incompatibility with Shibbol...Thomas Lenz3-16/+68
2020-07-01switch to HSM-Facade v0.5.0Thomas Lenz1-8/+26
2020-06-23add new pendingRequestId generation-strategy that uses authenticated-encrypti...Thomas Lenz7-1/+870
2020-06-19fix broken jUnit tests (update HSM-Facade certificates)Thomas Lenz1-6/+8
2020-06-19activates HSM-Facade, if HSM-Facade-Provider is an already loaded Java Securi...Thomas Lenz2-55/+101
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports passph...Thomas Lenz7-27/+705
2020-06-15fix Code-Quality problem1.1.5Thomas Lenz1-4/+4
2020-06-12add TrustStore SSLContext builderThomas Lenz1-25/+91
2020-06-03fix broken jUnit testsThomas Lenz1-92/+93
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz4-5/+19
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz6-9/+292
2020-05-05some more code polishingThomas Lenz1-12/+28
2020-05-05fix wrong log messagesThomas Lenz1-2/+2
2020-05-05refactor HSM-Facade initialization to JAVA Reflection API to facilitate usage...Thomas Lenz2-21/+69
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz4-28/+28
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz5-11/+66
2020-05-05add empty core-configuration for HSM-Facade into HttpClientFactoryTestThomas Lenz1-2/+9
2020-05-05refactor interface of method 'buildSslContextWithSslClientAuthentication' to ...Thomas Lenz2-8/+12
2020-04-08fix broken jUnit test that selects wrong trusted SSL-Client certificateThomas Lenz1-0/+2
2020-03-31change default SSLContext factory to Apache HTTP-Client based versionThomas Lenz1-35/+24
2020-03-26some more editorial changesThomas Lenz1-12/+12
2020-03-25some codestyle changesThomas Lenz1-12/+13
2020-03-20set Socket timeout in ConnectionPoolManagerThomas Lenz1-9/+14
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz9-205/+862
2020-03-10rename MDC variables for Session- and TransactionIdsThomas Lenz1-3/+21
2020-03-04add "remoteHost" information into TransactionIdUtilsThomas Lenz1-4/+27
2020-02-27add new transactionId for PII related data onlyThomas Lenz1-3/+50
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz3-45/+4
2020-02-24fix wrong or missing error messagesThomas Lenz1-1/+1
2020-02-20move SpConfigurationImpl.java into eaaf_core_utilsThomas Lenz1-0/+183
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz3-21/+14
2020-02-18update jUnit test for module specific message sourcesThomas Lenz1-10/+13
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz3-44/+68
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz1-2/+32
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz3-76/+112
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz7-6/+290
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz33-310/+1442
2020-02-12add first untested version of EaafKeyStoreFactory that supports Software-Keys...Thomas Lenz2-0/+275
2019-12-09fix one typeThomas Lenz1-0/+7
2019-12-05some code code-style modificationsThomas1-2/+2
2019-12-04to some more code quality tasksThomas4-11/+7
2019-12-04common EGIZ code-style refactoringThomas Lenz24-2104/+2511
2019-10-22add JUnitTestStatusMessenger implementationThomas Lenz1-0/+56
2019-10-08fix problem with SSL Client Auth. and ConnectionPoolsThomas Lenz1-14/+41
2019-10-01update resource loading implementation in HttpClientFactory.javaThomas Lenz1-12/+10
2019-10-01inject ResourceLoader to facilitate Spring based resource loadingThomas Lenz1-1/+2
2019-09-18fix possible NullPointerException in HttpClientFactory.javaThomas Lenz1-3/+8