aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27add PVP attribute for eIDAS QAA levelThomas Lenz5-2/+63
2017-11-27add some more escaptionsThomas Lenz9-43/+131
2017-11-27fix nullpointer in MandateNaturalPersonBPKAttributeBuilder.javaThomas Lenz1-7/+13
2017-11-27add escaping on some placesThomas Lenz2-3/+4
2017-11-27add String escaping on same methodsThomas Lenz8-521/+10
2017-11-20add new constantsThomas Lenz1-4/+95
2017-11-13solve logging problem to lose log messages in some special casesThomas Lenz1-3/+3
2017-11-13add error message escaptionThomas Lenz1-1/+1
2017-11-13fix some open CrossSiteScripting pathsThomas Lenz1-1/+2
2017-10-19optimize logging in eIDAS moduleThomas Lenz5-6/+6
2017-10-19add new eIDAS representative attributes from eIDAS spec. 1.2Thomas Lenz2-52/+83
2017-10-19fix bug in eIDAS response encryption configurationThomas Lenz2-2/+19
2017-10-18some small refactoring in RedirectServletThomas Lenz1-1/+17
2017-10-13enforce eiDAS legal-person MDS if citizen uses mandates and no legal-person ↵Thomas Lenz2-0/+2
attributes are requested
2017-10-13switch log levels to infoThomas Lenz9-15/+15
2017-10-13fix bug in MandateNaturalPersonBPKAttributeBuilder.java that sets attribute ↵Thomas Lenz2-1/+23
values which are not conform with PVP2 AttributeProfile
2017-10-13enable mandates for eIDAS nodesThomas Lenz20-468/+597
2017-10-11fix wrong eIDAS bPK calculationThomas Lenz1-1/+1
2017-10-10update error handlingThomas Lenz1-0/+1
2017-10-10update MOAIDTrustManager to implement a better error handling for ↵Thomas Lenz1-0/+1
acceptedServerCertificates
2017-10-05fix OpenSAML problem that facilitates unsigned AuthnRequests when using http ↵Thomas Lenz2-4/+53
redirect binding
2017-10-04enable mandates for eIDAS service providerThomas Lenz1-3/+8
2017-10-03add functionality to put additional parameters on executioncontextThomas Lenz1-5/+27
2017-10-03update template builder to support OA specific BKU detection templatesThomas Lenz2-2/+57
2017-10-03remove mobileBKU and add an additional third BKUThomas Lenz3-23/+23
2017-09-22update eIDAS attribute builder for legalPersonIdentifierThomas Lenz2-33/+43
2017-09-20make SAML2 http POST-Binding template and mandate-service selection-template ↵Thomas Lenz20-544/+220
configurable for every online application
2017-09-19update TransactionUtis for MDC logging and add unique OA identifier as ↵Thomas Lenz8-34/+91
additional MDC variable
2017-09-06update StatisticLogger to handle unknown BKUTypesThomas Lenz1-2/+8
2017-08-28update IAIK libsThomas Lenz1-2/+2
2017-08-28catch possible NullPointerExceptionThomas Lenz1-0/+6
2017-07-27add eIDAS to StatisticLogger.javaThomas Lenz1-1/+5
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-26refactor MOA metadataprovider to load metadata from file systemThomas Lenz5-7/+52
2017-07-25workAround to solve problem with IAIK-JCE and SSL algorithm parameter validationThomas Lenz1-0/+22
2017-07-17update MOA SAML2 metadata provider to support metadata located on file systemThomas Lenz2-79/+182
2017-07-12set UniqueOAIdentifier on process-management contextThomas Lenz1-0/+4
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-15Fix bug in statistic logger that broke the authentication process on some ↵Thomas Lenz1-5/+22
protocols if database persist operation failes
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-08update hash algorithm for ECC signing keys to SHA256Thomas Lenz1-1/+1
2017-02-22Refector eIDAS attribute generation do a dynamic way similar to the PVP ↵Thomas Lenz1-0/+7
attribute builder concept The eIDAS attribute list in eIDAS metadata that contains currently supported attributes is also generated dynamical
2017-02-09add additional validation steps in eIDAS message processingThomas Lenz4-12/+17
2017-02-09fix bug in bPK builder for eIDAS targetsThomas Lenz1-1/+1
2017-02-08update eIDAS assertion generation to generate an error message if attribute ↵Thomas Lenz2-0/+2
that is marked as required is not available
2017-02-08update eIDAS node configuration to allow more then on configuration for the ↵Thomas Lenz1-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-02-01fix problem with eIDAS response ContentType encodingThomas Lenz4-523/+5
2017-01-30enable encrypt of eIDAS assertion as defaultThomas Lenz1-1/+10
2017-01-27allow EntitiesDescriptor elements in eIDAS metadata.Thomas Lenz1-52/+62