aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/net/tls/openssl_impl/openssl_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Allow handshake to go through as long as at least one policy matchesTor Brede Vekterli2023-02-231-0/+22
* Unify to_string for PeerCredentials to match other typesTor Brede Vekterli2022-08-291-2/+2
* Support mTLS connection-level capabilities and RPC access filtering in C++Tor Brede Vekterli2022-06-291-2/+25
* Rename AuthorizationResult to VerificationResultTor Brede Vekterli2022-04-281-7/+7
* Initial foundations for C++ mTLS peer authz role constraintsTor Brede Vekterli2022-04-261-10/+42
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in vespalibArne Juul2021-02-151-2/+3
* Add basic exact matching support for X509 URI SANsTor Brede Vekterli2020-11-101-3/+7
* Move crypto utility code out into vespalib and use for test credentialsTor Brede Vekterli2020-02-201-2/+3
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-32/+122
* Propagate peer address for TLS codec/context and print on errorTor Brede Vekterli2019-07-161-1/+1
* Enable deferred handshake work in OpenSSL codec implementationTor Brede Vekterli2019-02-201-4/+30
* Allow a client connection to be considered established in testTor Brede Vekterli2019-01-211-1/+2
* Add TLS statistics to vespalib and expose as metrics via storageserverTor Brede Vekterli2018-12-181-0/+32
* Revert "Add TLS statistics to vespalib and expose as metrics via storageserver"Harald Musum2018-12-181-32/+0
* Add TLS statistics to vespalib and expose as metrics via storageserverTor Brede Vekterli2018-12-171-0/+32
* Add support for authorization mode environment variable in C++Tor Brede Vekterli2018-12-101-4/+38
* Rename `allowed-peers` to `authorized-peers`Tor Brede Vekterli2018-11-201-16/+16
* Add support for basic certificate verification policies in C++Tor Brede Vekterli2018-11-081-4/+72
* Add support for half-close to `CryptoCodec` and OpenSSL implementationTor Brede Vekterli2018-10-181-7/+64
* Add support for custom certificate verification callbacksTor Brede Vekterli2018-10-151-7/+166
* Improve OpenSSL codec tests and error detection for X509 PEM parsingTor Brede Vekterli2018-09-271-63/+245
* move tls opts generation to make it more availableHÃ¥vard Pettersen2018-09-061-68/+3
* The current implementation is known to be sub-optimal due to requiringTor Brede Vekterli2018-09-051-0/+199
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Jon Marius Venstad2018-09-051-199/+0
* Revert "Revert "Add initial OpenSSL CryptoEngine implementation and key/cert ...Tor Brede Vekterli2018-09-051-0/+199
* Revert "Add initial OpenSSL CryptoEngine implementation and key/cert handling"Tor Brede Vekterli2018-09-041-199/+0
* Address code review commentsTor Brede Vekterli2018-09-031-7/+6
* Add initial OpenSSL CryptoEngine implementation and key/cert handlingTor Brede Vekterli2018-08-311-0/+200