RE: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-13 Thread Mark Lavi
On Tue, Jan 13, 2009, Dr. Stephen Henson wrote: >In these three lines in crypto/sha/Makefile: > (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS)) > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) > >Try changing ../$@ to >../$@ Dr. Steve: I have d

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Justin A
Dr. Stephen, Thanks for your reply. After changing to what you have mentioned I am getting this security error during linking. ===Error log === C:\openssl-0.9.8j>nmake -f ms\nt.mak Microsoft (R) Program Maintenance Utility   Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights

RE: time stamping authority support in openssl: ts, tsget: which version to use best?

2009-01-13 Thread Brad Mitchell
Hi Hans, I was using 0.9.8c but I was having problems. I looked at the current snapshot versions and found a lot had been changed so I opted to going to 0.9.9 current in development version. I also made a patch/change to verification of tokens to set the current time for verification in th

Re: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-13 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Mark Lavi wrote: > Hello all, > > I've run into a strange build problem that I did not encounter under > relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64. > Even when I simplify my configure arguments to only --prefix and then > repeat make clean and m

OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-13 Thread Mark Lavi
Hello all, I've run into a strange build problem that I did not encounter under relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64. Even when I simplify my configure arguments to only --prefix and then repeat make clean and make again, the issue is consistently reproducible. I

RE: reducing the size of openssl package

2009-01-13 Thread Mark Lavi
I understand your goal, but your request deals with a domain that I have no experience in. You should learn about all of the build options for OpenSSL and you should consult other Gumstix developers if there is a community forum for questions and advice. Hopefully someone else on this list might be

RE: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Blasdel, Jerry
Fips - bash-3.00$ ./config -t Operating system: sun4u-whatever-solaris2 Configuring for solaris64-sparcv9-cc /usr/bin/perl ./Configure solaris64-sparcv9-cc /WWW/netuser/GTSAPU/build/extract/openssl-fips/openssl-fips-1.2 Openssl - bash-3.00$ ./config -t Operating system: sun4u-whatever-solaris2

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Blasdel, Jerry wrote: > Steve, > > The platform is Solaris 10. > > PATH=/usr/ccs/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/bin:/usr/local > /bin:/opt/viscobol:/usr/perl5/bin > > Steps: > 1. extract openssl-fips-1.2 > 2. ./config fipscanisterbuild > 3. make > 4. make

RE: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Blasdel, Jerry
Steve, The platform is Solaris 10. PATH=/usr/ccs/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/bin:/usr/local /bin:/opt/viscobol:/usr/perl5/bin Steps: 1. extract openssl-fips-1.2 2. ./config fipscanisterbuild 3. make 4. make install This is part is successful. 5. extract openssl-0.9.8j 6.

Errors comping openssl-SNAP-20090113

2009-01-13 Thread The Doctor
efined reference to `___toupper' gost_pmeth.o: In function `pkey_gost_mac_ctrl_str': gost_pmeth.o(.text+0xeb5): undefined reference to `strlen' gost_sign.o: In function `pack_sign_cp': gost_sign.o(.text+0x20d): undefined reference to `memset' gost_sign.o: In function `store_b

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Dr. Stephen Henson
On Mon, Jan 12, 2009, Justin A wrote: > > Hi All, > > I am getting this error ( below)  while building fips capable  OpenSSL on > version 0.9.8j on WIN-IA64  showing possible loss of data and bails out. > > 1) I did NOT have any issues building the fips - 1.2 ( fipscanister build - > FIPS MOD

time stamping authority support in openssl: ts, tsget: which version to use best?

2009-01-13 Thread hans.kramer
Dear all, I would like to use "ts" and "tsget" to test a TSA (time stamping authority) prototype. I looked at the download list of www.opentsa.org and was a little confused. The latest openssl version supported is 0.9.8c, which is pretty outdated. I read that "ts" and "tsget" will be integrate

unable to install module

2009-01-13 Thread archana chaware
hello, i have installed strawberry perl 5.10.. i have inatall openssl 0.9.8b and try to install Net_SSLeay 1.30 but i got an error in cerating ssleay.dll please give me some solution for this... -- Thanks & Regards, Archana

Availability of OpenSSL API for getting certificate type(DER/PEM) by giving certificate data as input

2009-01-13 Thread prathima
Hi All, We are implementing Mutual TLS for SIP phone(Polycom SoundPoint IP phone). In SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type), here generally we pass macros SSL_FILETYPE_PEM/SSL_FILETYPE_ASN1 as arguments for the type. Is there any OpenSSL API available through

RE: reducing the size of openssl package

2009-01-13 Thread H7914
Dear sir, i want to use the openSSL package in gumstix. since it has a very small space so i want to reduce the size of the openssl package. please send me the procudure to reduce it Regards harihar Mark Lavi wrote: > > I typically remove the ssl/man directory contents when I have multiple