aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/crypto_codec.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support mTLS connection-level capabilities and RPC access filtering in C++Tor Brede Vekterli2022-06-291-3/+3
* Fix forward declarations.Tor Egge2022-05-311-1/+1
* Initial foundations for C++ mTLS peer authz role constraintsTor Brede Vekterli2022-04-261-0/+14
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-3/+9
* Propagate peer address for TLS codec/context and print on errorTor Brede Vekterli2019-07-161-1/+4
* Enable deferred handshake work in OpenSSL codec implementationTor Brede Vekterli2019-02-201-2/+46
* Adjust forward declarations in vespalib.Tor Egge2019-02-011-1/+1
* Add support for half-close to `CryptoCodec` and OpenSSL implementationTor Brede Vekterli2018-10-181-2/+17
* Add support for custom certificate verification callbacksTor Brede Vekterli2018-10-151-1/+1
* Improve OpenSSL codec tests and error detection for X509 PEM parsingTor Brede Vekterli2018-09-271-0/+1
* The current implementation is known to be sub-optimal due to requiringTor Brede Vekterli2018-09-051-0/+124
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Jon Marius Venstad2018-09-051-124/+0
* Revert "Revert "Add initial OpenSSL CryptoEngine implementation and key/cert ...Tor Brede Vekterli2018-09-051-0/+124
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Tor Brede Vekterli2018-09-041-124/+0
* Address code review commentsTor Brede Vekterli2018-09-031-5/+19
* Add initial OpenSSL CryptoEngine implementation and key/cert handlingTor Brede Vekterli2018-08-311-0/+110