aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16make nextByteRandom synchronized to additionally prevent problems with ↵Thomas Lenz1-1/+1
IAIK_JCE and Java JDK => 8u111
2017-03-15Fix bug in statistic logger that broke the authentication process on some ↵Thomas Lenz1-5/+22
protocols if database persist operation failes
2017-03-14switch to next snapshot versionThomas Lenz1-5/+5
2017-03-14workaround to fix possible problem with OpenSAML ↵Thomas Lenz2-2/+26
SecureRandomIdentifierGenerator in combination with JDK 8.121 and IAIK_JCE that cause in a java.lang.ArrayIndexOutOfBoundsException
2017-03-14workaround to fix possible problem with OpenSAML ↵Thomas Lenz2-2/+26
SecureRandomIdentifierGenerator in combination with JDK 8.121 and IAIK_JCE that cause in a java.lang.ArrayIndexOutOfBoundsException
2017-03-13update version of maven assembly moduleThomas Lenz1-1/+2
2017-03-13update build process to support current JDK versionThomas Lenz3-3/+3
2017-03-13switch to MOA-ID version 3.2.2Thomas Lenz1-5/+5
2017-03-13add release nodes for 3.2.2Thomas Lenz2-0/+711
2017-03-13fix possible DoS BugThomas Lenz1-3/+11
2017-03-13update Struts2 to prevent CVE-2017-5638 ↵Thomas Lenz1-1/+1
(https://cwiki.apache.org/confluence/display/WW/S2-045)
2017-03-13remove MOA-SPSS source code from MOA-ID repository. The MOA-SPSS source is ↵Thomas Lenz817-51643/+1
already moved to a new repository.
2017-03-13add iaik_ixsil dependency that is required for moa-id-lib jUnit testsThomas Lenz2-0/+9
2017-03-13update javadocThomas Lenz1-1/+1
2017-03-13fix possible NullPointerException in OA configuration if no MIS, SZR-GW, or ↵Thomas Lenz1-3/+3
ELGA mandate-service is configured
2017-03-13fix problem with iaik pki-module and worker threadsThomas Lenz1-2/+25
2017-03-13fix problem with selection of authentication process and eIDAS authenticationThomas Lenz1-2/+3
2017-03-13small change in VelocityProviderThomas Lenz1-13/+19
2017-03-13change version to next 3.2.2-snapshotThomas Lenz1-4/+4
2017-03-10fix possible DoS BugThomas Lenz1-3/+11
2017-03-09update some more libsThomas Lenz2-10/+10
- Hibernate to 5.2.8.Final - Spring to 4.3.7.Release - Apache CXF to 3.1.10 - Struts 2 to 2.5.10.1 (also fix CVE-2017-5638 (https://cwiki.apache.org/confluence/display/WW/S2-045), but is the latest major release) - Apache http client to 4.5.3 - Apache http core to 4.4.6 - SLF4j to 1.7.24 - commons.lang3 to 3.5 - jackson to 2.8.7
2017-03-09update Struts2 to prevent CVE-2017-5638 ↵Thomas Lenz1-1/+1
(https://cwiki.apache.org/confluence/display/WW/S2-045)
2017-03-09add check if local citizen-card environment is running to CCE selection templateThomas Lenz4-1/+71
2017-03-08update java-script lib for html templates to detect Firefox >= 52 that does ↵Thomas Lenz1-1/+17
not support Java-Applets any more
2017-03-08update hash algorithm for ECC signing keys to SHA256Thomas Lenz1-1/+1
2017-03-02remove MOA-SPSS source code from MOA-ID repository. The MOA-SPSS source is ↵Thomas Lenz817-51643/+1
already moved to a new repository.
2017-02-27add iaik_ixsil dependency that is required for moa-id-lib jUnit testsThomas Lenz2-0/+9
2017-02-23add some javadoc informationThomas Lenz1-5/+12
2017-02-23update eIDAS SP metadata, because SP needs persistent identifiers onlyThomas Lenz1-5/+12
2017-02-22Refector eIDAS attribute generation do a dynamic way similar to the PVP ↵Thomas Lenz16-183/+596
attribute builder concept The eIDAS attribute list in eIDAS metadata that contains currently supported attributes is also generated dynamical
2017-02-21add support of additional eIDAS attributes by using a simple configuration fileThomas Lenz4-27/+77
2017-02-21update javadocThomas Lenz1-1/+1
2017-02-14change log level of one log message to traceeIDAS_node_implementationThomas Lenz1-1/+1
2017-02-10Merge branch 'eIDAS_node_implementation' into development_previewThomas Lenz25-95/+377
2017-02-10update eIDAS specific revisionslog entriesThomas Lenz4-4/+19
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-07Merge branch 'eIDAS_node_implementation' into development_previewThomas Lenz5-13/+509
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-03Merge branch 'eIDAS_node_implementation' into development_previewThomas Lenz34-640/+354
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