summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01style(core): fix code-style issueThomas1-1/+1
2024-02-01fix(core): remove features that not supported on Java 11Thomas3-3/+3
2024-02-01feat(core): add Jackson Joda moduleThomas3-5/+77
Hint: Modules will be only loaded if it is available on classpath
2024-02-01feat(core): add configuration utils to operate on specific types of ↵Thomas2-0/+64
configuration values
2024-02-01feat(errorhandling): update configuration-model to exclude stake-trace loggingThomas9-17/+87
# Conflicts: # eaaf_core/src/test/java/at/gv/egiz/eaaf/core/impl/idp/auth/service/TicketErrorServiceTest.java
2023-11-29build(core): switch to next snapshot versionThomas12-12/+12
2023-11-29build(core): switch to next release version2.0.11.3.17Thomas12-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