Commit 82fcb78
authored
feat(registry): add OPAQUE (RFC 9807) (#796)
## Summary
Add OPAQUE-3DH to `schema/cryptography-defs.json` based on RFC 9807.
## References
- Issue: #795
- Spec: RFC 9807 https://doi.org/10.17487/RFC9807
Note: RFC 9380 (Hashing to Elliptic Curves) is referenced by OPAQUE as a
building block, but RFC 9807 is the protocol specification.
## Change
Insert `family: OPAQUE` alphabetically between `MQV` and `MILENAGE`.
## Validation
- `python3 -m json.tool schema/cryptography-defs.json` (JSON OK)2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1028 | 1028 | | |
1029 | 1029 | | |
1030 | 1030 | | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
1031 | 1046 | | |
1032 | 1047 | | |
1033 | 1048 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
0 commit comments