aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/peer_policies.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add noexcept specifiers.Tor Egge2023-06-061-1/+1
* Add noexcept move constructors/operatorsHenning Baldersheim2023-02-021-7/+12
* Support mTLS connection-level capabilities and RPC access filtering in C++Tor Brede Vekterli2022-06-291-7/+7
* Initial foundations for C++ mTLS peer authz role constraintsTor Brede Vekterli2022-04-261-7/+17
* Support glob-style credential matching of SAN_URI certificate fieldsTor Brede Vekterli2021-12-091-3/+4
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Add basic exact matching support for X509 URI SANsTor Brede Vekterli2020-11-101-5/+6
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-3/+3
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-2/+7
* Rename `allowed-peers` to `authorized-peers`Tor Brede Vekterli2018-11-201-10/+10
* Add support for basic certificate verification policies in C++Tor Brede Vekterli2018-11-081-0/+97