index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
/
unit_asio_stream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tag all tests with a category
Jack Lloyd
2020-10-28
1
-1
/
+1
*
FIX: Detect stream truncation errors
Hannes Rantzsch
2020-03-17
1
-14
/
+14
*
fail gracefully when using Stream w/o handshake
Hannes Rantzsch
2020-03-16
1
-0
/
+20
*
FIX: build with --minimized-build --enable-modules=tls --with-boost
René Meusel
2020-03-16
1
-1
/
+1
*
Boost 1.70 compatibility in asio_stream unit test
Hannes Rantzsch
2019-06-27
1
-2
/
+18
*
TLS::Context holds references rather than pointers
Hannes Rantzsch
2019-06-13
1
-37
/
+34
*
allow setting a verify_callback in TLS::Context
Hannes Rantzsch
2019-06-03
1
-24
/
+33
*
review: unit tests and public api version
Hannes Rantzsch
2019-04-29
1
-5
/
+8
*
Further cleanup of asio stream header files
Hannes Rantzsch
2019-04-26
1
-3
/
+3
*
require boost 1.68 for asio stream unit test
Hannes Rantzsch
2019-04-26
1
-1
/
+2
*
start restructuring asio stream headers
Hannes Rantzsch
2019-04-24
1
-55
/
+26
*
use ErrorType instead of TLS::error and remove convert_exceptions header
Hannes Rantzsch
2019-04-23
1
-6
/
+12
*
minor beautifications in asio_stream unit test
Hannes Rantzsch
2019-04-23
1
-12
/
+3
*
use existing TLS::Connection_Side instead of handshake_type
Hannes Rantzsch
2019-04-23
1
-11
/
+8
*
documentation and minor fixes for async ops
Hannes Rantzsch
2019-04-16
1
-8
/
+7
*
fix: require boost 1.66
Hannes Rantzsch
2019-04-16
1
-1
/
+1
*
FIX: do not block when reading into zero-sized buffer
Hannes Rantzsch
2019-04-16
1
-0
/
+52
*
improve constructor interface of Stream
Hannes Rantzsch
2019-04-16
1
-95
/
+101
*
async_write_some returns amount of bytes commited to the core, instead of byt...
Tim Oesterreich
2019-04-16
1
-1
/
+1
*
add tests for throws from Botan::TLS::Channel
Tim Oesterreich
2019-04-16
1
-6
/
+177
*
ensure boost version > 1.66.0
Tim Oesterreich
2019-04-16
1
-1
/
+5
*
improve tests
Tim Oesterreich
2019-04-16
1
-71
/
+79
*
do not use make_error_code and smaller PR review issues
Tim Oesterreich
2019-04-16
1
-2
/
+8
*
review: use specific buffer type where applicable
Tim Oesterreich
2019-04-16
1
-16
/
+16
*
use boost::beast::test::stream for all asio tests
Tim Oesterreich
2019-04-16
1
-363
/
+157
*
cleanup asio stream tests
Hannes Rantzsch
2019-04-16
1
-135
/
+59
*
fix and extend tests
Hannes Rantzsch
2019-04-16
1
-33
/
+165
*
cleanup asio::ssl::stream compatibility interfaces
Hannes Rantzsch
2019-04-16
1
-6
/
+17
*
fix: compile with gcc
Hannes Rantzsch
2019-04-16
1
-25
/
+25
*
rename member variables like 'm_***'
René Meusel
2019-04-16
1
-43
/
+43
*
move stream implemention into TLS namespace
René Meusel
2019-04-16
1
-6
/
+10
*
async stream tests with boost::beast
Hannes Rantzsch
2019-04-16
1
-35
/
+226
*
adapt Stream<> API to be compatibile to OpenSSL
René Meusel
2019-04-16
1
-10
/
+11
*
test sync and async handshake
Hannes Rantzsch
2019-04-16
1
-1
/
+73
*
add asio stream unit tests
Hannes Rantzsch
2019-04-16
1
-0
/
+431