Re: using SSL BIO in Kylix

2002-11-15 Thread Johannes Berg
> I can't make anything of it, and ssldump shows almost identical packets > when I use the sconnect.c demo, which *works*! My mistake! The data on the wire is OK, only inside I had buffering problems. johannes __ OpenSSL Project

using SSL BIO in Kylix

2002-11-15 Thread Johannes Berg
Hello, Yes, I'm new here. But I've searched the net and found nothing, and I'd appreciate it if someone could help me. I wrote a BIO that I could use in Kylix, to ssl-encrypt data: kylix -> openssl -> kylix -> sockets I know I could transfer the data directly into a socket BIO, but I don't want