summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz
AgeCommit message (Expand)AuthorFilesLines
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas4-2/+358
2023-04-21feat(log): add MDC based ID to correlate single HTTP requestsThomas1-2/+43
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas3-0/+66
2022-09-29refact(core): change logger to lombok annotationThomas1-4/+2
2022-09-28chore(core): change log basic status-messager implementationThomas1-5/+5
2022-09-28chore(core): change log-level to info to get more information about invalid p...Thomas1-3/+3
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas1-0/+373
2022-05-03feature(core): add simple implementation of a Spring based message sourceThomas1-0/+115
2022-04-19chore(http): add missing parameter into log messageThomas1-1/+1
2022-04-19feat(http): add request interceptor configuration into Apache HTTP Client fac...Thomas2-1/+17
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-01-19test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerati...Thomas1-22/+25
2021-11-18add method to inject http headers into Apache HTTP-Client requestsThomas1-0/+19
2021-11-02add timezone to verifiable pendingRequestId'sThomas2-2/+2
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC d...Thomas1-5/+23
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 Lenz2-12/+443
2021-04-16Merge branch 'feature/small_changes' into feature/VT-21-016Thomas2-12/+443
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas2-12/+443
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 APIThomas1-24/+15
2021-03-11refactor BpkBuilder in eaaf-utilsThomas1-0/+446
2021-01-22code-style and logging optimizationsThomas Lenz1-1/+1
2021-01-07add a second Apache Http-Client response-handler as default implementationThomas Lenz1-0/+25
2020-12-28update to HSM-Facade v0.6.0 and add HealthCheck functionalityThomas Lenz1-1/+42
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-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 Lenz3-66/+49
2020-11-05add scheduled eviction policy to clean-up expired or old http connections fro...Thomas Lenz1-64/+104
2020-11-04update loggingThomas Lenz1-4/+2
2020-11-03Initialize IAIK-MOA on any request, because there is an open unknown issue wi...Thomas Lenz1-7/+7
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-08-27fix wrong log-message in EaafKeyStoreFactoryThomas Lenz1-1/+2
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE spec...Thomas Lenz1-0/+21
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 Lenz1-0/+291
2020-06-19activates HSM-Facade, if HSM-Facade-Provider is an already loaded Java Securi...Thomas Lenz1-54/+78
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports passph...Thomas Lenz4-27/+379