Re: Certificate verification fails on MIPS architecture

2008-05-27 Thread Lutz Jaenicke
Till Elsner wrote: > I tried to track down the problem, but it still seems that , when it > comes to certificate verification, on the OpenWRT fails what works on > a standard linux desktop PC. I wrote a short program that validates > certificates, that I'll append to this mail. If someone has some

Re: Certificate verification fails on MIPS architecture

2008-05-26 Thread Till Elsner
I tried to track down the problem, but it still seems that , when it comes to certificate verification, on the OpenWRT fails what works on a standard linux desktop PC. I wrote a short program that validates certificates, that I'll append to this mail. If someone has some MIPSEL platform ava

Re: Certificate verification fails on MIPS architecture

2008-05-26 Thread Till Elsner
Am 26.05.2008 um 13:13 schrieb Lutz Jaenicke: Till Elsner wrote: Ok, after verifying what platform I'm actually compiling for, it's definitely little-endian (Linksys WRT54G running on Broadcom BCM4712). So what else could be the problem here? Am 24.05.2008 um 22:23 schrieb Lutz Jänicke: I

Re: Certificate verification fails on MIPS architecture

2008-05-26 Thread Lutz Jaenicke
Till Elsner wrote: > > Am 26.05.2008 um 13:13 schrieb Lutz Jaenicke: > >> Till Elsner wrote: >>> Ok, after verifying what platform I'm actually compiling for, it's >>> definitely little-endian (Linksys WRT54G running on Broadcom BCM4712). >>> So what else could be the problem here? >>> >>> Am 24.05

Re: Certificate verification fails on MIPS architecture

2008-05-26 Thread Lutz Jaenicke
Till Elsner wrote: > Ok, after verifying what platform I'm actually compiling for, it's > definitely little-endian (Linksys WRT54G running on Broadcom BCM4712). > So what else could be the problem here? > > Am 24.05.2008 um 22:23 schrieb Lutz Jänicke: >> I am not aware of any specific problems of O

Re: Certificate verification fails on MIPS architecture

2008-05-26 Thread Till Elsner
Ok, after verifying what platform I'm actually compiling for, it's definitely little-endian (Linksys WRT54G running on Broadcom BCM4712). So what else could be the problem here? Am 24.05.2008 um 22:23 schrieb Lutz Jänicke: Till Elsner schrieb: Hi, I'm running a program using some OpenSSL

Re: Certificate verification fails on MIPS architecture

2008-05-24 Thread Lutz Jänicke
Till Elsner schrieb: Hi, I'm running a program using some OpenSSL features for certificate handling on an MIPS architecture (Linksys WRT router with OpenWRT firmware). On an x86 Linux everything works fine, but on the router the certficate verification using X509_verify_cert fails. The certi

Re: Certificate verification fails on MIPS architecture

2008-05-23 Thread Michael S. Zick
On Fri May 23 2008 16:24, Till Elsner wrote: > Am 23.05.2008 um 05:44 schrieb Michael S. Zick: > > > On Thu May 22 2008 16:59, Till Elsner wrote: > >> Hi, > >> > >> I'm running a program using some OpenSSL features for certificate > >> handling on an MIPS architecture (Linksys WRT router with Open

Re: Certificate verification fails on MIPS architecture

2008-05-23 Thread Till Elsner
Am 23.05.2008 um 05:44 schrieb Michael S. Zick: On Thu May 22 2008 16:59, Till Elsner wrote: Hi, I'm running a program using some OpenSSL features for certificate handling on an MIPS architecture (Linksys WRT router with OpenWRT firmware). On an x86 Linux everything works fine, but on the rout

Re: Certificate verification fails on MIPS architecture

2008-05-22 Thread Michael S. Zick
On Thu May 22 2008 16:59, Till Elsner wrote: > Hi, > > I'm running a program using some OpenSSL features for certificate > handling on an MIPS architecture (Linksys WRT router with OpenWRT > firmware). On an x86 Linux everything works fine, but on the router > the certficate verification usi