aboutsummaryrefslogtreecommitdiff
path: root/id/server
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28set https.cipherSuites Java SystemProperty to Apache HttpClient 3.1Thomas Lenz1-8/+36
2016-10-25update history.txt, readme_3.2.0.txt and handbookThomas Lenz2-8/+41
2016-10-25fix another problem in session databaseThomas Lenz77-980/+2349
2016-10-25move JaxB classes into an own moduleThomas Lenz59-1/+5
2016-10-24synchronize Metadata provider reload operationThomas Lenz1-2/+11
2016-10-24remove unused codeThomas Lenz1-130/+0
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz200-324/+97
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21add log messages in clean-up processThomas Lenz2-1/+3
2016-10-21update first parts in readme, handbook, and default configurationThomas Lenz5-37/+99
2016-10-21update third-party librariesThomas Lenz2-10/+15
2016-10-21update log messages and clean-up classesThomas Lenz3-6/+4
2016-10-21add functionality to support more than one ELGA mandate-serviceThomas Lenz17-98/+302
2016-10-21fix possible multi-threading problem with database connectionsThomas Lenz21-909/+595
2016-10-21update default list of allowed SSL ciphersThomas Lenz1-18/+32
2016-10-21update SSL certificate revocation-checking method-order if the IAIK_PKI ↵Thomas Lenz9-47/+67
module is used
2016-10-07refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz14-64/+87
encoding
2016-10-07add additional redirect in elga mandate-service selection-process to get out ↵Thomas Lenz7-10/+110
from BKU communication switch version of elga-mandate-module to 1.1
2016-10-07add additional redirect in elga mandate-service selection-process to get out ↵Thomas Lenz7-10/+110
from BKU communication switch version of elga-mandate-module to 1.1
2016-09-30fix possible IndexOutOfBoundExceptionThomas Lenz1-1/+3
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz14-64/+87
encoding
2016-09-20update default configurationThomas Lenz1-0/+3
2016-09-20update eIDAS module to load highest possible LoA from configThomas Lenz2-1/+6
2016-09-20fix bug in eIDAS SAML-engine to allow 2 minutes time jitter in ↵Thomas Lenz5-3/+151
Assertion->Conditions element
2016-09-20remove unused codeThomas Lenz1-56/+56
2016-09-20update third party libsThomas Lenz5-3/+30
2016-09-15Merge branch 'Branch_MOA-ID-3.1.2' into eIDAS_node_implementationThomas Lenz1-1/+2
Conflicts: pom.xml
2016-09-15Fix bug in PVP2 Error Response (wrong EntityID)Thomas Lenz1-1/+2
2016-09-15update handbookThomas Lenz1-1/+1
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-16add SSO/SLO container functionality to eIDAS protocol impl. to support SSO ↵Thomas Lenz1-6/+51
functionality
2016-08-16add eIDAS response LoA validationThomas Lenz3-4/+26
2016-08-16workaround for JavaDoc compilation error with Java 8Thomas Lenz1-0/+3
2016-08-16change STORK QAA to eIDAS LoAThomas Lenz11-72/+104
2016-08-16update eIDAS attribute generation from AuthDataThomas Lenz2-22/+110
2016-08-12workaround for eIDAS metadata signature validation during reload operation.Thomas Lenz1-3/+4
(Because metadata isSigned() flag in MOASPMetadataSignatureFilter.class is always false, if already loaded metadata are checked)
2016-08-12fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0Thomas Lenz17-415/+255
2016-08-12add log messageThomas Lenz1-0/+1
2016-08-02First untested version of refactor eIDAS module, which uses eIDAS SAMLEngine ↵Thomas Lenz28-770/+1794
v1.1 from JoinUp
2016-08-01add additional info's to MIS log messagesThomas Lenz3-13/+17
2016-07-04add European Commission eIDAS-node v1.1 libsThomas Lenz1-5/+17
2016-07-01Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz28-259/+347
eIDAS_node_implementation
2016-07-01refactor some more parts of SSL TrustManagerThomas Lenz3-5/+40
2016-06-29changed debug to trace for spring bean creationChristian Maierhofer1-3/+3
2016-06-29Merge branch 'currenteidas' into moapid-3.2-opb-redisChristian Maierhofer3-17/+13
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-29added statisticlog dbcp parameter to default configChristian Maierhofer1-2/+15
2016-06-29using annotations for hibernate configuration nowChristian Maierhofer9-36/+37
2016-06-29Merge branch 'eIDAS_node_implementation_remote' into moapid-3.2-opb-redisChristian Maierhofer114-2652/+1541
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/AbstractController.java id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/session/AssertionStore.java