From cd5cef47db73c85cbb2defdec3b283655fdc859b Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 5 Jun 2018 10:46:41 +0200 Subject: update SL20 implementation --- id/server/modules/moa-id-module-sl20_authentication/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'id/server/modules/moa-id-module-sl20_authentication/pom.xml') diff --git a/id/server/modules/moa-id-module-sl20_authentication/pom.xml b/id/server/modules/moa-id-module-sl20_authentication/pom.xml index d08e0f0ec..5b682538c 100644 --- a/id/server/modules/moa-id-module-sl20_authentication/pom.xml +++ b/id/server/modules/moa-id-module-sl20_authentication/pom.xml @@ -58,6 +58,11 @@ + + org.springframework + spring-test + test + junit junit -- cgit v1.2.3 From 7aded182c8ee6538c9b2fc55e1b73ada926ba6f6 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 10:29:39 +0200 Subject: add logging add validation of decryption-key --- id/server/modules/moa-id-module-sl20_authentication/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'id/server/modules/moa-id-module-sl20_authentication/pom.xml') diff --git a/id/server/modules/moa-id-module-sl20_authentication/pom.xml b/id/server/modules/moa-id-module-sl20_authentication/pom.xml index 5b682538c..74aa6682b 100644 --- a/id/server/modules/moa-id-module-sl20_authentication/pom.xml +++ b/id/server/modules/moa-id-module-sl20_authentication/pom.xml @@ -57,6 +57,13 @@ 0.6.3 + + org.bouncycastle + bcprov-jdk15on + 1.52 + + + org.springframework -- cgit v1.2.3