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

closes bpo-38402: Check error of primitive crypt/crypt_r. #16599

Merged
merged 3 commits into from
Oct 8, 2019

Commits on Oct 5, 2019

  1. crypt: Check error of primitive crypt/crypt_r

    Checks also for encryption algorithms methods not supported in different
    OSs.
    
    Fixes partially: https://bugs.python.org/issue36161
    
    Signed-off-by: Antonio Gutierrez <[email protected]>
    chibby0ne committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    9243e51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19466f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    3a657bf View commit details
    Browse the repository at this point in the history