Re: support for Solaris on Opteron?

2006-04-07 Thread Ricardo Stella
Scott Danforth wrote: > I've been trying to build openssl 9.8a on an opteron-based Solaris 10. > I've tried the 64 bit solaris x86 configuration, and various 32-bit > gcc configurations (the gcc-2 that comes on Sun's Software Companion > CD only has 32 bit libraries), but nothing works. I get fart

support for Solaris on Opteron?

2006-04-07 Thread Scott Danforth
I've been trying to build openssl 9.8a on an opteron-based Solaris 10. I've tried the 64 bit solaris x86 configuration, and various 32-bit gcc configurations (the gcc-2 that comes on Sun's Software Companion CD only has 32 bit libraries), but nothing works. I get farthest with a gcc configurati

Re: How to get To-Be-Signed portion of certificate with openssl api ?

2006-04-07 Thread Dr. Stephen Henson
On Fri, Apr 07, 2006, Tatsuya Tsurukawa wrote: > Dear Steve, > > I've tried it with the following code, but I couldn't get the correct data > yet. Could you please point out the wrong point of the following code. > > // variables > int iResult = 0; > unsigned char cert[2000]; > BIO *bioPtr; > X5

Re: How to get To-Be-Signed portion of certificate with openssl api ?

2006-04-07 Thread Tatsuya Tsurukawa
Dear Steve, I've tried it with the following code, but I couldn't get the correct data yet. Could you please point out the wrong point of the following code. // variables int iResult = 0; unsigned char cert[2000]; BIO *bioPtr; X509 *certPtr; unsigned char *tbs; : // make X509 structure bioPtr =

Problem of server telling client to shut down

2006-04-07 Thread michael Dorrian
For some reason i cannot let the client know the server has shutdown. I read the documents about ssl_shutdown() and it said if the return value is 1 then its successful. I checked this on the server side using get_shutdown() and it retrurned "1" which i believe to be the correct value. When i use g