Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-16 | Merge branch 'Branch_MOA-ID-3.2.1' into development_preview | Thomas Lenz | 3 | -11/+61 | |
# Conflicts: # id/server/moa-id-commons/pom.xml # pom.xml | |||||
2017-03-16 | limit length of some logged identifier to max length of 254 characters | Thomas Lenz | 1 | -9/+18 | |
2017-03-16 | make nextByteRandom synchronized to additionally prevent problems with ↵ | Thomas Lenz | 1 | -1/+1 | |
IAIK_JCE and Java JDK => 8u111 | |||||
2017-03-16 | Fix bug in statistic logger that broke the authentication process on some ↵ | Thomas Lenz | 1 | -5/+22 | |
protocols if database persist operation failes | |||||
2017-03-14 | workaround to fix possible problem with OpenSAML ↵ | Thomas Lenz | 2 | -2/+26 | |
SecureRandomIdentifierGenerator in combination with JDK 8.121 and IAIK_JCE that cause in a java.lang.ArrayIndexOutOfBoundsException | |||||
2017-02-09 | add additional validation steps in eIDAS message processing | Thomas Lenz | 2 | -12/+15 | |
2017-02-09 | fix bug in bPK builder for eIDAS targets | Thomas Lenz | 1 | -1/+1 | |
2017-02-08 | update eIDAS node configuration to allow more then on configuration for the ↵ | Thomas Lenz | 1 | -2/+2 | |
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-01-30 | enable encrypt of eIDAS assertion as default | Thomas Lenz | 1 | -1/+10 | |
2017-01-27 | allow EntitiesDescriptor elements in eIDAS metadata. | Thomas Lenz | 1 | -52/+62 | |
2016-11-25 | fix problem in SAML2 credential provider that selects a wrong keyStore | Thomas Lenz | 1 | -1/+1 | |
2016-11-18 | fix bug in servlet | Thomas Lenz | 1 | -5/+8 | |
2016-11-04 | add hostname validation to httpclient 3.1, which is assumed by openSAML 2.x | Thomas Lenz | 2 | -2/+9 | |
2016-11-04 | update Http client for MIS communication | Thomas Lenz | 1 | -0/+14 | |
2016-10-25 | fix another problem in session database | Thomas Lenz | 36 | -799/+1342 | |
2016-10-25 | move JaxB classes into an own module | Thomas Lenz | 58 | -11361/+0 | |
2016-10-24 | synchronize Metadata provider reload operation | Thomas Lenz | 1 | -2/+11 | |
2016-10-24 | remove MOA-ID specific certStore directory. | Thomas Lenz | 5 | -45/+3 | |
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building | |||||
2016-10-21 | add log messages in clean-up process | Thomas Lenz | 1 | -1/+1 | |
2016-10-21 | update log messages and clean-up classes | Thomas Lenz | 3 | -6/+4 | |
2016-10-21 | add functionality to support more than one ELGA mandate-service | Thomas Lenz | 3 | -16/+18 | |
2016-10-21 | fix possible multi-threading problem with database connections | Thomas Lenz | 9 | -667/+541 | |
2016-10-21 | update default list of allowed SSL ciphers | Thomas Lenz | 1 | -18/+32 | |
2016-10-21 | update SSL certificate revocation-checking method-order if the IAIK_PKI ↵ | Thomas Lenz | 4 | -12/+30 | |
module is used | |||||
2016-10-07 | add additional redirect in elga mandate-service selection-process to get out ↵ | Thomas Lenz | 2 | -1/+17 | |
from BKU communication switch version of elga-mandate-module to 1.1 | |||||
2016-09-30 | refactor http servlet response processing to prohibit 'chunked' transfer ↵ | Thomas Lenz | 2 | -12/+15 | |
encoding | |||||
2016-09-15 | Merge branch 'Branch_MOA-ID-3.1.2' into eIDAS_node_implementation | Thomas Lenz | 1 | -1/+2 | |
Conflicts: pom.xml | |||||
2016-09-15 | Fix bug in PVP2 Error Response (wrong EntityID) | Thomas Lenz | 1 | -1/+2 | |
2016-08-16 | change STORK QAA to eIDAS LoA | Thomas Lenz | 2 | -19/+7 | |
2016-08-12 | fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0 | Thomas Lenz | 3 | -2/+14 | |
2016-08-12 | add log message | Thomas Lenz | 1 | -0/+1 | |
2016-08-01 | add additional info's to MIS log messages | Thomas Lenz | 1 | -0/+4 | |
2016-07-01 | Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵ | Thomas Lenz | 6 | -16/+126 | |
eIDAS_node_implementation | |||||
2016-07-01 | refactor some more parts of SSL TrustManager | Thomas Lenz | 1 | -3/+1 | |
2016-06-29 | using annotations for hibernate configuration now | Christian Maierhofer | 1 | -1/+0 | |
2016-06-29 | Merge branch 'eIDAS_node_implementation_remote' into moapid-3.2-opb-redis | Christian Maierhofer | 38 | -307/+668 | |
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 | |||||
2016-06-28 | statisticlogger dbcp connection pool | Christian Maierhofer | 6 | -15/+127 | |
2016-06-22 | update PVP assertion builder to add user's remote IP address as attribute in ↵ | Thomas Lenz | 2 | -2/+22 | |
'SubjectConformationData' element | |||||
2016-06-21 | add eIDAS bPK prefix: urn:publicid:gv.at:eidasid+ | Thomas Lenz | 1 | -1/+4 | |
2016-06-21 | refactor metadataprovider to Spring implementation | Thomas Lenz | 18 | -178/+296 | |
2016-06-07 | Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵ | Thomas Lenz | 17 | -332/+715 | |
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java | |||||
2016-06-07 | Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementation | Thomas Lenz | 5 | -96/+80 | |
2016-05-20 | fix problem with some SAML1 clients to request the SAML1 ↵ | Thomas Lenz | 1 | -1/+2 | |
GetAuthenticationData SOAP service | |||||
2016-05-18 | changed constants to final static hash map | Christian Maierhofer | 1 | -11/+0 | |
2016-05-18 | Spring-ified AuthenticationSessionCleaner | Christian Maierhofer | 1 | -23/+6 | |
2016-05-17 | use first AttributeConsumingService from PVP metadata if no one is selected ↵ | Thomas Lenz | 1 | -2/+14 | |
in request or marked as default | |||||
2016-05-12 | fix possible nullPointer exception in process engine | Thomas Lenz | 1 | -0/+10 | |
2016-05-11 | fix bug in PVP SLO functionality | Thomas Lenz | 1 | -1/+4 | |
2016-05-11 | fix a minor flaw in prof. rep. textual OID description | Thomas Lenz | 1 | -1/+4 | |
2016-05-10 | Update to MOA-SPSS 3.0.0-RC1 | Thomas Lenz | 184 | -4102/+1475 | |
Merge branch 'moa-id-3.2_(OPB)' into moa-id_with_moa-sig_and_eccelerate Conflicts: id/moa-spss-container/pom.xml pom.xml |