genrrating CA

2004-10-11 Thread nitin singh
Hello, I am using openssl 0.9.7d , and i used CA.pl command to create my CA. just when i was signing user request i got this error 4907:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:329:group=CA_default name=unique_subject After doing google on it i found it is

pkipath

2004-09-30 Thread nitin singh
Hello all, I was searching for pkipath implementation within openssl. Definition of pki path is as follows.   An ASN.1 DER encoded sequence of certificates, defined as follows PkiPath ::= SEQUENCE OF CertificateWithin the sequence, the order of certificates is such that the subject of the

Certifcate verification failure

2004-12-01 Thread nitin singh
Hello, I am running same program (verifying certificate chain) on pentium machine and ARM machine. On pentium, the chain verifies, but on ARM processor it fails. Incidentaly the command line utility of openssl verifies the cert chain on both machines.   I tried generating certs on ARM machine, and

RE:Certifcate verification failure on ARM

2004-12-01 Thread nitin singh
Hi, I am working with gcc. Even if I want to solve this porblem, I dont know how to do it. Strangely, when we use the  command line utility (built using the same gcc during make) the certificate chain verfies, but in the code it does'nt. While on Pentium, everything works fine.If anybody knows a  w