In message <002b01c283f5$917bc8b0$[EMAIL PROTECTED]> on Mon, 4 Nov 2002 18:30:24
+0700, "Wadim S. Dicke" <[EMAIL PROTECTED]> said:
dicke> Can anybody help me with the following problem. When I compile OpenSSL
dicke> for linux-elf, 'make' passes without any errors, but when I try to do 'make
dic
Hello, All!
Can anybody help me with the following problem. When I compile OpenSSL
for linux-elf, 'make' passes without any errors, but when I try to do 'make
test', it reports many memory leaks in the same place - engine_list.c, line
378
(ENGINE_new()). At first I thought that some tests were
Hi!
We are trying to provide our own callbacks to
the RSA method thus overriding the defaults ( using engine version of
openssl).
Simplified version of existing code (that does not
use engine openssl)
void setCustomCallback(SSL *ssl, MyCtxt
*myCtxt){ RSA *rsa; RSA_METHOD *meth; X509