aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03fix(eidas): catch IndexOutOfBand exception in case of eIDAS Attribute that ↵Thomas3-17/+73
has no attribute-value
2022-05-02chore(core): update third-party libs to latest versionsThomas1-10/+10
2022-05-02chore(matching): re-oreder process steps in GUI releated matchingThomas18-125/+388
2022-05-02fix(gui): fix possible errors on language selection by GUI operationThomas3-9/+9
2022-04-29test(szr): add placeOfBirth and birthName to getIdentityLinkEidas requestThomas1-0/+10
2022-04-06test(gui): add BM.I version of country-selection template to test there ↵Thomas3-0/+367
custom extensions
2022-04-05Merge branch 'nightlybuild' into feature/matching_baseThomas22-55/+205
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # pom.xml
2022-04-05Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas22-78/+225
2022-04-05Merge branch 'master' into nightlybuildThomas15-71/+216
# Conflicts: # build_reporting/pom.xml # connector/pom.xml # infos/history.txt # infos/readme_1.2.4.md # modules/authmodule-eIDAS-v2/pom.xml # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # modules/core_common_lib/pom.xml # modules/pom.xml # pom.xml
2022-04-05build(core): switch to new snapshot versionThomas7-7/+7
2022-04-05build(assembly): add histroy.txt into release package1.2.4Thomas2-0/+2
2022-04-05build(core): switch to next release versionThomas6-18/+25
2022-04-05chore(core): update some more third-party libsThomas1-8/+8
2022-04-05doc: update handbook, readme, history, ...Thomas3-3/+36
2022-04-02style(szr): fix two code-style issuesThomas1-8/+3
2022-04-01doc: update handbook and add configuration property for IDA -> SZR work-aroundThomas2-0/+0
2022-04-01feat(szr): add configuration property to activate/deactivate work-around for ↵Thomas5-11/+148
insertErnp in case of IDA mode
2022-03-31docs(core): update readme for v1.2.4Thomas1-0/+2
2022-03-31fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix ↵Thomas1-2/+2
cve-2022-22965
2022-03-31build: remove double import of dependencyThomas1-7/+0
2022-03-31Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas1-2/+2
2022-03-31fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix ↵Thomas2-2/+3
cve-2022-22965
2022-03-31fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix ↵Thomas1-2/+2
cve-2022-22965
2022-03-31refactor(core): remove deprecated operations on openSAML4 APIThomas1-4/+4
2022-03-31chore(core): change log-level in 'DataBinderControllerAdvice'Thomas1-1/+1
2022-03-31Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas2-5/+5
# Conflicts: # modules/core_common_webapp/src/main/java/at/asitplus/eidas/specific/core/controller/DataBinderControllerAdvice.java
2022-03-31refactor(core): remove deprecated operations on openSAML4 APIThomas1-4/+4
2022-03-31chore(core): change log-level in 'DataBinderControllerAdvice'Thomas1-1/+1
2022-03-31feature(core): add deny-list for Spring DataBinderThomas2-0/+35
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-31feature(core): add deny-list for Spring DataBinderThomas2-0/+35
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-31feature(core): add deny-list for Spring DataBinderThomas2-0/+35
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-17build: fix broken project structure after version update in base projectThomas2-2/+2
2022-03-17Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas1-0/+21
2022-03-17test(core): fix integration test with included work-around for IDA modeThomas1-0/+21
2022-03-17test(core): fix integration test with included work-around for IDA modeThomas1-0/+21
2022-03-17Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas13-87/+245
2022-03-17build(core): switch to next snapshot versionThomas7-7/+7
2022-03-17chore(core): add readme and history for next release versionThomas2-0/+63
# Conflicts: # infos/history.txt
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ↵Thomas4-93/+169
support insertErnp by using eIDAS entities # Conflicts: # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java
2022-03-17chore(core): add readme and history for next release versionThomas2-0/+109
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ↵Thomas4-78/+171
support insertErnp by using eIDAS entities
2022-03-16test(szr): add second randomized integration test for SZR communicationThomas1-2/+21
2022-03-11chore(connector): update start-up logging in ms-specific ConnectorThomas1-3/+3
2022-03-11chore(UX): a few small GUI improvementsThomas6-44/+73
2022-03-11fix: remove unused class members to fix code-quality issuesThomas1-12/+0
2022-03-11chore(matching): add common log-messages for register results during ↵Thomas1-1/+15
matching operations
2022-03-11chore(matching): make RegisterStatusResult serializable to store as session ↵Thomas1-2/+8
object
2022-03-11fix(matching): change process-condition order to evaluate 'changeLanguage' firstThomas1-1/+1
2022-03-11fix(matching): unset all matching releated parameters on executioncontextThomas3-3/+47
2022-03-10fix(matching): store pendingRequest before next asynch. stepThomas2-0/+11