Commit 9fc9ae8
authored
feat(registry): add HPKE (RFC 9180) to Cryptography Registry (#766)
As discussed in ticket #765, this PR adds HPKE (RFC 9180) to the
Cryptography Registry.
Fixes #765
Details
- Adds the HPKE algorithm family with pattern
`HPKE[-{mode}]-{kem}-{kdf}-{aead}` (primitive: `pke`).
- Adds RFC 9180 as the authoritative reference.
- Updates the registry schema enum to allow `HPKE`.
Scope
- Registry-only (`schema/cryptography-defs.json`) plus corresponding
registry schema update (`schema/cryptography-defs.schema.json`).
- No CycloneDX specification behavior changes.1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
126 | 141 | | |
127 | 142 | | |
128 | 143 | | |
| |||
0 commit comments