Is there any API/C program to convert Distinguished name(DN) in ASCII String format to DER encoded ASN.1 DN ?
For example I want to encode this string "C=CH, O=Texas, CN=iss" in ASN.1 DER format, in order to send in a packet.
Please help me out on this.