Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Add server-side SNI support #28278

Merged
merged 20 commits into from
Mar 30, 2018
Merged

Add server-side SNI support #28278

merged 20 commits into from
Mar 30, 2018

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    ba4b048 View commit details
    Browse the repository at this point in the history
  2. remove analyzerdata

    krwq committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    baa3c5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d9c3c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. fix deadlock on linux

    krwq committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    d056d54 View commit details
    Browse the repository at this point in the history
  2. add test with special characters

    krwq committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7d9395e View commit details
    Browse the repository at this point in the history
  3. IDN decoding

    krwq committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7537db0 View commit details
    Browse the repository at this point in the history
  4. idn unmapping (with fallback)

    krwq committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    1b8c11d View commit details
    Browse the repository at this point in the history
  5. apply feedback, fix netfx/uwp

    krwq committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    df0bf87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    353bf99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b63460 View commit details
    Browse the repository at this point in the history
  8. change file casing in csproj

    krwq committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    bd92873 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    705e95f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. add SniHelper tests

    krwq committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c2e31f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. apply review feedback

    krwq committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    16015e0 View commit details
    Browse the repository at this point in the history
  2. shorten SNI (limit is 63 bytes)

    krwq committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    2432662 View commit details
    Browse the repository at this point in the history
  3. replace remaining constants

    krwq committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    49f462e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dda001 View commit details
    Browse the repository at this point in the history
  5. add structures descriptions

    krwq committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    40f8447 View commit details
    Browse the repository at this point in the history
  6. apply review feedback

    krwq committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    fe8c956 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e69a17 View commit details
    Browse the repository at this point in the history