summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/ssl
Commit message (Expand)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-238-367/+0
* Use a single, shared TlsContext instanceBjørn Christian Seime2021-01-141-0/+2
* Use cipher/protocol config to configure JettyBjørn Christian Seime2020-01-311-21/+48
* Move cipher and protocol inclusion/exclusion logic to separate classBjørn Christian Seime2020-01-312-18/+38
* Non-functional changesJon Bratseth2020-01-061-0/+1
* Revert "Move cipher and protocol inclusion/exclusion logic to separate class"Jon Marius Venstad2019-12-092-38/+18
* Revert "Use cipher/protocol config to configure Jetty"Jon Marius Venstad2019-12-091-48/+21
* Revert "Allow config of ssl cipher suites and protocol version"Jon Marius Venstad2019-12-092-2/+38
* Only enable ciphers supported by current JVMBjørn Christian Seime2019-12-051-2/+2
* Remove unused classBjørn Christian Seime2019-12-041-36/+0
* Use cipher/protocol config to configure JettyBjørn Christian Seime2019-12-031-21/+48
* Move cipher and protocol inclusion/exclusion logic to separate classBjørn Christian Seime2019-12-032-18/+38
* set up tls using complete cert chain in config/fileandreer2019-09-191-2/+2
* Allow whitelisting of uri paths in combination with implicit ssl connectorBjørn Christian Seime2019-09-161-5/+30
* Allow CA certificates configured as PEM stringBjørn Christian Seime2019-08-211-5/+12
* Reimplement ConfiguredSslContextFactoryProvider as TlsContextBasedProviderBjørn Christian Seime2019-08-211-34/+27
* Fix typo in class nameBjørn Christian Seime2019-07-041-2/+2
* Add SslContextFactoryProvider that uses TlsContexBjørn Christian Seime2019-07-033-51/+80
* Extend the AutoCloseable interfaceBjørn Christian Seime2019-07-031-1/+2
* Rename 'ReloadingTlsContext' -> 'ConfigFiledBasedTlsContext'Bjørn Christian Seime2019-07-031-2/+2
* Some methods in SslContextFactory base class are deprecatedBjørn Christian Seime2019-07-023-3/+3
* tls config from deploy paramsMorten Tokle2019-06-241-8/+26
* Revert "mortent/tls config from deploy params"Morten Tokle2019-06-211-26/+8
* enable passing certificate directly in configandreer2019-06-191-8/+26
* Revert "Upgrade Jetty to 9.4.16"Bjørn Christian Seime2019-04-153-3/+3
* Upgrade Jetty to 9.4.16Bjørn Christian Seime2019-04-153-3/+3
* Avoid NPE in deconstructionHåkon Hallingstad2019-02-271-1/+1
* Add withCertificateEntries() to KeyStoreBuilderBjørn Christian Seime2019-02-251-5/+3
* Update copyright header. Specify charsetBjørn Christian Seime2019-02-251-2/+3
* Convert JDisc http connectors to https when TLS is configured through env varsBjørn Christian Seime2019-02-212-2/+62
* Rename {Default => Configured}SslContextFactoryProvider, {Throwing => Default...Bjørn Christian Seime2019-02-213-97/+97
* Explicitly disable hostname verification in the default JDisc SSL setupBjørn Christian Seime2019-02-201-1/+1
* Disable TLS RSA ciphers that do not support forward secrecyBjørn Christian Seime2019-01-211-8/+0
* Re-add file removed by accident during rebase to master.gjoranv2019-01-211-0/+103
* Remove old ssl connector configBjørn Christian Seime2019-01-215-667/+16
* Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-135-9/+15
* Move old ssl logic for connectors into LegacySslProviderBjørn Christian Seime2018-09-133-133/+174
* Validate new ssl configMorten Tokle2018-09-131-0/+10
* Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator conceptBjørn Christian Seime2018-09-129-327/+100
* Use new ssl config to setup ssl on connectorBjørn Christian Seime2018-09-121-18/+63
* Add dummy implementation of SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+16
* Move logic for creating default SslContextFactory to DefaultSslContextFactory...Bjørn Christian Seime2018-09-122-0/+120
* Add interface for SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+20
* Java 9: Suppress warning for deprecated Provider ctor.gjoranv2018-05-031-0/+1
* Deprecate legacy SecretStore interfaceMorten Tokle2018-04-242-6/+8
* Add SslTrustStoreConfigurator interface to JDiscBjørn Christian Seime2017-11-284-0/+124
* Fix silly bugBjørn Christian Seime2017-11-171-1/+1
* Add interface for custom keystore implementation with hot-reloadingBjørn Christian Seime2017-11-145-0/+184
* Remove meaningless SslKeyStore interfaceBjørn Christian Seime2017-11-143-21/+3
* Move JksKeyStore to test source directoryBjørn Christian Seime2017-11-141-47/+0