> From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills
> Sent: Saturday, 11 August, 2012 08:57
> I wondered if perhaps there were path or filename
> specification problems
> (need to escape backslashes? a problem with embedded spaces?) but I
> eliminated all of those variables -- put
> From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills
> Sent: Monday, 13 August, 2012 11:32
> Found some things on the Web that led me to believe some
> programs choke when
> they get IPv6 addresses back from gethostbyname(), so I tried
> disabling IPv6
> on Windows -- but no improv
Found some things on the Web that led me to believe some programs choke when
they get IPv6 addresses back from gethostbyname(), so I tried disabling IPv6
on Windows -- but no improvement.
I have tried coding a server program more or less following the example in
the O'Reilly OpenSSL book and the f
I have exactly the same problem as
http://old.nabble.com/s_server-and-gethostbyname-failure-error-td14675962.html
http://old.nabble.com/s_server-and-gethostbyname-failure-error-td14675962.html
. I have searched and don't find any replies.
I run the following command:
openssl s_server -accept 65
Hi,
[...]
> > After that I generated a CRL (I own the CA) which then contained the
> > certificate with the serial 0x06.
> >
> > My question now is, would that be a proper workaround or is there a better
> > solution? Since the CRL
> > only contains the serial numbers of the certificates, this s
The signature for X509_STORE_add_cert is:
int X509_STORE_add_cert(X509_STORE*, X509*)
I notice that the second argument is X509* rather than X509 const*; this
makes life a bit difficult for me in certain places because I have only
an X509 const* available.
It seems, from looking at the sourc