aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons
AgeCommit message (Collapse)AuthorFilesLines
2017-10-03remove mobileBKU and add an additional third BKUThomas Lenz4-22/+30
2017-09-26Merge branch 'eIDAS_node_implementation' of ↵Thomas Lenz8-17/+97
https://gitlab.iaik.tugraz.at/egiz/moa-idspss into eIDAS_node_implementation
2017-09-20make SAML2 http POST-Binding template and mandate-service selection-template ↵Thomas Lenz3-1/+43
configurable for every online application
2017-09-19update TransactionUtis for MDC logging and add unique OA identifier as ↵Thomas Lenz1-0/+2
additional MDC variable
2017-09-08remove unused codeThomas Lenz1-15/+12
2017-09-06add static variable and update demo OAThomas Lenz1-0/+1
2017-09-06add xsd schema for eIDAS specific SAML2 extensionsThomas Lenz2-1/+39
2017-08-03* check if SSL-Session is already establishedThomas Lenz1-0/+28
* Add two comments regarding TLSv1.2 support in JAVA 7 and restiction of allowed SSL ciphers
2017-07-27add eIDAS to StatisticLogger.javaThomas Lenz1-0/+1
2017-07-26refactor MOA metadataprovider to load metadata from file systemThomas Lenz2-0/+32
2017-07-25Revert "betaversion for a workaround to solve problem with Java8 >= 141 and ↵Thomas Lenz4-671/+1
SHA1 certificates in certificate chain" This reverts commit c4fe089610dba3d6e8929f6e163538dfae0d18da.
2017-07-25betaversion for a workaround to solve problem with Java8 >= 141 and SHA1 ↵Thomas Lenz4-1/+671
certificates in certificate chain
2017-07-17update MOA SAML2 metadata provider to support metadata located on file systemThomas Lenz1-1/+2
2017-07-12add new demo module for dummy authenticationThomas Lenz1-1/+2
2017-03-10fix possible DoS BugThomas Lenz1-3/+11
2017-02-21update javadocThomas Lenz1-1/+1
2017-02-09add additional validation steps in eIDAS message processingThomas Lenz1-1/+1
2017-02-08fix bug in configuration tool during eIDAS LoA level load operationThomas Lenz1-1/+5
2017-02-08update eIDAS node configuration to allow more then on configuration for the ↵Thomas Lenz1-0/+12
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-01fix problem with eIDAS response ContentType encodingThomas Lenz1-0/+2
2017-01-31fix problem with iaik pki-module and worker threadsThomas Lenz1-2/+25
2017-01-30update pomThomas Lenz1-4/+5
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-04add hostname validation to httpclient 3.1, which is assumed by openSAML 2.xThomas Lenz1-25/+115
2016-11-04update Http client for MIS communicationThomas Lenz3-17/+81
2016-11-03MOA-ID-3.1.5 was only a special version of 3.1.4 with a few cherry-picks for ↵Thomas Lenz1-1/+6
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 cherry-pick problem in case of moa-id 3.2.x config already existsThomas Lenz1-1/+6
2016-11-03add functionality to support more than one ELGA mandate-serviceThomas Lenz8-14/+139
Conflicts: id/server/modules/moa-id-module-elga_mandate_service/src/main/java/at/gv/egovernment/moa/id/auth/modules/elgamandates/utils/ELGAMandateServiceMetadataProvider.java
2016-10-28set https.cipherSuites Java SystemProperty to Apache HttpClient 3.1Thomas Lenz1-8/+36
2016-10-25fix another problem in session databaseThomas Lenz6-3/+783
2016-10-25move JaxB classes into an own moduleThomas Lenz2-0/+123
2016-10-24remove unused codeThomas Lenz1-130/+0
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz5-55/+93
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21update third-party librariesThomas Lenz1-3/+9
2016-10-21add functionality to support more than one ELGA mandate-serviceThomas Lenz8-14/+139
2016-10-21fix possible multi-threading problem with database connectionsThomas Lenz6-187/+31
2016-10-21update SSL certificate revocation-checking method-order if the IAIK_PKI ↵Thomas Lenz4-27/+25
module is used
2016-09-20remove unused codeThomas Lenz1-56/+56
2016-09-20update third party libsThomas Lenz1-0/+5
2016-09-15fix problem with MOA-ID-configuration GUI and SecurityLayer Templates in ↵Thomas Lenz1-3/+6
legacy mode
2016-09-15fix Bug in 'parse document from input stream' method which produce a ↵Thomas Lenz1-5/+7
SaxParserException if DebugLevel is 'debug'
2016-08-16change STORK QAA to eIDAS LoAThomas Lenz5-29/+76
2016-08-12fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0Thomas Lenz1-0/+10
2016-07-01Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz10-197/+129
eIDAS_node_implementation
2016-07-01refactor some more parts of SSL TrustManagerThomas Lenz2-2/+39
2016-06-29Merge branch 'currenteidas' into moapid-3.2-opb-redisChristian Maierhofer2-14/+10
Conflicts: id/server/modules/moa-id-module-openID/src/test/java/test/at/gv/egovernment/moa/id/auth/oauth/CertTest.java
2016-06-29some additional SSLTrustManager updateThomas Lenz1-6/+6
2016-06-29small change in SSLTrustManager CertStore configThomas Lenz1-8/+4
2016-06-29using annotations for hibernate configuration nowChristian Maierhofer4-8/+14