Re: error regaring libssl.so

2007-06-20 Thread Suchindra Chandrahas
I had the same issue earlier, and it got resolved once i gave -lcrypto and included -I/usr/include/openssl/rsa.h and all the .hs such as md5.h in the source You must include /usr/include/openssl/rsa.h, md5.h ... etc and linker time stuff such as -lcrypto has to be used Allen Chen <[EMAIL PROT

Re: problem converting pkcs12 cert to pem (for use with keystore)

2007-06-20 Thread cmose
well, just to follow up, and I know this is more of a general ssl question so I appreciate the patience. I opened up the server.p12 file in wordpad, expecting binary as, in my understanding at least, pkcs12 is a binary format. To my surprise wordpad displayed the standard --BEGIN CERTIFICATE-- xyz