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_pkcs12: add cryptography backend #234

Merged

Commits on May 18, 2021

  1. Began refactoring.

    felixfontein committed May 18, 2021
    Configuration menu
    Copy the full SHA
    53d2f00 View commit details
    Browse the repository at this point in the history
  2. Continue.

    felixfontein committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4c4d54f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290b526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52daf54 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Update plugins/modules/openssl_pkcs12.py

    Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
    felixfontein and Ajpantuso authored May 19, 2021
    Configuration menu
    Copy the full SHA
    15f177a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af1496 View commit details
    Browse the repository at this point in the history
  3. Reduce required pyOpenSSL version from 17.1.0 to 0.15.

    I have no idea why 17.1.0 was there (in the tests), and not something smaller.
    The module itself did not mention any version.
    felixfontein committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e019c80 View commit details
    Browse the repository at this point in the history
  4. Linting.

    felixfontein committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3dabfa4 View commit details
    Browse the repository at this point in the history
  5. Linting.

    felixfontein committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c98ae1f View commit details
    Browse the repository at this point in the history
  6. Increase compatibility by selecting pyopenssl backend when iter_size …

    …or maciter_size is used.
    felixfontein committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b9190dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea8a30d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9aadb3f View commit details
    Browse the repository at this point in the history
  9. Update plugins/modules/openssl_pkcs12.py

    Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
    felixfontein and Ajpantuso authored May 19, 2021
    Configuration menu
    Copy the full SHA
    454243e View commit details
    Browse the repository at this point in the history
  10. Update plugins/modules/openssl_pkcs12.py

    Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
    felixfontein and Ajpantuso authored May 19, 2021
    Configuration menu
    Copy the full SHA
    c88d709 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    044294f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Convert range to list.

    felixfontein committed May 20, 2021
    Configuration menu
    Copy the full SHA
    6a92548 View commit details
    Browse the repository at this point in the history