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

CIO server HTTPS support on Native #2942

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    861fed4 View commit details
    Browse the repository at this point in the history
  2. implement JVM server CIO TLS support via SSLEngine

    TODO: test failed - HttpServerCommonTestSuite.testProxyHeaders
    olme04 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    fb91fd6 View commit details
    Browse the repository at this point in the history
  3. add apiDump

    olme04 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b6a2f3c View commit details
    Browse the repository at this point in the history
  4. fix formatting

    olme04 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a6c32fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8266d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ade156a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. add TLS verification support

    olme04 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    b7425fc View commit details
    Browse the repository at this point in the history
  2. update CIO server TLS usage

    olme04 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    3772f17 View commit details
    Browse the repository at this point in the history
  3. apidump

    olme04 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    433a829 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Server SSL multiplatform configuration

    * new API to add SSL connector
    * run CIO server SSL tests on linux
    * migrate current JVM engines to support both old and new SSL configuration
    olme04 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    922bcf2 View commit details
    Browse the repository at this point in the history