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
/
cli
/
tls_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some MSVC and LGTM warnings
Jack Lloyd
2019-06-29
1
-1
/
+1
*
Add a cast for Windows
Jack Lloyd
2019-04-30
1
-1
/
+1
*
Fix tls_server
Jack Lloyd
2019-04-30
1
-1
/
+9
*
Tracing socket feature for the CLI TLS server.
David Carlier
2019-03-29
1
-0
/
+27
*
Fix some extra semicolons
Jack Lloyd
2019-03-27
1
-1
/
+1
*
Windows compilation fix
Vitaly Ivanov
2019-02-22
1
-1
/
+1
*
macOS fix for tls_server in UDP/DTLS mode
Vitaly Ivanov
2019-02-21
1
-1
/
+4
*
Sandboxing feature from CLI pov.
David Carlier
2019-01-14
1
-1
/
+3
*
Proposal of sandboxing feature.
David Carlier
2019-01-06
1
-0
/
+6
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
1
-1
/
+1
*
Fix file descriptor leak in tls_server
Jack Lloyd
2018-06-29
1
-0
/
+2
*
Add --max-clients= option to tls_server CLI
Jack Lloyd
2018-06-28
1
-1
/
+8
*
Reorganize code to avoid cli/test build failures if filesystem disabled
Jack Lloyd
2018-01-19
1
-1
/
+2
*
Merge GH #1387 Improve help output of cli tool
Jack Lloyd
2018-01-14
1
-0
/
+10
|
\
|
*
Print a command description for cli help
René Korthaus
2018-01-04
1
-0
/
+10
*
|
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
1
-1
/
+1
|
/
*
Convert TLS server to new style TLS interface (GH #1350)
Jack Lloyd
2017-12-23
1
-78
/
+71
*
Add wrapper functions to clean up cli code using sockets
Jack Lloyd
2017-12-23
1
-43
/
+4
*
Refactor option parsing in cli and test code
Jack Lloyd
2017-10-24
1
-0
/
+1
*
Remove various unused variables
Jack Lloyd
2017-10-02
1
-1
/
+0
*
Use explicit :: or std:: to refer to functions in namespaces
Jack Lloyd
2017-10-01
1
-2
/
+2
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Fix bad write if a socket error occurred using --dump-traces
Jack Lloyd
2017-09-07
1
-5
/
+5
*
Add --dump-traces option to tls_server
Jack Lloyd
2017-09-02
1
-1
/
+18
*
Add a script for running TLS-Attacker, remove old shell scripts
Jack Lloyd
2017-09-02
1
-20
/
+18
*
Enforce signature hash policy properly
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Add support for Windows sockets to http_util
René Korthaus
2017-08-04
1
-1
/
+38
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-29
/
+56
*
TLS CBC functionality now exposed to the library developer. Useful for direct...
Juraj Somorovsky
2016-11-19
1
-20
/
+31
*
Remove remaining old style casts.
Jack Lloyd
2016-11-09
1
-3
/
+3
*
TLS Policy support
Christian Mainka
2016-05-03
1
-3
/
+20
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-21
/
+28
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-3
/
+3
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-1
/
+1
*
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
1
-1
/
+1
*
Add Command::rng()
Jack Lloyd
2015-12-27
1
-6
/
+3
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-6
/
+6
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-154
/
+130
*
Rename cmd/app -> cli
Simon Warta
2015-12-09
1
-0
/
+270