From 7d9906432263c37bbea44d74d15e9eaea19e310d Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Thu, 17 Dec 2020 16:03:07 +0100 Subject: [OOM-CERT-SERVICE] Align implementation with RFC4210 - change MAC algorithm - limit iterations to random value from 1000-2000 range - correct caName validation to allow URL safe characters Issue-ID: OOM-2656 (cherry picked from commit ee8b5cb717a4b7e37ef84e3e585be832d7d1794b) Change-Id: I031382d208caa5eb659bb51f9d165344ca2e83b9 Signed-off-by: Piotr Marcinkiewicz --- certServicePostProcessor/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certServicePostProcessor') diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index 947d0666..484531e9 100644 --- a/certServicePostProcessor/pom.xml +++ b/certServicePostProcessor/pom.xml @@ -5,12 +5,12 @@ oom-certservice org.onap.oom.platform.cert-service - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT 4.0.0 oom-certservice-post-processor - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT oom-certservice-post-processor An application which conducts certificate post-processing like: merging truststores, copying keystores. jar -- cgit 1.2.3-korg