Re: (tag != V_ASN1_INTEGER) error

2004-10-11 Thread Alan DeKok
"Bilal Ahmed" <[EMAIL PROTECTED]> wrote: > When I try to initialize my Client, it loads the Client certificate > successfully but while loading the private key (Client certificate and > its Private Key are in the same .der file), it returns with error after > hitting the following line of code: >

(tag != V_ASN1_INTEGER) error

2004-10-11 Thread Bilal Ahmed
Hi, I have used the script CA.all to generate the Root, Server and Client certificates. Now on the Freeradius Server side, all the required certificates loaded successfully and the Freeradius Server initializes successfully. When I try to initialize my Client, it loads the Client certificate succ