summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test
Commit message (Expand)AuthorAgeFilesLines
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-104-8/+10
* Make TLS protocol version configurable in TLS config fileBjørn Christian Seime2021-02-243-1/+5
* 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-263-16/+66
* Encapsulate pattern implementation in RequiredPeerCredentialBjørn Christian Seime2020-11-254-9/+6
* Support construction of PeerPolicy with descriptionBjørn Christian Seime2020-05-131-1/+1
* Override hostname verification in PeerAuthorizerTrustManagerBjørn Christian Seime2020-02-171-1/+3
* Introduce 'disable-hostname-validation' to TLS json formatBjørn Christian Seime2020-02-134-3/+31
* Revert "Revert "accept and store json endpoint cert metadata on deploy""Andreas Eriksen2020-01-211-0/+16
* Revert "accept and store json endpoint cert metadata on deploy"Jon Marius Venstad2020-01-201-16/+0
* verify public key matches private keyandreer2020-01-201-0/+16
* Use JDK8 as build target for security-utilsBjørn Christian Seime2019-12-025-13/+11
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-2/+2
* Revert "Bjorncs/jdisc tls13"Bjørn Christian Seime2019-10-042-2/+2
* Enable TLSv1.3 for servers/clients based on TlsContextBjørn Christian Seime2019-10-032-2/+2
* Refactor private key serialization testsBjørn Christian Seime2019-08-231-28/+14
* Allow output of PEM private keys using PKCS#8Bjørn Christian Seime2019-08-231-4/+26
* Fix typo in class nameBjørn Christian Seime2019-07-041-2/+2
* Make peer authentication in TlsContext configurableBjørn Christian Seime2019-07-031-1/+1
* Rename 'ReloadingTlsContext' -> 'ConfigFiledBasedTlsContext'Bjørn Christian Seime2019-07-031-2/+2
* Remove ciphers from DefaultTlsContext public constructorsBjørn Christian Seime2019-07-031-2/+1
* Change type of constants from list to setBjørn Christian Seime2019-07-031-2/+2
* Move constants from DefaultTlsContext to TlsContextBjørn Christian Seime2019-07-032-2/+2
* Add toPem(PublicKey)Bjørn Christian Seime2019-05-031-36/+18
* Ensure parsed keys uses 'EC' as algorithmBjørn Christian Seime2019-05-031-3/+6
* Comments explaining how EC keys were obtainedJon Marius Venstad2019-04-301-0/+2
* BCP for Signature, to handle ECDSA keysJon Marius Venstad2019-04-301-1/+1
* Add support for parsing public keys to KeyUtilsJon Marius Venstad2019-04-301-1/+38
* Remove VespaHttpClientBuilder from security-utilsBjørn Christian Seime2019-04-081-39/+0
* Revert "Bjorncs/http utils"Håkon Hallingstad2019-04-081-0/+39
* Remove VespaHttpClientBuilder from security-utilsBjørn Christian Seime2019-04-051-39/+0
* Add VespaHttpClientBuilder based on apache httpclientBjørn Christian Seime2019-04-031-0/+39
* Stop reload task when there are no external references to the managersBjørn Christian Seime2019-03-011-0/+70
* Add mutable x509 trust managerBjørn Christian Seime2019-02-191-0/+59
* Add x509 key manager that regularly updates cert chain from PEM filesBjørn Christian Seime2019-02-191-0/+84
* Add mutable x509 key managerBjørn Christian Seime2019-02-191-0/+65
* Revert "Bjorncs/jdisc mixed mode preparations"Arnstein Ressem2019-02-183-208/+0
* Add mutable x509 trust managerBjørn Christian Seime2019-02-141-0/+59
* Add x509 key manager that regularly updates cert chain from PEM filesBjørn Christian Seime2019-02-141-0/+84
* Add mutable x509 key managerBjørn Christian Seime2019-02-141-0/+65
* Remove throw declaration of unused exceptionBjørn Christian Seime2019-02-011-2/+1
* Restrict enabled protocolsBjørn Christian Seime2019-02-011-1/+5
* Use 'prime256v1' curve for EC keysBjørn Christian Seime2019-01-231-4/+4
* Allow configuration of accepted ciphersBjørn Christian Seime2019-01-234-2/+8
* Fix spelling error ('suits' -> 'suites')Bjørn Christian Seime2018-12-051-1/+1
* Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-051-2/+1
* Split ConfigFileManagedTlsContext into ReloadingTlsContext and DefaultTlsContextBjørn Christian Seime2018-12-051-0/+59
* Use AssertJ to improve assertionsBjørn Christian Seime2018-11-271-17/+15
* Add PeerAuthorizerBjørn Christian Seime2018-11-261-0/+140
* Escape '!' which is also a regex meta characterBjørn Christian Seime2018-11-261-3/+3