Skip to content

Commit

Permalink
Add EncryptionMethod elements with AES128-CBC algorithm to production
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alex Stuart committed Feb 2, 2021
1 parent d1eeb8b commit 7e763ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 5 additions & 10 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<DigestMethod>` or `<SigningMethod>` element.

* The `export-preview` aggregate adds `<EncryptionMethod>` elements with AES128-CBC
to SPs that have no block encryption methods listed

## Production Maturity Pipeline

The production maturity pipeline consists of:
Expand Down Expand Up @@ -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 `<UKFederationMember>` label (`ukf-meta#34`).

Expand All @@ -73,9 +70,6 @@ Status (2020-09-10):
* The `test` aggregate declares the `alg` namespace on the document element,
rather than on each `<DigestMethod>` or `<SigningMethod>` element.

* The `test` aggregate adds `<EncryptionMethod>` elements with AES128-CBC
to SPs that have no block encryption methods listed

### `cds-all` Aggregate vs. Production Aggregate

Status (2017-12-05):
Expand All @@ -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 `<EncryptionMethod>` elements with AES128-CBC
to SPs that have no block encryption methods listed
6 changes: 6 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@
<ref bean="assembleAggregate"/>
<bean parent="mda.SetCacheDurationStage"
p:cacheDuration="${cacheDuration.aggregate.duration}"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="uk_finaliseProduction"/>
<ref bean="uk_normaliseNamespaces"/>

Expand Down Expand Up @@ -828,6 +831,9 @@
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEntityScopes"/>
<ref bean="stripEmptyExtensions"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="uk_finaliseExport"/>

<bean id="uk_normaliseExport" parent="mda.XSLTransformationStage"
Expand Down

0 comments on commit 7e763ea

Please sign in to comment.