> 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
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
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
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
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=