Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Using SSLyze as a Python library instead of shelling out #151

Merged
merged 20 commits into from
Nov 5, 2017

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    7d2f49b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea4f91 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    edd2ba2 View commit details
    Browse the repository at this point in the history
  2. remove timeout for now

    konklone committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    6cc8b81 View commit details
    Browse the repository at this point in the history
  3. fix flake8 errors

    konklone committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    e9b599d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. add serial mode for sslyze

    konklone committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    9849380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14dc67e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    faa8502 View commit details
    Browse the repository at this point in the history
  2. fix flake8 errors

    konklone committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    81c4687 View commit details
    Browse the repository at this point in the history
  3. remove timeout code

    konklone committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    a56ab8d View commit details
    Browse the repository at this point in the history
  4. * I noticed that, although python was being installed with pyenv, the

      python that was being used was the one from Ubuntu.  I removed the
      Ubuntu python and corrected teh PATH so that the pyenv python is
      used.
    * I added lines to install GDB and set it up so that the py-bt,
      py-list, etc. commands will work when the pyenv python is used.
    jsf9k committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    9d0e6ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6805fae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18ed563 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06edd6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0aeb37f View commit details
    Browse the repository at this point in the history
  9. always close files

    konklone committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    d2de308 View commit details
    Browse the repository at this point in the history
  10. add network timeout

    konklone committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    bd83897 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b21f54c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d3c1d4 View commit details
    Browse the repository at this point in the history
  13. fix flake8 warnings

    konklone committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    449d80e View commit details
    Browse the repository at this point in the history