X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=tools%2Fbrssl.h;h=c47a026fef5e2db4857875ad290cb04a2655d045;hp=f2957e640f4db949768c0ccb68110fc1f717aa8b;hb=93681c283077b838ddfc5e276238640c9ed62343;hpb=ce1c57909a1b089f1f9a5edafcc76d1b5f8139fc diff --git a/tools/brssl.h b/tools/brssl.h index f2957e6..c47a026 100644 --- a/tools/brssl.h +++ b/tools/brssl.h @@ -485,7 +485,8 @@ const char *get_algo_name(const void *algo, int long_name); /* * Run a SSL engine, with a socket connected to the peer, and using - * stdin/stdout to exchange application data. + * stdin/stdout to exchange application data. The socket must be a + * non-blocking descriptor. * * To help with Win32 compatibility, the socket descriptor is provided * as an "unsigned long" value. @@ -538,4 +539,11 @@ int do_ta(int argc, char *argv[]); */ int do_chain(int argc, char *argv[]); +/* + * Do the "twrch" command. Returned value is 0 on success, -1 on failure + * (processing or arguments), or a non-zero exit code. Command-line + * arguments start _after_ the command name. + */ +int do_twrch(int argc, char *argv[]); + #endif