aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_asio_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
* FIX: Detect stream truncation errorsHannes Rantzsch2020-03-171-14/+14
* fail gracefully when using Stream w/o handshakeHannes Rantzsch2020-03-161-0/+20
* FIX: build with --minimized-build --enable-modules=tls --with-boostRené Meusel2020-03-161-1/+1
* Boost 1.70 compatibility in asio_stream unit testHannes Rantzsch2019-06-271-2/+18
* TLS::Context holds references rather than pointersHannes Rantzsch2019-06-131-37/+34
* allow setting a verify_callback in TLS::ContextHannes Rantzsch2019-06-031-24/+33
* review: unit tests and public api versionHannes Rantzsch2019-04-291-5/+8
* Further cleanup of asio stream header filesHannes Rantzsch2019-04-261-3/+3
* require boost 1.68 for asio stream unit testHannes Rantzsch2019-04-261-1/+2
* start restructuring asio stream headersHannes Rantzsch2019-04-241-55/+26
* use ErrorType instead of TLS::error and remove convert_exceptions headerHannes Rantzsch2019-04-231-6/+12
* minor beautifications in asio_stream unit testHannes Rantzsch2019-04-231-12/+3
* use existing TLS::Connection_Side instead of handshake_typeHannes Rantzsch2019-04-231-11/+8
* documentation and minor fixes for async opsHannes Rantzsch2019-04-161-8/+7
* fix: require boost 1.66Hannes Rantzsch2019-04-161-1/+1
* FIX: do not block when reading into zero-sized bufferHannes Rantzsch2019-04-161-0/+52
* improve constructor interface of StreamHannes Rantzsch2019-04-161-95/+101
* async_write_some returns amount of bytes commited to the core, instead of byt...Tim Oesterreich2019-04-161-1/+1
* add tests for throws from Botan::TLS::ChannelTim Oesterreich2019-04-161-6/+177
* ensure boost version > 1.66.0Tim Oesterreich2019-04-161-1/+5
* improve testsTim Oesterreich2019-04-161-71/+79
* do not use make_error_code and smaller PR review issuesTim Oesterreich2019-04-161-2/+8
* review: use specific buffer type where applicableTim Oesterreich2019-04-161-16/+16
* use boost::beast::test::stream for all asio testsTim Oesterreich2019-04-161-363/+157
* cleanup asio stream testsHannes Rantzsch2019-04-161-135/+59
* fix and extend testsHannes Rantzsch2019-04-161-33/+165
* cleanup asio::ssl::stream compatibility interfacesHannes Rantzsch2019-04-161-6/+17
* fix: compile with gccHannes Rantzsch2019-04-161-25/+25
* rename member variables like 'm_***'René Meusel2019-04-161-43/+43
* move stream implemention into TLS namespaceRené Meusel2019-04-161-6/+10
* async stream tests with boost::beastHannes Rantzsch2019-04-161-35/+226
* adapt Stream<> API to be compatibile to OpenSSLRené Meusel2019-04-161-10/+11
* test sync and async handshakeHannes Rantzsch2019-04-161-1/+73
* add asio stream unit testsHannes Rantzsch2019-04-161-0/+431