summaryrefslogtreecommitdiff
path: root/eaaf_core_utils
AgeCommit message (Collapse)AuthorFilesLines
2020-12-03switch to next release versionThomas Lenz1-1/+1
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-11-02switch to next snapshot versionThomas Lenz1-1/+1
2020-11-02switch to next release version1.1.9.1Thomas Lenz1-1/+1
2020-10-30switch to next snapshot versionThomas Lenz1-1/+1
2020-10-30switch to next release version1.1.9Thomas Lenz1-1/+1
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-17switch to next snapshot versionThomas Lenz1-1/+1
2020-09-17switch to next release version1.1.8Thomas Lenz1-1/+1
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-08-14switch to next snapshot versionThomas Lenz1-1/+1
2020-08-14switch to next release version1.1.7Thomas Lenz1-1/+1
2020-08-05switch to next snapshot versionThomas Lenz1-1/+1
2020-08-04switch to next release version1.1.6Thomas Lenz1-1/+1
2020-08-04update third-party libsThomas Lenz1-1/+1
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 Lenz8-2/+875
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-15switch to next snapshot versionThomas Lenz1-1/+1
2020-06-15fix Code-Quality problem1.1.5Thomas Lenz1-4/+4
2020-06-12add TrustStore SSLContext builderThomas Lenz1-25/+91
2020-06-10switch to release version 1.1.5Thomas Lenz1-1/+1
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-12switch to next snapshot versionThomas Lenz1-1/+1
2020-05-12switch to version 1.1.4.11.1.4.1Thomas Lenz1-1/+1
2020-05-12Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵1.1.4Thomas Lenz6-9/+292
into nightlyBuild
2020-05-12switch to next release version 1.1.4Thomas Lenz1-1/+1
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 ↵Thomas Lenz3-21/+71
usage of eaaf_core_utils without HSM-Facade
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 Lenz6-11/+70
2020-05-05add empty core-configuration for HSM-Facade into HttpClientFactoryTestThomas Lenz1-2/+9
2020-05-05refactor interface of method 'buildSslContextWithSslClientAuthentication' to ↵Thomas Lenz3-14/+13
inject information about the KeyStore-Provider