[Python-checkins] [python/cpython] b87c0d: Simplify X.509 extension handling code (#1855)

GitHub noreply at github.com
Tue Jun 6 07:53:13 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: b87c0dfe902009e926edfb4ea5c7b26dcbdca2fe
      https://github.com/python/cpython/commit/b87c0dfe902009e926edfb4ea5c7b26dcbdca2fe
  Author: Alex Gaynor <alex.gaynor at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M Modules/_ssl.c

  Log Message:
  -----------
  Simplify X.509 extension handling code (#1855)

* Simplify X.509 extension handling code

The previous implementation had grown organically over time, as OpenSSL's API evolved.

* Delete even more code




More information about the Python-checkins mailing list