summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-29build(core): switch to next release versionHEAD1.3.17masterThomas12-12/+12
2023-11-29chore(core): update third-party libsThomas1-9/+9
2023-11-06fix(gui): escape special characters in error messagesThomas1-1/+2
2023-11-06chore(gui): set additionl error-page parameters without escaptionThomas1-1/+1
2023-10-13build(core): switch to next snapshot versionThomas12-12/+12
2023-10-12build(core): switch to next release version1.3.16Thomas12-12/+12
2023-08-30chore(saml2): remove some deprecated methods and switch to new oneThomas8-16/+16
2023-08-22fix(core): remove pendingRequest from PendingReqIdValidationException before ↵Thomas1-1/+1
forwarding to error handling Reason: Error serialization is only allowed for a specific set of classes and the PendingRequest is already set in a seperate field.
2023-08-21fix(sl20): remove line-of-code that was a copy&past mistakeThomas1-6/+1
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas6-50/+174
The check can be disabled by using the configuration property: modules.sl20.security.truststore.need.valid.certificate
2023-08-21refact(sl20): clean-up SL20 response handlerThomas1-147/+177
2023-08-02build(core): switch to next snapshot versionThomas12-12/+12
2023-08-02build(core): switch to next release version1.3.15Thomas12-12/+12
2023-08-02test(moa-sig): add PAdES verificationThomas2-0/+65
2023-07-12feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade ↵Thomas2-37/+54
initialization
2023-07-12feat(http): Add connection timeout parameters to HTTP client-configurationThomas2-11/+27
2023-07-12feat(core): add static method into PVP bPK attribute-builder to build ↵Thomas1-8/+19
attribute-values according to specification
2023-06-06fix(core): add @JsonValue annotation to SpMandateModes enum to serialize the ↵Thomas1-20/+22
String value
2023-06-06fix(core): add some more allowed classes to Exception deserialization.Thomas2-1/+31
2023-06-05fix(core): update wrong encoded parameter in validation exceptionThomas1-1/+1
2023-06-05chore(core): add @JsonCreator annotation to enumThomas1-0/+3
2023-06-01refact(core): change custom object-serialization to protected to re-use it ↵Thomas1-1/+25
in specific AuthSession implementations
2023-05-31feat(core): add remove method to IPendingRequest interfaceThomas3-2/+19
2023-05-31refact(core): change some more internal representation to make it JSON ↵Thomas7-53/+219
serializable
2023-05-25test(core): check JSON serialization for some DAOThomas1-0/+30
2023-05-25feat(core): support Base64 to byte[] decoding is requiredThomas1-0/+4
2023-05-22chore(saml2): optimize metadata signature-verification filterThomas2-11/+121
Select trusted X509 certificates based on KeyInfo from XML-Signature, if possible
2023-05-15chore(utils): optimize type-specific deserializationThomas3-2/+6
2023-05-15refact(core): change process-data holder-implementation to use Jackson ↵Thomas17-24/+210
serialization for storage
2023-05-15feat(utils): add custom Jackson (de)serialization for polymorph class structuresThomas2-0/+170
2023-05-15feat(utils): optimize custom Java serialization implementationThomas3-21/+335
2023-05-13refact(core): remove double serialization in central error handlingThomas4-82/+40
2023-05-11refact(core): make data class Pair JSON serialisableThomas1-7/+9
2023-05-11chore(core): update third-party libsThomas4-10/+26
2023-05-11feat(spring): add authorisation configuration for multi-modul projectsThomas3-3/+62
2023-05-11build(core): add internal EGIZ repositorityThomas1-1/+11
2023-05-10feat(spring): add BasicAuth user object and new Interface to load users in ↵Thomas3-0/+121
multi-module projects
2023-05-08chore(moa-sig): switch to latest moa-sig version 3.1.9Thomas1-1/+1
2023-05-08refactor(moa-sig): rename IAIK dependencyThomas2-0/+0
2023-05-08style(core): fix codestyle issuesThomas2-3/+5
2023-05-08build(core): change maven repo id because it was already usedThomas1-1/+1
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas13-2/+701
The keystore type 'inline' can be used to build a keystore by using PEM encoded certificate and key files. Example: pkcs12:keystore?private=certs/key.pem&cert=certs/certificate.pem
2023-05-08chore(moa-sig): add new versions of IAIK libs.Thomas18-19/+91
2023-04-26feat(core): add extension-point to central errorHandler service to set ↵Thomas11-31/+230
application specific information into error-GUI model
2023-04-21chore(log): update to latest version of MDC logger filter from BRZThomas2-21/+75
Based on spring-boot-auto-configuration 2.7.3
2023-04-21feat(log): add MDC based ID to correlate single HTTP requestsThomas1-2/+43
2023-04-12build(core): switch to next snapshot versionThomas12-12/+12
2023-04-12build(core): switch to next release version1.3.14Thomas12-12/+12
2023-03-22chore(core): update third-party libsThomas1-3/+32
Inlcude Spring 5.3.26 to fix CVE-2023-20859, CVE-2023-20861, CVE-2023-20860
2023-03-20fix(gui): escape error parameters that contains a '{' because that is not ↵Thomas1-1/+3
supported by error template