Allow using additional untrusted certificates for chain building in X509StoreContext by orosam · Pull Request #948 · pyca/pyopenssl (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation1 Commits1 Checks0 Files changed

Conversation

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

[ Show hidden characters]({{ revealButtonHref }})

orosam

The additional certificates provided in the new chain parameter will be
untrusted but may be used to build the chain.

This makes it easier to validate a certificate against a store which
contains only root ca certificates, and the intermediates come from e.g.
the same untrusted source as the certificate to be verified.

This PR is based on the work done by @akgood for PR #473.

…509StoreContext

The additional certificates provided in the new chain parameter will be untrusted but may be used to build the chain.

This makes it easier to validate a certificate against a store which contains only root ca certificates, and the intermediates come from e.g. the same untrusted source as the certificate to be verified.

reaperhulk

@orosam

Thanks for the quick merge!

@orosam orosam deleted the x509-store-context-untrusted-chain branch

October 13, 2020 08:45

netbsd-srcmastr referenced this pull request in NetBSD/pkgsrc

Dec 19, 2020

@iamleot

Changes: 20.0.1 (2020-12-15)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

20.0.0 (2020-11-27)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

@github-actions github-actions bot locked as resolved and limited conversation to collaborators

Jan 12, 2021

2 participants

@orosam @reaperhulk