summaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow SSLContext implementation that supports TLSv1.3+"Valerij Fredriksen2019-12-091-1/+1
* Merge branch 'master' into bjorncs/sslcontext-versionBjørn Christian Seime2019-12-036-14/+14
|\
| * Use JDK8 as build target for security-utilsBjørn Christian Seime2019-12-026-14/+14
* | Allow SSLContext implementation that supports TLSv1.3+Bjørn Christian Seime2019-12-031-1/+1
|/
* Add constant for SSLContext versionBjørn Christian Seime2019-11-251-0/+1
* Add helper methods in TlsContext to determine allowed ciphers/protocolsBjørn Christian Seime2019-11-252-26/+49
* Remove more cipher suites not supported by Java 11 from set configured for us...Harald Musum2019-11-211-1/+10
* Remove cipher suite not supported by JavaHarald Musum2019-11-201-0/+1
* Order authorized peers in JSON to stabilize testsHåkon Hallingstad2019-10-071-19/+23
* Revert "Bjorncs/jdisc tls13"Bjørn Christian Seime2019-10-041-1/+1
* Enable TLSv1.3 for servers/clients based on TlsContextBjørn Christian Seime2019-10-031-1/+1
* Add additional constructor for custom peer authentication modeBjørn Christian Seime2019-09-131-3/+12
* Use current certificate manager to find certificate expiryBjørn Christian Seime2019-07-041-1/+6
* Merge pull request #9951 from vespa-engine/bjorncs/fix-for-race-conditionAndreas Eriksen2019-07-041-13/+26
|\
| * Make access to hashmap and current manager synchronizedBjørn Christian Seime2019-07-031-13/+26
* | Fix typo in class nameBjørn Christian Seime2019-07-042-4/+4
* | Make alias a constantBjørn Christian Seime2019-07-031-1/+3
* | Use withKeyManager instead of withKeyManagerFactoryBjørn Christian Seime2019-07-031-1/+1
* | Make peer authentication in TlsContext configurableBjørn Christian Seime2019-07-033-7/+33
* | Rename 'ReloadingTlsContext' -> 'ConfigFiledBasedTlsContext'Bjørn Christian Seime2019-07-032-5/+6
* | Remove ciphers from DefaultTlsContext public constructorsBjørn Christian Seime2019-07-032-7/+11
* | Change type of constants from list to setBjørn Christian Seime2019-07-033-8/+8
* | Move constants from DefaultTlsContext to TlsContextBjørn Christian Seime2019-07-032-13/+15
|/
* Add overloads taking envvar map as parameterBjørn Christian Seime2019-05-311-7/+28
* Allow 'null' as alias to getCertificateChain/getPrivateKeyBjørn Christian Seime2019-05-281-0/+2
* Remove TlsAwareHttpClientBuilderBjørn Christian Seime2019-04-084-310/+0
* Remove VespaHttpClientBuilder from security-utilsBjørn Christian Seime2019-04-081-109/+0
* Revert "Bjorncs/http utils"Håkon Hallingstad2019-04-081-0/+109
* Remove VespaHttpClientBuilder from security-utilsBjørn Christian Seime2019-04-051-109/+0
* Revert "Remove TlsAwareHttpClientBuilder"Bjørn Christian Seime2019-04-054-0/+310
* Export package 'com.yahoo.security.tls.https'Bjørn Christian Seime2019-04-041-0/+8
* Use URIBuilderBjørn Christian Seime2019-04-031-1/+2
* Remove TlsAwareHttpClientBuilderBjørn Christian Seime2019-04-035-318/+0
* Add VespaHttpClientBuilder based on apache httpclientBjørn Christian Seime2019-04-031-0/+108
* Stop reload task when there are no external references to the managersBjørn Christian Seime2019-03-011-18/+56
* Add utility method to construct http clientBjørn Christian Seime2019-02-251-0/+9
* Add withCertificateEntries() to KeyStoreBuilderBjørn Christian Seime2019-02-252-14/+7
* Add utility method to construct tls contextBjørn Christian Seime2019-02-251-0/+5
* Add constructor without tls context parameterBjørn Christian Seime2019-02-251-3/+7
* User agent must be specifiedBjørn Christian Seime2019-02-251-4/+0
* Merge pull request #8572 from vespa-engine/bjorncs/jdisc-mixed-modeBjørn Christian Seime2019-02-254-29/+42
|\
| * Override default hostname verification in PeerAuthorizerTrustManagerBjørn Christian Seime2019-02-224-29/+42
* | Introduce http client that follows Vespa TLS configBjørn Christian Seime2019-02-214-0/+309
|/
* Fix spelling errorsBjørn Christian Seime2019-02-192-2/+2
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-193-49/+147
* Add withKeyManagerFactory() to specify custom key managerBjørn Christian Seime2019-02-192-24/+6
* Require client auth for ssl engines constructed by DefaultTlsContextBjørn Christian Seime2019-02-191-0/+1
* Add mutable x509 trust managerBjørn Christian Seime2019-02-191-0/+70
* Add x509 key manager that regularly updates cert chain from PEM filesBjørn Christian Seime2019-02-191-0/+150
* Add mutable x509 key managerBjørn Christian Seime2019-02-191-0/+106