aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/TransportSecurityUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Ignore calls to SystemTlsContext.close()Bjørn Christian Seime2022-08-301-2/+1
|
* Get ConnectionAuthContext from SSL session after handshake is completeBjørn Christian Seime2022-07-211-0/+21
| | | | | Bound key-value pairs from SSL handshake session are now copied to the final SSL session object. This simplifies the dataflow - not need to retrieve the instance right after our custom trust manager is invoked.
* Add environment variable for capabilities enforcement modeBjørn Christian Seime2022-07-201-0/+7
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Use a single, shared TlsContext instanceBjørn Christian Seime2021-01-141-3/+22
| | | | | The configuration is based on environment variables, which are effectively fixed through the life of the JVM instance. This simplifaction removes the need for complex cleanup logic based on manual reference counting and weak references.
* Fix typo in class nameBjørn Christian Seime2019-07-041-1/+1
|
* Rename 'ReloadingTlsContext' -> 'ConfigFiledBasedTlsContext'Bjørn Christian Seime2019-07-031-1/+1
|
* Add overloads taking envvar map as parameterBjørn Christian Seime2019-05-311-7/+28
|
* Remove TlsAwareHttpClientBuilderBjørn Christian Seime2019-04-081-9/+0
|
* Revert "Remove TlsAwareHttpClientBuilder"Bjørn Christian Seime2019-04-051-0/+9
| | | | This reverts commit e962344ba28b9f84028a129a24c92b40fdc076b8.
* Remove TlsAwareHttpClientBuilderBjørn Christian Seime2019-04-031-9/+0
|
* Add utility method to construct http clientBjørn Christian Seime2019-02-251-0/+9
|
* Add utility method to construct tls contextBjørn Christian Seime2019-02-251-0/+5
|
* Return default values when env vars are not presentBjørn Christian Seime2019-01-151-10/+6
|
* Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-051-0/+7
|
* Move MixedMode to separate classBjørn Christian Seime2018-12-051-23/+0
|
* Add getter for configValueBjørn Christian Seime2018-11-211-0/+4
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-191-0/+66
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-191-66/+0
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-171-0/+66