Certificate creation with MD5 signature algorithm

2008-10-20 Thread Shivakumar Balur
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

Re: pq_compat.h

2008-10-20 Thread Lutz Jaenicke
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_

RE: how do I determine blocking or nonblocking?

2008-10-20 Thread David Schwartz
> 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

Re: how do I determine blocking or nonblocking?

2008-10-20 Thread Darryl Miles
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