[Python-checkins] [python/cpython] 07244a: bpo-9146: Raise a ValueError if OpenSSL fails to i...

GitHub noreply at github.com
Wed May 24 03:04:39 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 07244a83014fad42da937c17d98474b47a570bf7
      https://github.com/python/cpython/commit/07244a83014fad42da937c17d98474b47a570bf7
  Author: Gregory P. Smith <greg at krypto.org>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M Modules/_hashopenssl.c

  Log Message:
  -----------
  bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)

This helps people in weird FIPS mode environments where common things
like MD5 are not available in the binary as a matter of policy.




More information about the Python-checkins mailing list