aboutsummaryrefslogtreecommitdiff
path: root/id
AgeCommit message (Collapse)AuthorFilesLines
2017-02-09add additional validation steps in eIDAS message processingThomas Lenz10-38/+290
2017-02-09fix bug in bPK builder for eIDAS targetsThomas Lenz1-1/+1
2017-02-09update eIDAS node target validatorThomas Lenz1-2/+5
2017-02-08add additional validation of eIDAS country target for bPK calculationThomas Lenz3-0/+11
2017-02-08if OA requests no eIDAS attributes than request PersonalIdentifier as minimumThomas Lenz1-1/+11
2017-02-08fix bug in configuration tool during eIDAS LoA level load operationThomas Lenz1-1/+5
2017-02-08update eIDAS assertion generation to generate an error message if attribute ↵Thomas Lenz3-2/+10
that is marked as required is not available
2017-02-08update eIDAS node configuration to allow more then on configuration for the ↵Thomas Lenz8-48/+27
same country code. Country codes can be extended by a suffix like NL and NL-Test. Both generates a Authn. request for NL but there are two entries in citizen country selector and maybe two different service URLs
2017-02-07update eIDAS SAML-engine to support ↵Thomas Lenz4-10/+503
http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1 and http://www.w3.org/2007/05/xmldsig-more#sha512-rsa-MGF1 signature schemes
2017-02-07fix some bugs in eIDAS SAML-engine metadata generatorThomas Lenz1-3/+6
2017-02-03prohibit chunked transfer encoding in eIDAS metadata responseThomas Lenz1-6/+11
2017-02-03fix wrong html content-type value in eIDAS metadata responseThomas Lenz1-1/+2
2017-02-03fix possible NullPointerException in OA configuration if no MIS, SZR-GW, or ↵Thomas Lenz1-3/+3
ELGA mandate-service is configured
2017-02-01fix problem with eIDAS response ContentType encodingThomas Lenz9-531/+16
2017-01-31fix problem with iaik pki-module and worker threadsThomas Lenz1-2/+25
2017-01-31update default configThomas Lenz2-7/+54
2017-01-31add missing third party libThomas Lenz1-0/+6
2017-01-31fix problem with selection of authentication process and eIDAS authenticationThomas Lenz1-2/+3
2017-01-31set requested default LoA to highThomas Lenz1-3/+8
2017-01-31fix double signing of eIDAS metadata informationThomas Lenz1-6/+18
2017-01-30small change in VelocityProviderThomas Lenz1-13/+19
2017-01-30update pomThomas Lenz2-4/+19
2017-01-30remove unused importsThomas Lenz1-7/+0
2017-01-30enable encrypt of eIDAS assertion as defaultThomas Lenz2-3/+16
2017-01-27add MOA specific eIDAS engine.Thomas Lenz2-0/+92
2017-01-27allow EntitiesDescriptor elements in eIDAS metadata.Thomas Lenz1-52/+62
2017-01-27change to eIDAS engine 1.2.0Thomas Lenz1-5/+5
2016-12-12add first information for moa-id 3.2.1Thomas Lenz2-0/+710
2016-12-12update handbookThomas Lenz1-2/+8
2016-12-09fix bug in OpenID protocol implementation that generates a wrong encoded ↵Thomas Lenz1-3/+6
error response
2016-12-02Merge branch 'eIDAS_node_implementation' of ↵Thomas Lenz1-2/+4
gitlab.iaik.tugraz.at:egiz/moa-idspss into eIDAS_node_implementation
2016-12-01fix possible problem with Velocity Engine internal loggingThomas Lenz1-2/+4
2016-11-25fix problem in SAML2 credential provider that selects a wrong keyStoreThomas Lenz1-1/+1
2016-11-24fix check if ELGA mandate-service module is configuredThomas Lenz1-2/+4
2016-11-22fix bug in eIDAS SAML-engine that does not allow SIGNATURE_RSA_SHAxxx_MGF1 ↵Thomas Lenz3-4/+161
algorithms for XML signatures
2016-11-18add first parts to support Redirect-Binding for eIDAS Auth. interfaceThomas Lenz1-45/+133
2016-11-18update SSO session-transfer moduleThomas Lenz1-13/+2
2016-11-18fix bug in servletThomas Lenz1-5/+8
2016-11-16fix some more bugs in eIDAS SAML-engineThomas Lenz1-8/+39
* different problems with SAML metadata generation
2016-11-16fix bug in eIDAS SAML-engine:Thomas Lenz1-1/+9
generate metadata extensions element from wrong schema definition
2016-11-14fix problem with test-eID OIDs in configuration toolThomas Lenz1-1/+1
2016-11-08fix problem with SSLSocketFactoryThomas Lenz1-10/+29
2016-11-04update default configThomas Lenz1-1/+1
2016-11-04add hostname validation to httpclient 3.1, which is assumed by openSAML 2.xThomas Lenz10-31/+156
2016-11-04update Http client for MIS communicationThomas Lenz9-220/+163
2016-11-03MOA-ID-3.1.5 was only a special version of 3.1.4 with a few cherry-picks for ↵Thomas Lenz3-5/+640
BRZ!!! Merge branch 'Branch_MOA-ID-3.1.5' into eIDAS_node_implementation Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/GeneralMOAIDConfig.java id/history.txt id/moa-id-webgui/src/main/java/at/gv/egovernment/moa/id/config/webgui/validation/task/impl/ServicesProtocolPVP2XTask.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/PropertyBasedAuthConfigurationProvider.java id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/config/ConfigurationMigrationUtils.java id/server/modules/moa-id-module-elga_mandate_service/src/main/java/at/gv/egovernment/moa/id/auth/modules/elgamandates/utils/ELGAMandateServiceMetadataProvider.java pom.xml
2016-11-03fix typeMOA-ID-3.1.5Thomas Lenz1-1/+1
2016-11-03fix maven build problemThomas Lenz1-0/+3
2016-11-03remove unused file (cherry-pick )Thomas Lenz1-624/+0
2016-11-03update first parts in readme, handbook, and default configurationThomas Lenz7-37/+732
# Conflicts: # id/history.txt