Hi!
I'm making a csr using the Java tool keytool, I am then going to sign it
with the OpenSSL CA-functionality, but I can't. Here is what I get when I
try to do so (sign.sh is a script I found with mod_ssl to sign certificates,
but I don't think that's the problem):
$ sign.sh Client.csr
CA signi
Hi!
I'm making a few objects that are communicating with eachother using SSL. It
almost works now, but I want my client to read from the connection until
there are no more to read, without knowing how much the server is sending. I
thought using SSL_pending() would do the trick. However, the call