aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/transport_security_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add noexcept move constructors/operatorsHenning Baldersheim2023-02-021-4/+0
* Support capability enforcement environment variable in C++Tor Brede Vekterli2022-08-221-4/+9
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-13/+29
* Make naming more consistent and avoid const deductionTor Brede Vekterli2019-01-241-8/+8
* Erase private key data after useTor Brede Vekterli2019-01-241-2/+9
* Add support for default cipher suite and `accepted-ciphers` config in C++Tor Brede Vekterli2019-01-241-1/+5
* Rename `allowed-peers` to `authorized-peers`Tor Brede Vekterli2018-11-201-4/+4
* Add support for basic certificate verification policies in C++Tor Brede Vekterli2018-11-081-8/+15
* Add support for custom certificate verification callbacksTor Brede Vekterli2018-10-151-0/+23
* The current implementation is known to be sub-optimal due to requiringTor Brede Vekterli2018-09-051-0/+12
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Jon Marius Venstad2018-09-051-12/+0
* Revert "Revert "Add initial OpenSSL CryptoEngine implementation and key/cert ...Tor Brede Vekterli2018-09-051-0/+12
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Tor Brede Vekterli2018-09-041-12/+0
* Address code review commentsTor Brede Vekterli2018-09-031-1/+1
* Add initial OpenSSL CryptoEngine implementation and key/cert handlingTor Brede Vekterli2018-08-311-0/+12