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

Support for SSL Configuration within JerseyTest #4573

Merged
merged 14 commits into from
Dec 17, 2020
Merged

Support for SSL Configuration within JerseyTest #4573

merged 14 commits into from
Dec 17, 2020

Commits on Sep 21, 2020

  1. Added ssl configuration support for JerseyTest

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3f62b00 View commit details
    Browse the repository at this point in the history
  2. fixed line length

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d190234 View commit details
    Browse the repository at this point in the history
  3. Applied feedback

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b23b76d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Included SSLParameters option to supply additional properties such as…

    … need client authentication or want client authentication
    
    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    31d413f View commit details
    Browse the repository at this point in the history
  2. Fixed checkstyle validation

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    11b3a92 View commit details
    Browse the repository at this point in the history
  3. Added javadoc for additional parameter

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    b59ce4b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Updated copyright to 2020

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4b79d51 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Added unit tests for https requests with one-way and two-way authenti…

    …cation
    
    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    60d1f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b7a42 View commit details
    Browse the repository at this point in the history
  3. Moved keystores to root test resources

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    4b3a9b7 View commit details
    Browse the repository at this point in the history
  4. Removed BeforeClass Junit hook

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    11c9595 View commit details
    Browse the repository at this point in the history
  5. Fixed failing unit test

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    a884978 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Added additional unit tests for executing client without ssl configur…

    …ed to a secured server
    
    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    25f52a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Removed external library

    Signed-off-by: Hakan Altindag <[email protected]>
    Hakky54 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    cea39a9 View commit details
    Browse the repository at this point in the history