aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Use 'prime256v1' curve for EC keysBjørn Christian Seime2019-01-232-3/+14
* Allow configuration of accepted ciphersBjørn Christian Seime2019-01-234-10/+41
* Add TLSv1.3 cipher suites to whitelistBjørn Christian Seime2019-01-231-1/+4
* Fix accidental import of java.sql.DateBjørn Christian Seime2019-01-211-1/+1
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-162-2/+0
* Change access modifier to 'public' for 'fromConfigValue()'Bjørn Christian Seime2019-01-152-2/+2
* Return default values when env vars are not presentBjørn Christian Seime2019-01-151-10/+6
* Define default value for tls authorization modeBjørn Christian Seime2019-01-151-0/+8
* Add 'tls_client_tls_server' as tls mixed mode optionBjørn Christian Seime2019-01-151-1/+9
* Nonfunctional changes onlyJon Bratseth2019-01-102-0/+2
* Store authorization result in TlsCryptoSocketBjørn Christian Seime2019-01-081-0/+9
* Change LOG_ONLY config value from 'log-only' to 'log_only'Bjørn Christian Seime2018-12-101-1/+1
* Fix spelling error ('suits' -> 'suites')Bjørn Christian Seime2018-12-051-7/+7
* Remove whitelisting of AES-CBC ciphersBjørn Christian Seime2018-12-051-5/+1
* Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-055-26/+29
* Add AutorizationModeBjørn Christian Seime2018-12-051-0/+30
* Move MixedMode to separate classBjørn Christian Seime2018-12-052-23/+29
* Split ConfigFileManagedTlsContext into ReloadingTlsContext and DefaultTlsContextBjørn Christian Seime2018-12-052-49/+110
* Specify keystore with certificate chainBjørn Christian Seime2018-12-051-1/+5
* Only allowed whitelisted cipher suitsBjørn Christian Seime2018-12-051-1/+27
* Add TlsContext interface with a implementation based on tls optionsBjørn Christian Seime2018-11-282-0/+105
* Always log warning when authorization failsBjørn Christian Seime2018-11-271-1/+1
* Propagate authz result through ssl handshake session objectBjørn Christian Seime2018-11-271-8/+12
* Add a X509ExtendedTrustManager based on PeerAuthorizerBjørn Christian Seime2018-11-272-0/+151
* Allow specifying trust manager factory in SslContextBuilderBjørn Christian Seime2018-11-271-4/+22
* Add debug logging to PeerAuthorizerBjørn Christian Seime2018-11-271-0/+5
* Add PeerAuthorizerBjørn Christian Seime2018-11-263-0/+138
* Escape '!' which is also a regex meta characterBjørn Christian Seime2018-11-261-3/+3
* 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 glob pattern matching for host expressionsBjørn Christian Seime2018-11-261-0/+32
* Add missing ExportPackage annotation for security-utils packagesBjørn Christian Seime2018-11-232-0/+16
* Rename peerName->policyName, add assumed roles to PeerPolicyBjørn Christian Seime2018-11-225-11/+83
* Fix NPE bug - use Optional.ofNullableBjørn Christian Seime2018-11-211-4/+4
* Add getter for configValueBjørn Christian Seime2018-11-211-0/+4
* Rename 'allowed-peers' to 'authorized-peers'Bjørn Christian Seime2018-11-211-1/+1
* Misc minor code improvementsBjørn Christian Seime2018-11-212-9/+8
* Rewrite JSON serialization of TransportSecurityOptionsBjørn Christian Seime2018-11-193-33/+249
* Add data model for AuthorizedPeersBjørn Christian Seime2018-11-194-0/+182
* Revert "Bjorncs/accepted ciphers"Harald Musum2018-11-071-44/+9
* Include 'acceptedCiphers' in toString/hashCode/equalsBjørn Christian Seime2018-11-061-2/+4
* Add 'accepted-ciphers' to transport security optionsBjørn Christian Seime2018-11-061-7/+40
* Skip non-key objects (e.g. ec params) when parsing private key from pemBjørn Christian Seime2018-10-301-11/+18
* Add TransportSecurityOptions.fromJson(String)Bjørn Christian Seime2018-10-301-6/+17
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1920-0/+1341
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-1920-1341/+0
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1720-0/+1341