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 Limbo test suite and fix relevant bugs #4406

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

randombit
Copy link
Owner

We did not reject an empty EKU extension, when this is invalid.

We did not check subject alternative name DNS entries at all

@randombit randombit requested a review from reneme October 24, 2024 10:49
@coveralls
Copy link

Coverage Status

coverage: 91.131% (-0.009%) from 91.14%
when pulling df1e50f on jack/update-limbo
into b09c72b on master.

@randombit
Copy link
Owner Author

Neither of these seem critical so I'm pushing this to 3.7.0 milestone.

@randombit randombit added this to the Botan 3.7.0 milestone Oct 24, 2024
Copy link
Collaborator

@reneme reneme left a comment

Choose a reason for hiding this comment

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

Just some nits

src/lib/x509/alt_name.cpp Outdated Show resolved Hide resolved
src/lib/x509/alt_name.cpp Outdated Show resolved Hide resolved
src/lib/x509/alt_name.cpp Show resolved Hide resolved
@@ -156,7 +156,7 @@ if type -p "apt-get"; then

elif [ "$TARGET" = "limbo" ]; then
sudo apt-get -qq install python3-dateutil
wget -nv https://raw.githubusercontent.com/C2SP/x509-limbo/bd88042508ccfde351b2fee293aebda8971fbebb/limbo.json -O "${SCRIPT_LOCATION}/../../../limbo.json"
wget -nv https://raw.githubusercontent.com/C2SP/x509-limbo/f98aa03f45d108ae4e1bc5a61ec4bd0b8d137559/limbo.json -O "${SCRIPT_LOCATION}/../../../limbo.json"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Perhaps this could live in a future central repo config (see #4390)

We did not reject an empty EKU extension, when this is invalid.

We did not check subject alternative name DNS entries at all

Co-authored-by: René Meusel <[email protected]>
@randombit randombit merged commit dc326ed into master Oct 29, 2024
38 checks passed
@randombit randombit deleted the jack/update-limbo branch October 29, 2024 01:05
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.

3 participants