Re: Signature Algorithm

2011-01-09 Thread Christian Hohnstaedt
On Mon, Jan 10, 2011 at 10:51:21AM +0530, Karthik Ravikanti wrote: > Hi, > > How can we get a string representation of a signature algorithm from a > certificate? X509 *cert; const char *sigalg = OBJ_nid2ln(OBJ_obj2nid(cert->sig_alg->algorithm)); Cheers Christian __

Signature Algorithm

2011-01-09 Thread Karthik Ravikanti
Hi, How can we get a string representation of a signature algorithm from a certificate? Thanks, Karthik