Hi all,

I am trying to display the X509 subject name using example such as,

  x=load_cert(infile,informat);
  if(x==NULL) goto end;
  X509_NAME_oneline(X509_get_subject_name(x), buf, 256);

I want to know how many bytes are there before the subject 
field in the certififcate. Is there any openssl function to
get the number?

Kiyoshi,
Kiyoshi Watanabe

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to