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

[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) #1142

Merged
merged 1 commit into from Apr 15, 2017

Conversation

Mariatta
Copy link
Member

  • Remove conditional on free of dps, since dps is now allocated for
    all versions of OpenSSL
  • Remove call to x509_check_ca since it was only used to cache
    the crldp field of the certificate
    CRL_DIST_POINTS_free is available in all supported versions of OpenSSL
    (recent 0.9.8+) and LibreSSL.
    (cherry picked from commit 2849cc3)

* Remove conditional on free of `dps`, since `dps` is now allocated for
all versions of OpenSSL
* Remove call to `x509_check_ca` since it was only used to cache
the `crldp` field of the certificate
CRL_DIST_POINTS_free is available in all supported versions of OpenSSL
(recent 0.9.8+) and LibreSSL.
(cherry picked from commit 2849cc3)
@Mariatta Mariatta merged commit 8e72013 into python:3.6 Apr 15, 2017
@Mariatta Mariatta deleted the backport-2849cc3-3.6 branch April 15, 2017 01:34
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

3 participants