Hi ,
Please any one help me in creating self signed root certificate with rsa
key & md5 sig algorithm using openssl command, even after changing in
openssl.cnf i am not able to create.
where as now able to create rsa key & sha1 sig algo but i need rsa key & md5
sig algo.
Advance thanks for
Alex Chen wrote:
> The header file crypto/pqueue/pq_compat.h does not have the following
> directive
>
> #ifndef HEADER_PQ_COMPAT_H
> #define HEADER_PQ_COMPAT_H
>
> #enedif
>
> The effect is that we get warnings about PQ_64BIT being redefined
> because ssl.h includes ssl3.h, which includes pq_
> David Schwartz wrote:
> > Which is pretty much the same as every other operation. If you
> > call 'send'
> > or 'write' on a blocking TCP socket, and you get a zero return,
> > does that
> > mean the data has been sent? No. It means the data is queued
> > and the send is
> > in progress. If you
David Schwartz wrote:
Which is pretty much the same as every other operation. If you call 'send'
or 'write' on a blocking TCP socket, and you get a zero return, does that
mean the data has been sent? No. It means the data is queued and the send is
in progress. If you call 'shutdown' on a blocking