Skip to content

Commit

Permalink
Enabling usage of SSLContext
Browse files Browse the repository at this point in the history
Usage of SSLContext enables us to set up a trust between application
and Conjur from Java code.

Signed-off-by: Vedran Vidovic <vvidovic@email.com>
  • Loading branch information
vvidovic-croz committed May 27, 2020
1 parent 4e65c75 commit 79177db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 79177db

Please sign in to comment.