In the .\demos\bio\ dir there is an example of using BIO_new_ssl and some
other functions.
Should i use this way to make a server program using openssl, or is it
prefered to use an other way.
I currently try to make a server, which uses openssl, and which has to spawn
a new thread after an accep
hi, is just started and have e few questions...
#1
char *ERR_lib_error_string(unsigned long e);
char *ERR_func_error_string(unsigned long e);
char *ERR_reason_error_string(unsigned long e);
The thing i want to do is acces the flags from the errorbuffer, but this is
not accessabe (NT -DLL),
i