RE: Certificates on embedded systems without filesystems

2008-05-01 Thread Bhagvan C
I see these in ssl.h int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x); int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, unsigned char *d); and I've used the SSL_CTX_use_certificate_ASN1(), with 'd' being a DER encoded cert in a buffer Bhagvan David Schwartz <[EMAIL PROTECTED]> wrote:

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-01 Thread Welling, Conrad Gerhart
Steve: Here 'tis: --- Makefile --- FIPSPROD = openssl-fips-1.1.2.tar FIPSDIR = openssl-fips-1.1.2 all:fips-build $(FIPSDIR): $(FIPSPROD)

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-01 Thread Welling, Conrad Gerhart
Steve: Sorry 'bout the "abundance of info" last night. I was trying to get out of here before midnight and did some quick cut-and-paste. Before I rebuild with your Makefile suggestion, I need to clarify that I downloaded the HP C compiler package (60 day trial of complete product) because I wa

Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-01 Thread Steve Marquess
Welling, Conrad Gerhart wrote: Steve: Well, I put the IA64 build on the back burner. I downloaded the trial HP C compiler package and installed it on a HP-UX 11 PA-RISC2.0 platform on which I have tried to build openssl-fips-1.1.2. I've hit a snag (actually, a few) and spent a few days Googl