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

initial DTLS work for ruby-openssl #171

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

initial DTLS work for ruby-openssl #171

wants to merge 17 commits into from

Commits on Nov 16, 2017

  1. mark purpose of this branch

    mcr committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    d4f56fa View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

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

Commits on Nov 18, 2017

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

Commits on Dec 4, 2017

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

Commits on Dec 5, 2017

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

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    74c69c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99739f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

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

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    25fe42a View commit details
    Browse the repository at this point in the history
  2. cookie validation code

    mcr committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    87bf899 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

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

Commits on Jan 23, 2018

  1. fixup! 65b5c86

    mcr committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    11470dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ece165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a77483 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. pass io down to DTLSv1_accept so that ruby can create the object rath…

    …er than underlying code
    mcr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    a44c3cd View commit details
    Browse the repository at this point in the history
  2. turn off DTLS_COOKIE_DEBUG

    mcr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    019a780 View commit details
    Browse the repository at this point in the history
  3. turn off other DTLS debugging

    mcr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    d6d01de View commit details
    Browse the repository at this point in the history