aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons
AgeCommit message (Collapse)AuthorFilesLines
2018-03-13add configuration parameter to disable 'targetFriendlyName' validation in ↵Thomas Lenz1-0/+1
signed AuthBlock
2018-03-12add specific AuthBlock validation loggingThomas Lenz1-11/+25
2018-03-12add specific AuthBlock validation loggingThomas Lenz1-11/+25
2018-03-12remove some warning in pom structureThomas Lenz1-3/+1
2018-02-27some more updates are required to support postgresql databasesThomas Lenz8-49/+86
2018-02-23first untested unfactoring for Postgresql suppportThomas Lenz8-122/+229
The scheme of configuration DB changed, therefore this version is incompatible to 3.3.2 configuration
2017-12-11Merge branch 'development_preview' into eIDAS_node_implementationThomas Lenz1-0/+1
# Conflicts: # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/metadata/MOAMetadataProvider.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/metadata/PVPEntityCategoryFilter.java
2017-11-28deactivated PVP EntityCategory mapper as defaultThomas Lenz1-0/+1
2017-11-27add some more escaptionsThomas Lenz5-38/+77
2017-11-27refactoring: rename methodThomas Lenz1-7/+6
2017-11-27add String escaping on same methodsThomas Lenz5-276/+174
2017-11-27add some more escaptionsThomas Lenz5-38/+77
2017-11-27Merge branch 'eIDAS_node_implementation' of ↵Thomas Lenz6-276/+202
gitlab.iaik.tugraz.at:egiz/moa-idspss into eIDAS_node_implementation
2017-11-27refactoring: rename methodThomas Lenz1-7/+6
2017-11-26add String escaping on same methodsThomas Lenz5-276/+174
2017-11-21Merge branch 'eIDAS_node_implementation' of ↵Thomas Lenz10-71/+210
https://gitlab.iaik.tugraz.at/egiz/moa-idspss into eIDAS_node_implementation
2017-11-20add scheme fileThomas Lenz1-0/+35
2017-11-20Merge branch 'development_preview' into eIDAS_node_implementationThomas Lenz1-3/+10
2017-11-20add scheme fileThomas Lenz1-0/+35
2017-11-20add new constantsThomas Lenz1-2/+9
2017-11-13fix typoThomas Lenz1-1/+1
2017-10-19fix bug in eIDAS response encryption configurationThomas Lenz1-1/+2
2017-10-13enable mandates for eIDAS nodesThomas Lenz4-24/+58
2017-10-10update error handlingThomas Lenz1-7/+30
2017-10-10update MOAIDTrustManager to implement a better error handling for ↵Thomas Lenz1-12/+43
acceptedServerCertificates
2017-10-03update libs and versionThomas Lenz1-4/+4
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