aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/impl/openssl_tls_context_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Normalize includes in vespalib.Tor Egge2022-09-271-1/+2
* Unify to_string for PeerCredentials to match other typesTor Brede Vekterli2022-08-291-1/+1
* Support mTLS connection-level capabilities and RPC access filtering in C++Tor Brede Vekterli2022-06-291-1/+1
* Initial foundations for C++ mTLS peer authz role constraintsTor Brede Vekterli2022-04-261-8/+12
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Add basic exact matching support for X509 URI SANsTor Brede Vekterli2020-11-101-14/+30
* Move crypto utility code out into vespalib and use for test credentialsTor Brede Vekterli2020-02-201-2/+4
* Propagate peer address for TLS codec/context and print on errorTor Brede Vekterli2019-07-161-9/+14
* Explicitly disable OpenSSL TLS session resumptionTor Brede Vekterli2019-02-271-0/+6
* More explicit constnessTor Brede Vekterli2019-01-241-1/+1
* Make naming more consistent and avoid const deductionTor Brede Vekterli2019-01-241-4/+4
* Add support for default cipher suite and `accepted-ciphers` config in C++Tor Brede Vekterli2019-01-241-2/+35
* Use less const, to allow compilation when using openssl 1.1.0g or 1.1.0i.Tor Egge2019-01-211-2/+2
* Add TLS statistics to vespalib and expose as metrics via storageserverTor Brede Vekterli2018-12-181-18/+22
* Revert "Add TLS statistics to vespalib and expose as metrics via storageserver"Harald Musum2018-12-181-36/+18
* Add TLS statistics to vespalib and expose as metrics via storageserverTor Brede Vekterli2018-12-171-18/+36
* Add support for authorization mode environment variable in C++Tor Brede Vekterli2018-12-101-12/+21
* Support auto-reloading of TLS config in C++ implementationTor Brede Vekterli2018-12-031-1/+2
* Add support for basic certificate verification policies in C++Tor Brede Vekterli2018-11-081-2/+11
* Add support for custom certificate verification callbacksTor Brede Vekterli2018-10-151-13/+162
* Improve OpenSSL codec tests and error detection for X509 PEM parsingTor Brede Vekterli2018-09-271-10/+41
* Enforce TLS peer certificate verification (client and server)Tor Brede Vekterli2018-09-101-1/+8
* Update function name to imply TLS version agnosticismTor Brede Vekterli2018-09-061-2/+2
* OpenSSL version compatibility fixes and better exception safetyTor Brede Vekterli2018-09-061-20/+32
* Ignore deprecated declaration diagnostic when using openssl 1.1.0h.Tor Egge2018-09-051-3/+6
* fix version checkHÃ¥vard Pettersen2018-09-051-1/+1
* Const cast sacrifice to satisfy the old OpenSSL godsTor Brede Vekterli2018-09-051-1/+5
* Try to make TLS context compile on < OpenSSL 1.0.2Tor Brede Vekterli2018-09-051-3/+5
* The current implementation is known to be sub-optimal due to requiringTor Brede Vekterli2018-09-051-0/+241
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Jon Marius Venstad2018-09-051-241/+0
* Revert "Revert "Add initial OpenSSL CryptoEngine implementation and key/cert ...Tor Brede Vekterli2018-09-051-0/+241
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Tor Brede Vekterli2018-09-041-241/+0
* Explicit vespalib string namespace prefixingTor Brede Vekterli2018-09-031-4/+4
* Address code review commentsTor Brede Vekterli2018-09-031-6/+4
* Add initial OpenSSL CryptoEngine implementation and key/cert handlingTor Brede Vekterli2018-08-311-0/+243