From 7e763eab2f05d6e1960fddec314243ff8c65aecf Mon Sep 17 00:00:00 2001 From: Alex Stuart Date: Tue, 2 Feb 2021 08:31:38 +0000 Subject: [PATCH] Add EncryptionMethod elements with AES128-CBC algorithm to production Add AES128-CBC to SPs that have no block encryption algorithms. Phase 2: add to production and export aggregates See ukf/ukf-meta#243 for details --- mdx/uk/README.md | 15 +++++---------- mdx/uk/generate.xml | 6 ++++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/mdx/uk/README.md b/mdx/uk/README.md index f67cbbb1..5ca3a51a 100644 --- a/mdx/uk/README.md +++ b/mdx/uk/README.md @@ -28,14 +28,11 @@ before being included in the `export` version consumed by interfederation partne ### Export Preview Aggregate vs. Export Aggregate -Status (2020-09-10): +Status (2021-02-02): * The `export-preview` aggregate declares the `alg` namespace on the document element, rather than on each `` or `` element. -* The `export-preview` aggregate adds `` elements with AES128-CBC - to SPs that have no block encryption methods listed - ## Production Maturity Pipeline The production maturity pipeline consists of: @@ -63,7 +60,7 @@ when it appeared in the fallback aggregate, which would be too late to take corr ### Test Aggregate vs. Production Aggregate -Status (2020-09-10): +Status (2021-02-02): * The `test` aggregate does not include the `` label (`ukf-meta#34`). @@ -73,9 +70,6 @@ Status (2020-09-10): * The `test` aggregate declares the `alg` namespace on the document element, rather than on each `` or `` element. -* The `test` aggregate adds `` elements with AES128-CBC - to SPs that have no block encryption methods listed - ### `cds-all` Aggregate vs. Production Aggregate Status (2017-12-05): @@ -86,6 +80,7 @@ Status (2017-12-05): ### Fallback Aggregate vs. Production Aggregate -Status (2020-09-01): +Status (2021-02-02): -* These aggregates are currently identical. +* The `production` aggregate adds `` elements with AES128-CBC + to SPs that have no block encryption methods listed diff --git a/mdx/uk/generate.xml b/mdx/uk/generate.xml index 75b72cd1..8c63d02b 100644 --- a/mdx/uk/generate.xml +++ b/mdx/uk/generate.xml @@ -311,6 +311,9 @@ + + + @@ -828,6 +831,9 @@ p:cacheDuration="${cacheDuration.aggregate.duration}"/> + + +