duo_universal_python icon indicating copy to clipboard operation
duo_universal_python copied to clipboard

Remove pyOpenSSL dependency

Open gcoxmoz opened this issue 1 year ago • 0 comments

Description

The pyOpenSSL module in duo_universal_python does not appear to be referenced.

Motivation and Context

This change seeks to remove an unused module to reduce dependencies / attack surface.

How Has This Been Tested?

Skimmed the code looking for why it's needed, found nothing. Ran the test suite, it continued to pass.

Types of Changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [x] None of the above?

gcoxmoz avatar Sep 04 '24 07:09 gcoxmoz