From 79177dbb852ebc5c171f831365519d118ff9ed41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Vidovi=C4=87?= Date: Wed, 27 May 2020 04:15:19 +0200 Subject: [PATCH] Enabling usage of SSLContext Usage of SSLContext enables us to set up a trust between application and Conjur from Java code. Signed-off-by: Vedran Vidovic --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6302c7..8c8c89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- Implemented [#74](https://github.com/cyberark/conjur-api-java/issues/74) +- Updated code to enable adding custom javax.net.ssl.SSLContext to Conjur which + enables us to set up a trust between application and Conjur server from Java + code +- README has been updated with example SSLContext setup and it's use in Conjur + class constructors + ## [2.2.1] - 2020-05-08 ### Fixed - README has been updated to reflect the correct/expected usage of this SDK ([#70](https://github.com/cyberark/conjur-api-java/issues/70),