Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-27 | fix possible NullPointerException in SL2.0 authentication module | Thomas Lenz | 1 | -63/+87 | |
2018-07-13 | some bug fixes | Thomas Lenz | 3 | -18/+17 | |
2018-07-12 | Merge branch 'eIDAS_node_2.0_tests' into huge_refactoring | Thomas Lenz | 287 | -217/+2527 | |
# Conflicts: # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/parser/VerifyXMLSignatureResponseParser.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/data/AuthenticationData.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/builder/attributes/EncryptedBPKAttributeBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/AssertionAttributeExtractor.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/SAML2Utils.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/metadata/SchemaValidationFilter.java # id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml # id/server/idserverlib/src/test/java/at/gv/egovernment/moa/id/module/test/TestRequestImpl.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/MOAIDAuthConstants.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/api/IOAAuthParameters.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/config/ConfigurationMigrationUtils.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/utils/KeyValueUtils.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/BKAMobileAuthModule.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/tasks/FirstBKAMobileAuthTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/sl20/JsonSecurityUtils.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/CreateQualeIDRequestTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/ReceiveQualeIDTask.java # id/server/modules/module-monitoring/src/main/java/at/gv/egovernment/moa/id/monitoring/IdentityLinkTestModule.java | |||||
2018-07-09 | update keyStore for jUnit test | Thomas Lenz | 1 | -0/+0 | |
2018-07-09 | update jUnit test and add new method to SL20 extractor | Thomas Lenz | 4 | -10/+78 | |
2018-06-26 | update SL2.0 jUnit test for A-Trust result | Thomas Lenz | 3 | -4/+4 | |
2018-06-26 | add logging | Thomas Lenz | 10 | -19/+84 | |
add validation of decryption-key | |||||
2018-06-25 | add SP specific configuration for SL2.0 | Thomas Lenz | 3 | -33/+52 | |
2018-06-22 | some more pvp2 updates | Thomas Lenz | 1 | -1/+1 | |
2018-06-20 | refactor PVP2 S-Profile implementation and perform first tests | Thomas Lenz | 1 | -2/+2 | |
2018-06-14 | untested, but without dependency problems | Thomas Lenz | 4 | -33/+34 | |
2018-06-14 | fix problem in Exception handling | Thomas Lenz | 5 | -5/+21 | |
2018-06-14 | update SL20 authblock transformation | Thomas Lenz | 9 | -41/+79 | |
2018-06-14 | more refactoring staff | Thomas Lenz | 1 | -1/+1 | |
2018-06-13 | change moa-spss transformation profile for SL20 authblock | Thomas Lenz | 2 | -3/+1 | |
2018-06-12 | update jUnit tests for SIC mobile-phone signature | Thomas Lenz | 4 | -26/+13 | |
2018-06-12 | add log message | Thomas Lenz | 1 | -0/+2 | |
2018-06-12 | add jUnit simple test for AuthDataBuilder and foreign bPK generation | Thomas Lenz | 1 | -4/+4 | |
2018-06-12 | Merge branch 'eIDAS_node_2.0_tests' of gitlab.iaik.tugraz.at:egiz/moa-idspss ↵ | Thomas Lenz | 1 | -1/+1 | |
into eIDAS_node_2.0_tests | |||||
2018-06-12 | update SL20 module and add an additional jUnit test | Thomas Lenz | 13 | -18/+157 | |
2018-06-11 | add jUnit for user-restrication whitelist-store | Thomas Lenz | 1 | -1/+1 | |
2018-06-07 | some more refactoring stuff | Thomas Lenz | 1 | -1/+1 | |
2018-06-06 | update jUnit tests for SL20 eID verification | Thomas Lenz | 100 | -37/+364 | |
2018-06-06 | return checkcode false if no whitelist was loaded | Thomas Lenz | 158 | -0/+0 | |
2018-06-06 | some small update | Thomas Lenz | 6 | -21/+45 | |
2018-06-05 | make IPC return URL configurable for debug purposes | Thomas Lenz | 2 | -1/+4 | |
2018-06-05 | add one method to AssertionAttributeExtractor and add some log messages | Thomas Lenz | 2 | -16/+32 | |
2018-06-05 | some more SL20 authentication module updates | Thomas Lenz | 6 | -16/+30 | |
2018-06-05 | update SL20 implementation | Thomas Lenz | 18 | -161/+1119 | |
2018-06-05 | implement user restriction based on whitelisting | Thomas Lenz | 1 | -2/+6 | |
2018-05-30 | add error handling and some more validation to SL2.0 module | Thomas Lenz | 12 | -206/+539 | |
2018-05-30 | add additional validation to SL20 module | Thomas Lenz | 3 | -11/+193 | |
2018-05-29 | update SL2.0 module to support more than one VDA backend | Thomas Lenz | 2 | -6/+30 | |
2018-05-28 | refactore code to use EAAF core components | Thomas Lenz | 3 | -12/+12 | |
2018-05-17 | add result decryption for SL2.0 authentication module | Thomas Lenz | 7 | -24/+93 | |
2018-05-16 | add initial version of Security-Layer 2.0 Authentication module | Thomas Lenz | 20 | -0/+2140 | |