aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/json
Commit message (Expand)AuthorAgeFilesLines
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-203-249/+0
* Rename 'toCapabilityNames()' to 'toNames()'Bjørn Christian Seime2022-07-151-1/+1
* Always run PeerAutorizerBjørn Christian Seime2022-07-151-22/+21
* Rename 'hasAllCapabilities()' => 'hasAll()'Bjørn Christian Seime2022-07-151-1/+1
* Add Capability and CapabilitySet including JSON serializationBjørn Christian Seime2022-07-132-1/+17
* Remove 'role' concept from 'authorized-peers'Bjørn Christian Seime2022-07-112-16/+1
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Make TLS protocol version configurable in TLS config fileBjørn Christian Seime2021-02-242-0/+10
* Support SAN URI based rules in authorization policiesBjørn Christian Seime2020-11-262-1/+3
* Encapsulate pattern implementation in RequiredPeerCredentialBjørn Christian Seime2020-11-251-2/+1
* Ignore unknown fields in subclasses as wellBjørn Christian Seime2020-05-181-0/+3
* Support construction of PeerPolicy with descriptionBjørn Christian Seime2020-05-132-1/+3
* Introduce 'disable-hostname-validation' to TLS json formatBjørn Christian Seime2020-02-132-0/+8
* Order authorized peers in JSON to stabilize testsHåkon Hallingstad2019-10-071-19/+23
* Allow configuration of accepted ciphersBjørn Christian Seime2019-01-232-0/+10
* Allow empty 'required-credentials'Bjørn Christian Seime2018-11-262-3/+3
* Make 'roles' field optionalBjørn Christian Seime2018-11-262-5/+7
* Disallow empty 'authorized-peers' fieldBjørn Christian Seime2018-11-262-3/+11
* Add missing ExportPackage annotation for security-utils packagesBjørn Christian Seime2018-11-231-0/+8
* Rename peerName->policyName, add assumed roles to PeerPolicyBjørn Christian Seime2018-11-222-2/+14
* Rename 'allowed-peers' to 'authorized-peers'Bjørn Christian Seime2018-11-211-1/+1
* Misc minor code improvementsBjørn Christian Seime2018-11-211-4/+4
* Rewrite JSON serialization of TransportSecurityOptionsBjørn Christian Seime2018-11-192-0/+181