summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src
AgeCommit message (Collapse)AuthorFilesLines
2021-10-22add deadline into HSM-Facade Health-Check that fails this test if HSM-Facade ↵Thomas1-0/+1
does not responde
2021-10-21add jUnit tests for bPK and HSM-Facade encryptionThomas4-0/+392
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC ↵Thomas2-5/+51
deadline, see https://grpc.io/blog/deadlines/
2021-09-03ignore jUnit in EaafKeyStoreFactoryTest because it looks conceptional invalidThomas1-0/+2
2021-06-18update some log messagesThomas1-1/+1
2021-04-20update third-party libs and verify / fix some jUnit testsThomas1-3/+2
2021-04-19Merge branch 'feature/VT-21-016' into 'nightlyBuild'Thomas Lenz10-12/+664
Use custom SSLContext builder to generate BouncyCastle specific TrustManager... See merge request egiz/eaaf_components!23
2021-04-16Merge branch 'feature/small_changes' into feature/VT-21-016Thomas10-12/+664
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ↵Thomas10-12/+664
in case of keys base on HSM-Facade, because SSLContext based on BCJSSE needs BCJSSE TrustManager BCJSSE is not compatible to SunJSSE TrustManager in Java >= 9
2021-04-14some code optimization to reduce memory consumptionThomas1-14/+14
2021-03-30update BpkBuilder to all natural an legal types for baseId'sThomas1-1/+1
2021-03-19add new method into X509UtilsThomas1-0/+15
2021-03-16some small updates in moa-spss moduleThomas1-4/+1
2021-03-12refactor some code to Java Stream APIThomas2-25/+17
2021-03-11refactor BpkBuilder in eaaf-utilsThomas2-0/+935
2021-02-19update Dummy class for jUnit testsThomas1-1/+1
2021-02-18update root-certificate of HSM-Facade for integration testsThomas1-8/+10
2021-01-22code-style and logging optimizationsThomas Lenz1-1/+1
2021-01-07add a second Apache Http-Client response-handler as default implementationThomas Lenz2-7/+44
2020-12-28update to HSM-Facade v0.6.0 and add HealthCheck functionalityThomas Lenz2-2/+75
2020-12-23add new module that include common-code for SpringBoot applicationsThomas Lenz1-1/+1
2020-12-09add findSecBugs extension into spotbugs plug-inThomas Lenz1-2/+3
2020-12-09Merge branch 'feature/gitlabci' into 'nightlyBuild'Thomas Lenz5-38/+46
Feature/gitlabci See merge request egiz/eaaf_components!5
2020-12-07update jUnit tests to fix problem with execution orderThomas Lenz5-38/+46
2020-11-26add building block of a http ResponseHandler that returns the http status-codeThomas Lenz1-0/+23
2020-11-09refactor error-handling in pending-request generation-stategiesThomas Lenz5-118/+71
2020-11-05add scheduled eviction policy to clean-up expired or old http connections ↵Thomas Lenz1-64/+104
from pool
2020-11-04update loggingThomas Lenz1-4/+2
2020-11-03Initialize IAIK-MOA on any request, because there is an open unknown issue ↵Thomas Lenz1-7/+7
with signature-verification and lost configuration states
2020-10-19refactor PVP 1.x constants to reuse definitions for application chainingThomas Lenz1-14/+28
2020-10-19add new PVP1.x headerThomas Lenz1-1/+3
2020-10-16fix code-style problemThomas Lenz1-1/+1
2020-10-15add definitions for PVP2 R-Profile http-headersThomas Lenz1-0/+70
2020-09-08fix some broken jUnit testsThomas Lenz1-1/+1
2020-08-27fix wrong log-message in EaafKeyStoreFactoryThomas Lenz2-1/+3
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE ↵Thomas Lenz2-0/+22
specific implementation in other classes
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 ↵Thomas Lenz3-16/+68
Shibboleth IDP implementation
2020-07-01switch to HSM-Facade v0.5.0Thomas Lenz1-8/+26
2020-06-23add new pendingRequestId generation-strategy that uses ↵Thomas Lenz7-1/+870
authenticated-encryption protect the internal pendingRequesttId
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 ↵Thomas Lenz2-55/+101
Security-Provider
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports ↵Thomas Lenz7-27/+705
passphrase based symmetric keys and keys from HSM-Facade
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' ↵Thomas Lenz4-5/+19
injection fix broken jUnit test
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