summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/ssl
Commit message (Collapse)AuthorAgeFilesLines
* Disable TLS RSA ciphers that do not support forward secrecyBjørn Christian Seime2019-01-211-8/+0
| | | | | | This will essentially remove the temporary workaround introduced with the Jetty 9.4.12 upgrade that was done recently. JDisc will with this change only enable certificates marked as grade A by ssllabs.com
* 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
| | | | | - Inject LegacySslContextFactoryProvider if not using ssl/ssl-provider syntax - Update JDisc unit tests to use new connector config
* 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 ↵Bjørn Christian Seime2018-09-122-0/+120
| | | | DefaultSslContextFactoryProvider
* Add interface for SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+20
|
* Java 9: Suppress warning for deprecated Provider ctor.gjoranv2018-05-031-0/+1
| | | | - Replacement is not available in Java 8.
* 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
|
* Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-133-31/+21
|
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-133-52/+53
|
* Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-105-76/+83
|
* Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-093-31/+21
|
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-093-52/+55
|
* Make PemKeyStoreProvider an static inner classBjørn Christian Seime2017-11-082-20/+13
|
* Move JKSKeyStore to separate packageBjørn Christian Seime2017-11-081-1/+3
|
* Move SslContextFactory to test source directoryBjørn Christian Seime2017-11-081-88/+0
|
* Revert "Add back SslKeyStoreFactoryProvider as a temporary workaround"Bjørn Christian Seime2017-10-191-15/+0
|
* Add back SslKeyStoreFactoryProvider as a temporary workaroundBjørn Christian Seime2017-10-121-0/+15
| | | | | Some applications use unsafe config features that breaks when removing a component from the config-model.
* Remove meaningless package-info.java fileBjørn Christian Seime2017-10-091-5/+0
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-095-17/+394
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
|
* Copyright headerJon Bratseth2017-06-136-6/+6
|
* PublishJon Bratseth2016-06-156-0/+194