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
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
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
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