Skip to content
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

Update ETSI TS 103 097 & 102 941 security specs #223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DeeJayBro
Copy link

Updates the security-related ASN definitions for TS 102 941 to v2.2.1 and TS 103 097 to v2.1.1.

As the IEEE definitions need some patching and with the introduction of IEEE1609.2.1 in TS 102 941 plus the resulting increase in the amount of files, these were outsourced to a cmake script which also takes care of the patching

Compiling to code needs an asn1c with the following pull request (mouse07410/asn1c#138), as newer ETSI ITS ASN.1 defs make great use of WITH SUCCESSORS

vanetza/asn1/fetch_ieee_asn1_files.cmake Outdated Show resolved Hide resolved
)
/**
* @brief This structure defines the format of a signed certificate request.")
string(REGEX REPLACE "ScopedCertificateRequest ::=.+signed certificate request." "${_valid_scoped_certificate_request}" _content "${_content}")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It becomes quite hard to see the actual patch this way. I prefer to have a patch file then. Is there a reason why a patch file is inappropriate here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the complexity only started to explode after beginning that script already so i didn't change it to a patch, but good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants