memory leak

2001-12-10 Thread Wolfgang Marczy
, or which is the right order. Can someone give me an advice? Many Thanx, Wolfgang. PS: I already know, that there exists memory leak search in OpenSSL, but I wanted to try the community first. ++ Wolfgang Marczy, Development, Topcall International AG. Talpagasse 1 A

Problems with Exchange

2001-09-19 Thread Wolfgang Marczy
FFER), but it does not affect the problem. Does anyone know this behaviour? Thanks a lot! Wolfgang Marczy. Development, Topcall. __ OpenSSL Project http://www.openssl.org User Support Ma

OpenSSL connection problem

2000-11-30 Thread Wolfgang Marczy
D5" or the default values. SSL_set_cipher_list returned 1, so I believe it worked. What is additionally needed? The man pages state something about certificates and keys which I need to use these ciphers. Do I have to generate them manually with some function first, before the client accepts the ci

OpenSSL connection problem

2000-11-29 Thread Wolfgang Marczy
se ciphers. Do I have to generate them manually with some function first ? Thanx, Wolfgang Marczy. __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: SSL_read problem

2000-11-27 Thread Wolfgang Marczy
Wolfgang Marczy@TOPCALL 11/27/2000 04:20 PM To: [EMAIL PROTECTED]@smtp cc: Subject:Re: SSL_read problem Hi everybody, I get the strange error140DF114:SSL routines:SSL_read:uninitialized , though I have initialized the connection as seen below. Has anybody encountered

SSL_read problem

2000-11-23 Thread Wolfgang Marczy
()) ssl_con_serv=SSL_new(ssl_ctx_serv) err_flag=SSL_set_fd(ssl_con_serv,rec_socket) err_flag=SSL_accept(ssl_con_serv) ret=SSL_read(ssl_co_servn,line,LINELENGTH) Everything works fine except SSL_read. Any suggestions?? Thanx, Wolfgang Marczy