BIO * sock, should i use the BIO_set_accept_bios?

1999-04-21 Thread Witteveen, E.Y.
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

Some simple questions

1999-04-19 Thread Witteveen, E.Y.
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