I have some code accessing these fields from X509_NAME pointers, but
obviously that's not allowed in 1.1.

I think the code can be restructured to use X509_NAME_cmp
instead. Maybe.

But before I start that, is there some strong reason for not offering an
accessor function? Something like

  X509_NAME_get0_canonenc(const X509_NAME*, const unsigned char* *canonenc,
      unsigned int *canon_len)

Reply via email to