From 6f8810014db80aa8fd36907ae926c77b8c7c400b Mon Sep 17 00:00:00 2001 From: gregor Date: Thu, 14 Dec 2006 17:43:21 +0000 Subject: =?UTF-8?q?Stelle=20markiert,=20an=20die=20der=20Fix=20f=C3=BCr=20?= =?UTF-8?q?Bug=20322=20einzuf=C3=BCgen=20ist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@747 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java b/id.server/src/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java index 6131a1790..218e26233 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java @@ -87,6 +87,12 @@ public class VerifyXMLSignatureResponseValidator { if (verifyXMLSignatureResponse.getXmlDSIGManifestCheckCode() != 0) throw new ValidateException("validator.08", null); } + + + // TODO See Bug #322 + // Check result of SignatureManifestCheck + + //Check whether the returned X509 SubjectName is in the MOA-ID configuration or not if (identityLinkSignersSubjectDNNames != null) { String subjectDN = ""; -- cgit v1.2.3