I have an interesting case where I am using Solaris 8 (the patchset for
which which has /dev/urandom and /dev/random) with OpenSSL 1.0.1e. I can
see from my truss logs that we are attempting to connect to a secure web
server, but we see nothing in the Apache log files indicating we connect.
If I
I have Ubuntu 14.04 LTS x32 and not big Lan.
I have by myself generated Root->Intermediate->Server/Clients certificate
by OpenSSL.
I want to do some looks like OCSP server (responder) for Lan.
I looked at OpenSSL man and saw that OpenSSL can be as OCSP responder
listening some TCP port.
But I need
Hi,
I'm using openssl 1.0.2 (as web server application) and utilize the APLN
callback to react on protocols offered by the client. In this callback I need a
way to get the list of ciphers that the client sends within the client_hello.
Background is that http2 should only be negotiated if client s
Hi Dr. Henson,
Thank you for your reply. To work around this issue in my application, I
have considered attempting to re-sign an already signed CSR. Is this
possible with OpenSSL?
Thank you again,
Peter
On Tue, Nov 10, 2015 at 9:18 AM, Dr. Stephen Henson
wrote:
> On Mon, Nov 09, 2015, Peter P
On Mon, Nov 09, 2015, Peter P. wrote:
> Hi,
> I'm writing an application using Openssl 1.0.2d where I am trying to take a
> DER encoded unsigned CSR and read it into an X509_REQ data structure via
> the d2i_X509_REQ_bio() function. This function errors out during when I
> attempt to read in my uns