session mbedtls, openssl UPDATE enforce EKU and KU set by client#618
Closed
niklas-moser wants to merge 1 commit into
Closed
session mbedtls, openssl UPDATE enforce EKU and KU set by client#618niklas-moser wants to merge 1 commit into
niklas-moser wants to merge 1 commit into
Conversation
Member
|
We are implementing only the base YANG and NETCONF specification and that must be the default behavior. Supporting this O-RAN specification is fine but it must be optional so please adjust it. Whether you make it compile-dependent or add a full YANG option for TLS sessions is up to you but the latter would be preferred (much more difficult, though). Also, please target the |
…Key Usage (KU) set by client, optional through compile-time flag Signed-off-by: Niklas Moser <niklas.moser@srs.io>
4cce4ee to
bffe16c
Compare
Author
|
Thank you! I opted for the compile-time flag for now. I will close the PR here and open it again with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
O-RAN Work Group 11 (Security Work Group) defines in Test Specification 6.9.3 the following test case:
Here, O-RAN is stricter then RFC 5280, section 4.2.1.12, which does not require the KU or EKU extensions to be set.
This PR adds the enforcement of these extensions to be set by the client (for the mbedtls and openssl implementation), thus aligning with the O-RAN specification.
Let me know what you think!
Thank you
Niklas