summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-03Merge branch 'nightlyBuild' into 'master'1.1.10Thomas Lenz38-378/+727
Nightly build See merge request egiz/eaaf_components!4
2020-12-03switch to next release versionThomas Lenz10-10/+10
2020-12-02add attribute-builder for piiTransactionId transferThomas Lenz6-5/+110
2020-12-01switch to new PKI-Module version 2.02_moaThomas Lenz3-1/+10
2020-12-01Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz0-0/+0
into nightlyBuild # Conflicts: # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
2020-11-26add building block of a http ResponseHandler that returns the http status-codeThomas Lenz1-0/+23
2020-11-26fix codestyle issueThomas Lenz1-4/+4
2020-11-25simplifications for passing checks for installlalber1-3/+2
2020-11-20fix bug in central error-handling that lead to a ClassCastException in some ↵Thomas Lenz1-22/+34
cases (Jira EID-647)
2020-11-13add attribute that holds EntityId of an eIDAS MS-ConnectorThomas Lenz1-0/+3
2020-11-10switch two more broken dependenciesThomas Lenz1-2/+2
2020-11-10switch two more broken dependenciesThomas Lenz1-2/+2
2020-11-10fix two problems with MOA-Sig dependenciesThomas Lenz2-2/+2
2020-11-10switch to next MOA-Sig version 3.1.3Thomas Lenz20-7/+388
2020-11-10fix two problems with MOA-Sig dependenciesThomas Lenz2-2/+2
2020-11-10Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz20-340/+537
into nightlyBuild
2020-11-10switch to next MOA-Sig version 3.1.3Thomas Lenz20-7/+388
2020-11-09refactor error-handling in pending-request generation-stategiesThomas Lenz6-124/+77
2020-11-09add attribute-builder for unique transactionIdThomas Lenz4-1/+98
2020-11-09fix missing "transactionID" injection in protocol-finalization and ↵Thomas Lenz1-1/+13
error-handler steps
2020-11-06adapt logging to improve debuggingThomas Lenz3-4/+14
2020-11-06optimize error-handling in case with special focus on backend ↵Thomas Lenz3-24/+42
communication-requests
2020-11-05add scheduled eviction policy to clean-up expired or old http connections ↵Thomas Lenz1-64/+104
from pool
2020-11-04update loggingThomas Lenz2-6/+5
2020-11-04refactoring of SL2.0 response processing to mitigate problems with ↵Thomas Lenz3-104/+153
ConnectionPool of Apache http-client
2020-11-03Initialize IAIK-MOA on any request, because there is an open unknown issue ↵Thomas Lenz2-13/+32
with signature-verification and lost configuration states
2020-11-02switch to next snapshot versionThomas Lenz10-10/+10
2020-11-02switch to next release version1.1.9.1Thomas Lenz10-10/+10
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz5-14/+82
Update JWS and JWE impl. to mitigate problems if IAIK and BC provider are loaded
2020-10-30switch to next snapshot versionThomas Lenz10-10/+10
2020-10-30switch to next release version1.1.9Thomas Lenz10-10/+10
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ↵Thomas Lenz3-88/+89
based on internal errorIds remove duplicated logging
2020-10-20Rename E-ID attribute 'userConsent' to 'userAuthblock'Thomas Lenz1-2/+2
2020-10-19refactor MoaSigInitializer to get MOA-Sig configuration objectThomas Lenz2-33/+24
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-10-13fix missing method in mockup-classThomas Lenz1-0/+5
2020-10-13refactor error processingThomas Lenz1-11/+17
2020-10-13Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz14-63/+281
into nightlyBuild
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz3-22/+33
Serialization in some caching frameworks
2020-10-08update cleanUp() in AbstractChainingMetadataProvider to support own ↵Thomas Lenz3-11/+35
PVPMetadataAdapter
2020-10-07implement work-around to fix possible incompatibility between IAIK ↵Thomas Lenz9-45/+175
JCE/Eccelerate and JWS lib in case of ECC keys
2020-09-21Merge branch 'add-supplement-profile-node-to-verify-api' into 'nightlyBuild'Thomas Lenz2-7/+71
Extend ISignatureVerificationService: Add Supplement Content See merge request egiz/eaaf_components!3
2020-09-21Extend ISignatureVerificationService: Add Supplement ContentChristof Rabensteiner2-7/+71
Add additional method to ISignatureVerificationService (verifyXmlSignature), that accepts the additional parameter "Map supplementContent". This parameter allows a caller to specify content for the SupplementProfile Node. With this additional parameter, the caller can specify the content of a reference, which is useful in the case where the caller wants to verify a detached signature, but the validation service cannot resolve the reference.
2020-09-17switch to next snapshot versionThomas Lenz10-10/+10
2020-09-17switch to next release version1.1.8Thomas Lenz10-10/+10
2020-09-08fix some broken jUnit testsThomas Lenz3-6/+6
2020-09-08Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz2-9/+12
into nightlyBuild