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

MS Windows native TLS (via Schannel SSP), IDN, and DNS SRV handling. GitHub releases for binaries. #163

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

Commits on Aug 24, 2024

  1. Windows build

    mlt committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    cc9df6e View commit details
    Browse the repository at this point in the history
  2. GitHub release upload

    mlt committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    64c4b73 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Use explicit pointer cast for get/setsockopt

    Otherwise we need -Wno-incompatible-pointer-types
    at least with GCC 14.2 on MSYS2/UCRT64
    mlt committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    024e96c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    fd4a685 View commit details
    Browse the repository at this point in the history
  2. Windows native DNS query for SRV

    mlt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    817f74a View commit details
    Browse the repository at this point in the history
  3. Windows native IDN

    # Conflicts:
    #	configure.ac
    mlt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8664e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa5b5c7 View commit details
    Browse the repository at this point in the history
  5. fixup! Windows native IDN

    mlt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    692a623 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Test IDN with NLS on GH

    mlt committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c1bfab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    877c2b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8edb616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ad718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af837b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70d09b6 View commit details
    Browse the repository at this point in the history