summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/java/com/yahoo/security/tls/json
Commit message (Collapse)AuthorAgeFilesLines
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-105/+0
| | | | Facilitate improved encapsulation of Vespa mTLS related classes
* Add Capability and CapabilitySet including JSON serializationBjørn Christian Seime2022-07-131-1/+6
|
* Remove 'role' concept from 'authorized-peers'Bjørn Christian Seime2022-07-111-4/+2
|
* Ensure consistent iteration orderingBjørn Christian Seime2021-12-021-2/+2
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-101-1/+1
| | | | 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-241-0/+1
| | | | | 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.
* Support SAN URI based rules in authorization policiesBjørn Christian Seime2020-11-261-2/+6
|
* Encapsulate pattern implementation in RequiredPeerCredentialBjørn Christian Seime2020-11-251-4/+3
|
* Support construction of PeerPolicy with descriptionBjørn Christian Seime2020-05-131-1/+1
|
* Introduce 'disable-hostname-validation' to TLS json formatBjørn Christian Seime2020-02-131-1/+20
|
* Use JDK8 as build target for security-utilsBjørn Christian Seime2019-12-021-1/+1
|
* Allow configuration of accepted ciphersBjørn Christian Seime2019-01-231-0/+2
|
* Disallow empty 'authorized-peers' fieldBjørn Christian Seime2018-11-261-2/+30
| | | | | - Fail deserializing if 'authorized-peers' is an empty list - Only serialize 'authorized-peers' field when necessary
* Add missing copyright header on unit testsBjørn Christian Seime2018-11-221-0/+1
|
* Rename peerName->policyName, add assumed roles to PeerPolicyBjørn Christian Seime2018-11-221-2/+4
|
* Misc minor code improvementsBjørn Christian Seime2018-11-211-3/+3
| | | | | | | - Improve naming of some methods and parameters - Add missing trailing newline - Use missingFieldException(String) - Remove dead code
* Rewrite JSON serialization of TransportSecurityOptionsBjørn Christian Seime2018-11-191-0/+46
- Use Jackson data bindings on TransportSecurityOptionsEntity - Add serialization to JSON - Add AuthorizedPeers to TransportSecurityOptions