-
-
Notifications
You must be signed in to change notification settings - Fork 79
[WIP ] v1.7 - Cryptography WG #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP ] v1.7 - Cryptography WG #615
Conversation
…teFileExtensions, fix relatedCryptographicAssets, add reason for certificate lifecycle Signed-off-by: Nicklas Körtge <nicklas.koertge1@ibm.com>
| "value": { | ||
| "type": "string", | ||
| "title": "Value", | ||
| "description": "The description of the custom certificate extension." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "description": "The description of the custom certificate extension." | |
| "description": "The value of the custom certificate extension." |
Signed-off-by: Steve Springett <steve@springett.us>
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
Extending the ikev2TransformTypes property
This reverts commit 02d4ff0.
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
Ikev2 transform types extension (2)
- Adds a few more algorithm - Converts urls to standards to doi links, where available. - Checks if urls work Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
- Adds a few more algorithm - Converts urls to standards to doi links, where available. - Checks if urls work ---- TODO / progress - [x] JSON schema - [ ] XML schema - [ ] ProtoBugf schema <!-- Thank you for taking the time to develop and contribute a core enhancement or fix for a defect! We kindly request that you create pull requests only for things that have been discussed in a ticket first; exceptions may be made for spelling or grammar fixes. Read more about the process here: https://cyclonedx.org/participate/standardization-process/#working-model Please have the related ticket/issue ID ready. If there is none, feel free to create a new ticket: https://github.com/CycloneDX/specification/issues/new/choose --> <!-- Please provide a brief description of what this pull request intends to do and which ticket it fixes/closes. Example: > As discussed in ticket CycloneDX#485, this PR adds Streebog to the hash algorithm enum. > > fixes CycloneDX#485 In case this is for a spelling or grammar improvement, please provide a brief description. Example: > Fixe typo: color(AE) -> colour(BE) -->
IKE transform types: Only one algorithm per parameter
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
- Changes schma for crypto-defs to allow different variant patterns corresponding to different primitives - Adds "key-wrap" as a new primitive Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
- Extends cryptography-defs.json list with algorithms from PKCS11 - Changes schma for crypto-defs to allow different variant patterns corresponding to different primitives - Adds "key-wrap" as a new primitive
|
Were these proposed changes abandoned @n1ckl0sk0rtge? This looked like a major improvement from v1.6, especially in the certificate modeling. |
|
Hmm, the new branch seems to not include the I think the inclusion of these fields is a major improvement over v1.6 and should certainly be included in v1.7. |
|
@JoeyLupo, you are right! Thanks for pointing out! I will double check for other properties, and will add the |
2024-10-17
TODO/DONE