Skip to content

Commit 51db305

Browse files
sanderkelogius-standaardenbeheerwiszePHaasnootTimvdLippe
authored
Release 20250515 (#13)
* PR trigger Also ref to Digikoppeling Architectuur * sync build.yml * sync build.yml * data-include-format * Update config.js * colofon postcode * Issue formulieren * Reusable publish workflow * gitdocumentatie (#3) * gitdocumentatie * new config * Update index.html --------- Co-authored-by: Alexander Green <[email protected]> * cleanup * sync wijzigingsformulier.yml * update * Update ch04_TLS .md * Update ch01_Inleiding.md * Add files via upload * Nieuwe refs * DK portaal als ref * Update ch05_Cipher suites voor TLS, signing en encryptie .md * Update ch05_Cipher suites voor TLS, signing en encryptie .md * Update ch05_Cipher suites voor TLS, signing en encryptie .md * Update ch05_Cipher suites voor TLS, signing en encryptie .md * Update ch04_TLS .md * Status `VV` * Status `CV` and date * Status VV * Nog geen vaste datum * Vaste datum 3DES "Niet Gebruiken" * 3DES zonder datum * DEF for diff * Update config.js * Update config.js * Beheer: update digikoppeling overzicht met linkjes (#10) Hiermee zijn de linkjes niet meer nodig en geupdate naar de nieuwe gitdocumentatie URL. Related to Logius-standaarden/Automatisering#21 * Beheer: Statische wv tbv diff * Versie 2.0.0 --------- Co-authored-by: Logius Standaardenbeheer <[email protected]> Co-authored-by: Edwin Wisse <[email protected]> Co-authored-by: PHaasnoot <[email protected]> Co-authored-by: Tim van der Lippe <[email protected]>
1 parent 780a5c2 commit 51db305

File tree

5 files changed

+34
-31
lines changed

5 files changed

+34
-31
lines changed

.github/workflows/build.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
name: Build and Check
2-
on:
3-
workflow_dispatch:
4-
pull_request:
5-
push:
6-
branches:
7-
- main
8-
jobs:
9-
build:
10-
name: Build
11-
uses: Logius-standaarden/Automatisering/.github/workflows/build.yml@main
12-
check:
13-
needs: build
14-
name: Check
15-
uses: Logius-standaarden/Automatisering/.github/workflows/check.yml@main
16-
publish:
17-
needs: build
18-
name: Publish (Logius)
19-
uses: Logius-standaarden/Automatisering/.github/workflows/publish.yml@main
20-
secrets: inherit
1+
name: Build and Check
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
- develop
9+
jobs:
10+
build:
11+
name: Build
12+
uses: Logius-standaarden/Automatisering/.github/workflows/build.yml@main
13+
check:
14+
needs: build
15+
name: Check
16+
uses: Logius-standaarden/Automatisering/.github/workflows/check.yml@main
17+
publish:
18+
needs: build
19+
name: Publish (Logius)
20+
uses: Logius-standaarden/Automatisering/.github/workflows/publish.yml@main
21+
secrets: inherit

ch04_TLS .md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# TLS
1+
# TLS (Transport Layer Security)
2+
3+
Transport Layer Security (TLS) is een protocol dat een veilige versleutelde verbinding legt tussen systemen waardoor gegevens vertrouwelijk en compleet wordt uitgewisseld. Binnen de context van Digikoppeling verplicht TLS het gebruik van wederzijde authenticatie van de betrokken partijen, zodat alleen geautoriseerde systemen kunnen communiceren met elkaar.
24

35
## Standaarden
46

ch05_Cipher suites voor TLS, signing en encryptie .md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Nr | Voorschrift | Toelichting |
66
| --- | --- | --- |
7-
| TLSCIPH001 | De gebruikte TLS cryptografische algoritmen moeten de NCSC classificatie ‘voldoende’ of ‘goed’ hebben. TLS cryptografische algoritmen met de NCSC classificatie ‘uit te faseren’ dienen zo spoedig mogelijk maar uiterlijk 01-01-2021 te worden uitgefaseerd. | Zie [[NCSC 2021]] |
7+
| TLSCIPH001 | De gebruikte TLS cryptografische algoritmen moeten de NCSC classificatie ‘voldoende’ of ‘goed’ hebben. TLS-cryptografische algoritmen die de NCSC-classificatie ‘uit te faseren’ hebben, zijn sinds 1 januari 2021 niet meer toegestaan. | Zie [[NCSC 2021]] |
88

99
## XML Signing
1010

@@ -39,5 +39,6 @@ In plaats daarvan is het dus wenselijk om gebruik te maken van een algoritme dat
3939
| --- | --- | --- |
4040
| ENC001 | Indien er gebruik wordt gemaakt van XML encryption op payload niveau dient de FIPS 197 standaard (AES) te worden gebruikt. | [[AES]] |
4141
| ENC002 | Encryptie conform XML versleuteling [[xmlenc-core]] is verplicht | [[xmlenc-core]] |
42-
| ENC003 | De ondersteunde data encryption (data versleuteling) algoritmen zijn: 3DES AES128 AES256 | [[xmlenc-core]] (Gebruik GCM mode indien beschikbaar anders CBC mode in combinatie met een signature) |
43-
| ENC004 | Het Key transport algorithm maakt gebruik van de RSA-OAEP algoritmen. | [[rfc5756]], [xmlenc-core], [[rfc5756]]|
42+
| ENC003 | De ondersteunde data encryption (data versleuteling) algoritmen zijn: _3DES(*)_ AES128 AES256 | [[xmlenc-core]] (Gebruik GCM mode indien beschikbaar anders CBC mode in combinatie met een signature) <BR><BR>(*) 3DES-encryptie verouderd: Niet gebruiken.<BR> 3DES-decryptie toegestaan voor legacy applicaties; |
43+
| ENC004 | Het Key transport algorithm maakt gebruik van de RSA-OAEP algoritmen. | [[rfc5756]], [[xmlenc-core]], [[rfc5756]]|
44+

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212
<script class="remove" src="js/config.js">
1313
</script>
14-
<script>
14+
<script class="remove">
1515
respecConfig = {...organisationConfig, ...respecConfig};
1616
</script>
1717
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" rel="shortcut icon" type="image/x-icon"/>
@@ -38,7 +38,7 @@
3838
</section>
3939
<section data-include="ch05_Cipher suites voor TLS, signing en encryptie .md" data-include-format="markdown">
4040
</section>
41-
<section id='conformance'>
41+
<section id="conformance">
4242
</section>
4343
<section id="tof">
4444
</section>

js/config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ var respecConfig = {
2020
}
2121
],
2222
github: "https://github.com/Logius-standaarden/Digikoppeling-Beveiligingsstandaarden-en-voorschriften",
23-
previousMaturity: "DEF",
24-
previousPublishDate: "2020-09-01",
25-
previousPublishVersion: "1.3",
23+
previousPublishDate: "2021-02-01",
24+
previousPublishVersion: "1.4.1",
2625
pubDomain: "dk",
27-
publishDate: "2021-02-01",
28-
publishVersion: "1.4.1",
26+
publishDate: "2025-05-15",
27+
publishVersion: "2.0.0",
2928
shortName: "beveilig",
3029
specStatus: "DEF",
3130
specType: "ST"

0 commit comments

Comments
 (0)