summaryrefslogtreecommitdiff
path: root/eaaf_core_utils
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09test(http): fix possible false-positive test resultsThomas2-5/+12
2022-05-03feature(core): add simple implementation of a Spring based message sourceThomas1-0/+115
2022-04-19test(http): add second SSL client authentication testThomas1-24/+17
INFO: SSL Client-Authentication with keys from HSM-Facade only works with BCJSSE Provider >= 1.70 and SystemD Parameter: -Dorg.bouncycastle.jsse.client.acceptRenegotiation=true if HTTP Server requires re-negotiation. Hint: do not enable SSL Debugging in BCJSSE Probider, because it throws a NullPointerException with HSM-Facade keys!!!!
2022-04-19chore(http): add missing parameter into log messageThomas1-1/+1
2022-04-19feat(http): add request interceptor configuration into Apache HTTP Client ↵Thomas2-1/+17
factory
2022-04-19refact(http): reorder keyStore configuration-builder to optimize log messagesThomas1-1/+1
2022-04-12refact(config): split IConfigurationWithSP into two interfacesThomas1-0/+174
2022-03-31chore(core): update some more third-party libsThomas1-1/+1
2022-03-31build(core): switch to next snapshot versionThomas1-1/+1
2022-03-31build(core): switch to next release version1.3.1Thomas1-1/+1
2022-03-01chore: switch to next snapshot versionThomas1-1/+1
2022-03-01build: switch to next release version1.3.0Thomas1-1/+1
2022-01-27build(test): fix wrong scope of jUnit dependenciesThomas1-1/+2
2022-01-19test(core): add extension of ↵Thomas2-22/+64
'AuthenticatedEncryptionPendingRequestIdGenerationStrategy' that allows generation of already expired tokens
2022-01-19build: switch to new snapshot versionThomas1-1/+1
2021-12-12update some more third-party libsThomas1-0/+16
2021-12-09switch to next snapshot versionThomas1-1/+1
2021-12-09switch to next release version1.2.0Thomas1-1/+1
2021-11-29switch to next snapshot versionThomas1-1/+1
2021-11-29switch to next release version1.1.20Thomas1-1/+1
2021-11-19switch to next snapshot versionThomas1-1/+1
2021-11-19switch to next release version1.1.19Thomas1-1/+1
2021-11-18add method to inject http headers into Apache HTTP-Client requestsThomas1-0/+19
2021-11-03switch to next snapshot versionThomas1-1/+1
2021-11-03switch to next release version1.1.18Thomas1-1/+1
2021-11-02add timezone to verifiable pendingRequestId'sThomas3-3/+3
2021-10-22add deadline into HSM-Facade Health-Check that fails this test if HSM-Facade ↵Thomas1-0/+1
does not responde
2021-10-22Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas1-1/+1
into nightlyBuild
2021-10-21add jUnit tests for bPK and HSM-Facade encryptionThomas4-0/+392
2021-10-21switch to next snapshot versionChristof Rabensteiner1-1/+1
2021-10-14switch to next release version1.1.17Thomas1-1/+1
2021-10-06switch to next snapshot versionThomas1-1/+1
2021-10-06switch to next release version1.1.16.1Thomas1-1/+1
2021-09-21switch to next snapshot versionThomas1-1/+1
2021-09-21switch to next release version1.1.16Thomas1-1/+1
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC ↵Thomas3-6/+52
deadline, see https://grpc.io/blog/deadlines/
2021-09-03switch to next snapshot versionThomas1-1/+1
2021-09-03switch to next release version1.1.15Thomas1-1/+1
2021-09-03ignore jUnit in EaafKeyStoreFactoryTest because it looks conceptional invalidThomas1-0/+2
2021-08-11switch to next snapshot versionThomas1-1/+1
2021-08-11switch to next release version1.1.14Thomas1-1/+1
2021-06-18update some log messagesThomas1-1/+1
2021-05-23switch to next snapshot versionThomas1-1/+1
2021-05-18switch to next release version1.1.13.1Thomas1-1/+1
2021-04-28switch to next snapshot versionThomas1-1/+1
2021-04-28switch to next release version1.1.13Thomas1-1/+1
2021-04-20update third-party libs and verify / fix some jUnit testsThomas2-8/+2
2021-04-19Merge branch 'feature/VT-21-016' into 'nightlyBuild'Thomas Lenz11-13/+680
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-016Thomas11-13/+680
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ↵Thomas11-13/+680
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