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

openssl_csr: fix bad tests, avoid accepting invalid crl_distribution_points records #560

Merged
merged 8 commits into from
Jan 2, 2023

Conversation

felixfontein
Copy link
Contributor

SUMMARY

Nightly CI breaks due to the stricter checks in pyca/cryptography#7710.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

openssl_csr
openssl_csr_pipe

Copy link
Contributor

@kristianheljas kristianheljas left a comment

Choose a reason for hiding this comment

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

Looks good!

felixfontein and others added 4 commits January 2, 2023 14:36
Copy link
Contributor

@kristianheljas kristianheljas left a comment

Choose a reason for hiding this comment

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

Thanks for the improvements @felixfontein, LGTM!

@felixfontein felixfontein merged commit ddfb18b into ansible-collections:main Jan 2, 2023
@patchback
Copy link

patchback bot commented Jan 2, 2023

Backport to stable-1: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-1/ddfb18b609b1aa11009cd16ae9faacab38d77562/pr-560

Backported as #561

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

@felixfontein felixfontein deleted the csr branch January 2, 2023 14:53
patchback bot pushed a commit that referenced this pull request Jan 2, 2023
…points records (#560)

* Improve error handling.

* Remove invalid tests.

* Add changelog fragment.

* Fix tests.

* Improve exception catching.

Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>

* Prevent empty full_name.

* Fix condition. Make sure errors are caught.

* Add more checks.

Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>
(cherry picked from commit ddfb18b)
@felixfontein
Copy link
Contributor Author

@kristianheljas thanks for reviewing this!

felixfontein added a commit that referenced this pull request Jan 2, 2023
…points records (#560) (#561)

* Improve error handling.

* Remove invalid tests.

* Add changelog fragment.

* Fix tests.

* Improve exception catching.

Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>

* Prevent empty full_name.

* Fix condition. Make sure errors are caught.

* Add more checks.

Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>
(cherry picked from commit ddfb18b)

Co-authored-by: Felix Fontein <felix@fontein.de>
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.

2 participants