Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | fix nullpointer in MandateNaturalPersonBPKAttributeBuilder.java | Thomas Lenz | 1 | -7/+13 |
2017-11-27 | add escaping on some places | Thomas Lenz | 2 | -3/+4 |
2017-11-27 | add String escaping on same methods | Thomas Lenz | 8 | -521/+10 |
2017-11-20 | add new constants | Thomas Lenz | 1 | -4/+95 |
2017-11-13 | solve logging problem to lose log messages in some special cases | Thomas Lenz | 1 | -3/+3 |
2017-11-13 | add error message escaption | Thomas Lenz | 1 | -1/+1 |
2017-11-13 | fix some open CrossSiteScripting paths | Thomas Lenz | 1 | -1/+2 |
2017-10-19 | optimize logging in eIDAS module | Thomas Lenz | 5 | -6/+6 |
2017-10-19 | add new eIDAS representative attributes from eIDAS spec. 1.2 | Thomas Lenz | 2 | -52/+83 |
2017-10-19 | fix bug in eIDAS response encryption configuration | Thomas Lenz | 2 | -2/+19 |
2017-10-18 | some small refactoring in RedirectServlet | Thomas Lenz | 1 | -1/+17 |
2017-10-13 | enforce eiDAS legal-person MDS if citizen uses mandates and no legal-person a... | Thomas Lenz | 2 | -0/+2 |
2017-10-13 | switch log levels to info | Thomas Lenz | 9 | -15/+15 |
2017-10-13 | fix bug in MandateNaturalPersonBPKAttributeBuilder.java that sets attribute v... | Thomas Lenz | 2 | -1/+23 |
2017-10-13 | enable mandates for eIDAS nodes | Thomas Lenz | 20 | -468/+597 |
2017-10-11 | fix wrong eIDAS bPK calculation | Thomas Lenz | 1 | -1/+1 |
2017-10-10 | update error handling | Thomas Lenz | 1 | -0/+1 |
2017-10-10 | update MOAIDTrustManager to implement a better error handling for acceptedSer... | Thomas Lenz | 1 | -0/+1 |
2017-10-05 | fix OpenSAML problem that facilitates unsigned AuthnRequests when using http ... | Thomas Lenz | 2 | -4/+53 |
2017-10-04 | enable mandates for eIDAS service provider | Thomas Lenz | 1 | -3/+8 |
2017-10-03 | add functionality to put additional parameters on executioncontext | Thomas Lenz | 1 | -5/+27 |
2017-10-03 | update template builder to support OA specific BKU detection templates | Thomas Lenz | 2 | -2/+57 |
2017-10-03 | remove mobileBKU and add an additional third BKU | Thomas Lenz | 3 | -23/+23 |
2017-09-22 | update eIDAS attribute builder for legalPersonIdentifier | Thomas Lenz | 2 | -33/+43 |
2017-09-20 | make SAML2 http POST-Binding template and mandate-service selection-template ... | Thomas Lenz | 20 | -544/+220 |
2017-09-19 | update TransactionUtis for MDC logging and add unique OA identifier as additi... | Thomas Lenz | 8 | -34/+91 |
2017-09-06 | update StatisticLogger to handle unknown BKUTypes | Thomas Lenz | 1 | -2/+8 |
2017-08-28 | update IAIK libs | Thomas Lenz | 1 | -2/+2 |
2017-08-28 | catch possible NullPointerException | Thomas Lenz | 1 | -0/+6 |
2017-07-27 | add eIDAS to StatisticLogger.java | Thomas Lenz | 1 | -1/+5 |
2017-07-26 | fix bug in PVP metadata generator that prohibits SHA256 hash algorithms in co... | Thomas Lenz | 1 | -2/+5 |
2017-07-26 | refactor MOA metadataprovider to load metadata from file system | Thomas Lenz | 5 | -7/+52 |
2017-07-25 | workAround to solve problem with IAIK-JCE and SSL algorithm parameter validation | Thomas Lenz | 1 | -0/+22 |
2017-07-17 | update MOA SAML2 metadata provider to support metadata located on file system | Thomas Lenz | 2 | -79/+182 |
2017-07-12 | set UniqueOAIdentifier on process-management context | Thomas Lenz | 1 | -0/+4 |
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 IAIK_J... | Thomas Lenz | 1 | -1/+1 |
2017-03-15 | Fix bug in statistic logger that broke the authentication process on some pro... | Thomas Lenz | 1 | -5/+22 |
2017-03-14 | workaround to fix possible problem with OpenSAML SecureRandomIdentifierGenera... | Thomas Lenz | 2 | -2/+26 |
2017-03-08 | update hash algorithm for ECC signing keys to SHA256 | Thomas Lenz | 1 | -1/+1 |
2017-02-22 | Refector eIDAS attribute generation do a dynamic way similar to the PVP attri... | Thomas Lenz | 1 | -0/+7 |
2017-02-09 | add additional validation steps in eIDAS message processing | Thomas Lenz | 4 | -12/+17 |
2017-02-09 | fix bug in bPK builder for eIDAS targets | Thomas Lenz | 1 | -1/+1 |
2017-02-08 | update eIDAS assertion generation to generate an error message if attribute t... | Thomas Lenz | 2 | -0/+2 |
2017-02-08 | update eIDAS node configuration to allow more then on configuration for the s... | Thomas Lenz | 1 | -2/+2 |
2017-02-01 | fix problem with eIDAS response ContentType encoding | Thomas Lenz | 4 | -523/+5 |
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 |