aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/impl/openssl_tls_context_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Initial foundations for C++ mTLS peer authz role constraintsTor Brede Vekterli2022-04-261-1/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Move crypto utility code out into vespalib and use for test credentialsTor Brede Vekterli2020-02-201-2/+2
* Propagate peer address for TLS codec/context and print on errorTor Brede Vekterli2019-07-161-1/+2
* Explicitly disable OpenSSL TLS session resumptionTor Brede Vekterli2019-02-271-0/+1
* Make naming more consistent and avoid const deductionTor Brede Vekterli2019-01-241-1/+1
* Add support for default cipher suite and `accepted-ciphers` config in C++Tor Brede Vekterli2019-01-241-0/+1
* Add TLS statistics to vespalib and expose as metrics via storageserverTor Brede Vekterli2018-12-181-5/+6
* Revert "Add TLS statistics to vespalib and expose as metrics via storageserver"Harald Musum2018-12-181-12/+5
* Add TLS statistics to vespalib and expose as metrics via storageserverTor Brede Vekterli2018-12-171-5/+12
* Add support for authorization mode environment variable in C++Tor Brede Vekterli2018-12-101-2/+8
* Support auto-reloading of TLS config in C++ implementationTor Brede Vekterli2018-12-031-0/+7
* Add support for basic certificate verification policies in C++Tor Brede Vekterli2018-11-081-2/+7
* Add support for custom certificate verification callbacksTor Brede Vekterli2018-10-151-0/+4
* Enforce TLS peer certificate verification (client and server)Tor Brede Vekterli2018-09-101-1/+2
* OpenSSL version compatibility fixes and better exception safetyTor Brede Vekterli2018-09-061-2/+2
* The current implementation is known to be sub-optimal due to requiringTor Brede Vekterli2018-09-051-0/+28
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Jon Marius Venstad2018-09-051-28/+0
* Revert "Revert "Add initial OpenSSL CryptoEngine implementation and key/cert ...Tor Brede Vekterli2018-09-051-0/+28
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Tor Brede Vekterli2018-09-041-28/+0
* Address code review commentsTor Brede Vekterli2018-09-031-3/+4
* Add initial OpenSSL CryptoEngine implementation and key/cert handlingTor Brede Vekterli2018-08-311-0/+27