RE: Using File Descriptors? C++

2011-12-19 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nathan Smyth > Sent: Monday, 19 December, 2011 13:48 > I was wondering if has any examples (either pasted or links) on > using file descriptors (i.e. standard socket type operations) with OpenSSL. > I tried some basic c

RE: openssl genpkey command not found

2011-12-19 Thread Dave Thompson
Sorry about the HTML but Outlook refuses to convert this for some reason. _ From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Yang Chun-Kai Sent: Saturday, 17 December, 2011 14:18 To: openssl-users@openssl.org Subject: openssl genpkey command not

Using File Descriptors? C++

2011-12-19 Thread Nathan Smyth
Hi there, I was wondering if has any examples (either pasted or links) on using file descriptors (i.e. standard socket type operations) with OpenSSL. I tried some basic code, but the things I'm doing don't seem to work (e.g. I don't know how to build up a new SSL object given an existing fd on

Using File Descriptors? C++

2011-12-19 Thread Nathan Smyth
Hi there, I was wondering if has any examples (either pasted or links) on using file descriptors (i.e. standard socket type operations) with OpenSSL. I tried some basic code, but the things I'm doing don't seem to work (e.g. I don't know how to build up a new SSL object given an existing fd o

Problems with including zlib

2011-12-19 Thread grarpamp
I have a case that needs zlib statically in openssl. But I can't seem to make that. Only dynamic is made. For testing I put zlib125 in its own . Then for openssl... ./config --prefix= --with-zlib-include=/include --with-zlib-lib=/lib shared zlib make make install This gives... LD_LIBRARY_PATH=