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

Use the platform native APIs with C++ SSL transport #2063

Merged
merged 52 commits into from
May 3, 2024

Commits on Apr 17, 2024

  1. Use ssl native API

    pepone committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e299cf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Checkpoint

    pepone committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6b9286f View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    pepone committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ddb1fb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. SChannel fixes

    pepone committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c36953a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. SecureTransport fixes

    pepone committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b18f2f5 View commit details
    Browse the repository at this point in the history
  2. Add TLS 1.2 protocol name

    pepone committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    be82bae View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. OpenSSL fixes

    pepone committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c877a81 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    pepone committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ed9711b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    319ac21 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    pepone committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ae94cd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    9d13c39 View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2dfc388 View commit details
    Browse the repository at this point in the history
  3. Additional fixes

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1e48e73 View commit details
    Browse the repository at this point in the history
  4. Fix clang format

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    02ac138 View commit details
    Browse the repository at this point in the history
  5. Doc comment fixes

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d61d27f View commit details
    Browse the repository at this point in the history
  6. Script language fixes

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3588bd4 View commit details
    Browse the repository at this point in the history
  7. Checkpoint

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    512c596 View commit details
    Browse the repository at this point in the history
  8. Fix Swift tests

    pepone committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fbc6712 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Restore EOF_WHILE_READING

    pepone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f4e9f30 View commit details
    Browse the repository at this point in the history
  2. SChannel fixes

    pepone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c9ff80c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f48f3cf View commit details
    Browse the repository at this point in the history
  4. OpenSSL fixes

    pepone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    78c2921 View commit details
    Browse the repository at this point in the history
  5. Fix clang-format

    pepone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    42bc483 View commit details
    Browse the repository at this point in the history
  6. macOS fixes

    pepone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5030a1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae67d2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b2a152 View commit details
    Browse the repository at this point in the history
  9. SecureTransport fixes

    pepone committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f84b577 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Schannel fixes

    pepone committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    54c4b49 View commit details
    Browse the repository at this point in the history
  2. SecureTransport fixes

    pepone committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4d7a2f6 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    pepone committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dbc3234 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

    pepone committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    460129a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bec18e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. SecureTransport updates

    pepone committed May 1, 2024
    Configuration menu
    Copy the full SHA
    89d2d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec11f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1607c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd70794 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. SChannel updates

    pepone committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7c8290f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update cpp/src/IceSSL/OpenSSLTransceiverI.cpp

    Co-authored-by: Joe George <[email protected]>
    pepone and externl authored May 3, 2024
    Configuration menu
    Copy the full SHA
    ab5d208 View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/IceSSL/SecureTransportTransceiverI.cpp

    Co-authored-by: Joe George <[email protected]>
    pepone and externl authored May 3, 2024
    Configuration menu
    Copy the full SHA
    2a6c820 View commit details
    Browse the repository at this point in the history
  3. Update cpp/src/IceSSL/SecureTransportTransceiverI.cpp

    Co-authored-by: Joe George <[email protected]>
    pepone and externl authored May 3, 2024
    Configuration menu
    Copy the full SHA
    4326856 View commit details
    Browse the repository at this point in the history
  4. Update cpp/src/IceSSL/SChannelEngine.cpp

    Co-authored-by: Joe George <[email protected]>
    pepone and externl authored May 3, 2024
    Configuration menu
    Copy the full SHA
    063dbc8 View commit details
    Browse the repository at this point in the history
  5. Update cpp/src/IceSSL/OpenSSLTransceiverI.cpp

    Co-authored-by: Joe George <[email protected]>
    pepone and externl authored May 3, 2024
    Configuration menu
    Copy the full SHA
    d8851b4 View commit details
    Browse the repository at this point in the history
  6. Update cpp/src/IceSSL/SChannelTransceiverI.cpp

    Co-authored-by: Joe George <[email protected]>
    pepone and externl authored May 3, 2024
    Configuration menu
    Copy the full SHA
    79426bd View commit details
    Browse the repository at this point in the history
  7. Review fixes

    pepone committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ed26e4e View commit details
    Browse the repository at this point in the history
  8. More review fixes

    pepone committed May 3, 2024
    Configuration menu
    Copy the full SHA
    97c3dc6 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    pepone committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e0bf553 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    pepone committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f406d54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f0b970 View commit details
    Browse the repository at this point in the history
  12. Build fixes

    pepone committed May 3, 2024
    Configuration menu
    Copy the full SHA
    456022a View commit details
    Browse the repository at this point in the history
  13. Additional review fixes

    pepone committed May 3, 2024
    Configuration menu
    Copy the full SHA
    01f506f View commit details
    Browse the repository at this point in the history