aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils
Commit message (Collapse)AuthorAgeFilesLines
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Use parsedVersion. It was accidentally removed earlier on.Henning Baldersheim2022-04-281-1/+1
|
* Add mallinfo2 implementation.Henning Baldersheim2022-04-261-1/+1
|
* Add NTokenGeneratorHåkon Hallingstad2022-03-161-0/+8
|
* Revert "Revert "Balder/default disk bloat at 25 percent""Henning Baldersheim2022-01-101-1/+1
|
* Revert "Balder/default disk bloat at 25 percent"Harald Musum2022-01-101-1/+1
|
* Revert unintended changeHenning Baldersheim2022-01-101-1/+1
|
* Reduce default TLS size from 7% to 4%Henning Baldersheim2022-01-101-1/+1
|
* unify java warningsArne H Juul2022-01-061-5/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Avoid hamcrest/deprecated assertThat.Henning Baldersheim2021-12-204-25/+15
|
* Disable '?' as single char wildcard for URI matchingBjørn Christian Seime2021-12-095-7/+9
|
* Fix copyright and trailing new lineBjørn Christian Seime2021-12-032-4/+5
|
* Support glob pattern for URIs with '/' as boundaryBjørn Christian Seime2021-12-024-19/+49
|
* Add glob pattern helper that handles multiple alternative boundariesBjørn Christian Seime2021-12-024-35/+205
|
* Ensure consistent iteration orderingBjørn Christian Seime2021-12-021-2/+2
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-11/+1
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* Disable ciphers that are only supported by some JDK-11 versionsBjørn Christian Seime2021-11-091-4/+5
|
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update 2019 Oath copyrights.gjoranv2021-10-2713-13/+13
|
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2018 copyright notices.gjoranv2021-10-0754-54/+54
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Reapply "Build security utils with maven bundle plugin" (#19291)gjoranv2021-09-282-14/+29
|
* Revert "Build security utils with maven bundle plugin"Håkon Hallingstad2021-09-282-29/+14
|
* Add comment explaining _nouses instruction to bndgjoranv2021-09-281-1/+1
|
* Install plain java artifact, which is now also the bundle.gjoranv2021-09-281-1/+1
|
* Stop embedding deps into the security utils bundle,gjoranv2021-09-281-2/+0
| | | | .. they are all deployed to jdisc as separate bundles.
* Hide warnings from maven-bundle-plugin for multi-release jars.gjoranv2021-09-281-0/+1
|
* Remove dependency to jdisc_coregjoranv2021-09-281-7/+0
|
* Build security-utils with maven-bundle-plugingjoranv2021-09-281-6/+29
| | | | .. to avoid depending on jdisc_core to get osgi imports.
* Read certificate fingerprintMorten Tokle2021-09-221-0/+15
|
* Revert "Revert mortent/cfg operator cert"Morten Tokle2021-05-281-0/+17
|
* Revert "Add top-level object, simplify tests"Morten Tokle2021-05-251-17/+0
| | | | This reverts commit d97430f1bb633fc9eb541f2fb057a41a012d088f.
* Add top-level object, simplify testsMorten Tokle2021-05-251-0/+17
|
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-1015-104/+31
| | | | These types are often accidentally imported, and the JDK8 replacement is typically a one-liner.
* Make TLS protocol version configurable in TLS config fileBjørn Christian Seime2021-02-248-11/+49
| | | | | Only protocols listed in allowlist can be configured. TLSv1.2 is the only supported version at the moment, but TLSv1.3 will most likely be included in the future.
* Disable TLSV1.3Bjørn Christian Seime2021-02-241-1/+2
|
* Allow TLSv1.3Bjørn Christian Seime2021-02-181-1/+1
|
* Use singleton already present.Henning Baldersheim2021-01-281-4/+0
|
* Use a single, shared TlsContext instanceBjørn Christian Seime2021-01-142-18/+31
| | | | | 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.
* Revert "Use a single reloader per tls config file, and not one per instance."Bjørn Christian Seime2021-01-142-162/+135
| | | | This reverts commit c58415566e23dcac5f0daa352f39f567a4d7b44f.
* Revert "Use reference counting to avoid relying on GC to drop threads."Bjørn Christian Seime2021-01-142-36/+8
| | | | This reverts commit 1c6c89eb52ac80c583c0cd90efdd0784344af434.
* Test that certificate with non-matching SAN URI is rejectedBjørn Christian Seime2020-11-261-0/+2
|
* Support SAN URI based rules in authorization policiesBjørn Christian Seime2020-11-268-19/+121
|
* Add convenience method for adding SANBjørn Christian Seime2020-11-251-0/+5
|
* Encapsulate pattern implementation in RequiredPeerCredentialBjørn Christian Seime2020-11-257-16/+33
|
* Revert "Revert "Bjorncs/health check proxy https""Bjørn Christian Seime2020-10-151-0/+27
|
* Revert "Bjorncs/health check proxy https"Arnstein Ressem2020-10-151-27/+0
|
* Add trust manager that accepts any server certificateBjørn Christian Seime2020-10-141-0/+27
|