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

Remove m2crypto #23348

Merged
merged 7 commits into from
May 5, 2015
Merged

Remove m2crypto #23348

merged 7 commits into from
May 5, 2015

Commits on May 4, 2015

  1. Initial pass at removing M2Crypto

    - RSA key generation and import/export using PyCrypto
    - PKCS1 v1.5 signature generation and verification using PyCrypto
    - SHA1 using PyCrypto
    - RSA ANSI X9.31 signature generation & verification using OpenSSL
      libcrypto via ctypes
    
    Still needed:
    
    - rework salt/modules/x509.py
    - test :)
    msteed committed May 4, 2015
    Configuration menu
    Copy the full SHA
    21b52fa View commit details
    Browse the repository at this point in the history
  2. add unit tests and fix a bug

    msteed committed May 4, 2015
    Configuration menu
    Copy the full SHA
    82c67f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e7719 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    493388a View commit details
    Browse the repository at this point in the history
  2. lint

    msteed committed May 5, 2015
    Configuration menu
    Copy the full SHA
    eb0bb52 View commit details
    Browse the repository at this point in the history
  3. lint

    msteed committed May 5, 2015
    Configuration menu
    Copy the full SHA
    2947e45 View commit details
    Browse the repository at this point in the history
  4. egad, lint

    msteed committed May 5, 2015
    Configuration menu
    Copy the full SHA
    c7ad84c View commit details
    Browse the repository at this point in the history