aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Lenz2-1/+6
2017-07-27update logging behavior of eIDAS metadata provider implementationThomas Lenz1-5/+22
2017-07-26fix some bugs in combination with eIDAS saml-engine 1.3Thomas Lenz4-5/+7
2017-07-26fix bug in PVP metadata generator that prohibits SHA256 hash algorithms in ↵Thomas Lenz1-2/+5
combination with eIDAS saml-engine
2017-07-26switch to eIDAS SAML-engine 1.3.0-finalThomas Lenz2-5/+6
2017-07-26refactor MOA metadataprovider to load metadata from file systemThomas Lenz10-9/+130
2017-07-26update MOA-Sig to 3.1.0Thomas Lenz23-25/+52
update IAIK_JCE to 5.5-RC1 to solve problem with Java JDK 8.141
2017-07-25workAround to solve problem with IAIK-JCE and SSL algorithm parameter validationThomas Lenz2-0/+42
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-17refactor MOA eIDAS metadata providerThomas Lenz2-101/+22
2017-07-17update MOA SAML2 metadata provider to support metadata located on file systemThomas Lenz5-139/+244
2017-07-13update DummyAuthentication module to support more than one SPThomas Lenz1-4/+27
2017-07-12add new demo module for dummy authenticationThomas Lenz12-3/+381
2017-07-12set UniqueOAIdentifier on process-management contextThomas Lenz1-0/+4
2017-06-07first untested implementation that based on the snapshot version 1.3.0 of ↵Thomas Lenz18-749/+1623
eIDAS SAML-engine
2017-06-06fix bug with empty OpenIDConnect scope parameterThomas Lenz1-16/+18
2017-05-03Log full MOA-SP signature-verification request into MOA-ID log if LogLevel ↵Thomas Lenz1-2/+3
is trace
2017-03-28Merge branch 'eIDAS_node_implementation' of ↵Thomas Lenz1-0/+7
gitlab.iaik.tugraz.at:egiz/moa-idspss into eIDAS_node_implementation
2017-03-28update MOA eIDAS-Engine to reload eIDAS metadata if request or response ↵Thomas Lenz6-26/+160
validation are not success at first check. This update makes a key role-over easier for signing and encryption.
2017-03-28fix problem in javascript lib that is used for BKU selectionThomas Lenz2-6/+26
2017-03-19add info for a bugfix that can not be solved at the momentThomas Lenz1-0/+7
2017-03-16update default BKU selection templates to remove OnlineBKUThomas Lenz8-59/+268
2017-03-16Merge branch 'Branch_MOA-ID-3.2.1' into eIDAS_node_implementationThomas Lenz2-2/+3
# Conflicts: # id/server/moa-id-commons/pom.xml # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/IeIDASAttribute.java # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/eIDASAttrDateOfBirth.java # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/eIDASAttrLegalName.java # id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/attributes/builder/eIDASAttrLegalPersonIdentifier.java # pom.xml
2017-03-16update history informationThomas Lenz1-1/+3
2017-03-16limit length of some logged identifier to max length of 254 charactersThomas Lenz1-9/+18
2017-03-16make nextByteRandom synchronized to additionally prevent problems with ↵Thomas Lenz1-1/+1
IAIK_JCE and Java JDK => 8u111
2017-03-16Fix bug in statistic logger that broke the authentication process on some ↵Thomas Lenz1-5/+22
protocols if database persist operation failes
2017-03-16update history informationThomas Lenz1-1/+3
2017-03-16limit length of some logged identifier to max length of 254 charactersThomas Lenz1-9/+18
2017-03-16add release nodes for 3.2.2Thomas Lenz2-0/+711
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