Skip to content

noCertificateRevocation option binding#748

Merged
sbSteveK merged 6 commits into
mainfrom
disable-revocation
Jun 16, 2026
Merged

noCertificateRevocation option binding#748
sbSteveK merged 6 commits into
mainfrom
disable-revocation

Conversation

@sbSteveK

@sbSteveK sbSteveK commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bind the tls option to disable certificate revocation checks.

update setup.py to check for MSVS 2026 in the new directory format MS is using. i.e. version number 18 instead of year 2026

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sbSteveK sbSteveK changed the title Option to disable revocation check no_certificate_revocation option binding Jun 15, 2026
@sbSteveK sbSteveK changed the title no_certificate_revocation option binding noCertificateRevocation option binding Jun 15, 2026
Comment thread setup.py
# An alternative would be to utilize private python calls:
# (distutils._msvccompiler._find_vc2017() and _find_vc2015()).
if '\\Microsoft Visual Studio\\2022' in compiler.cc:
if '\\Microsoft Visual Studio\\18' in compiler.cc:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice

@sbSteveK sbSteveK merged commit 4a456f3 into main Jun 16, 2026
144 of 146 checks passed
@sbSteveK sbSteveK deleted the disable-revocation branch June 16, 2026 17:04
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