[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC - support for subjectUniqueID and issuerUniqueID
From: |
Brad Hards |
Subject: |
Re: RFC - support for subjectUniqueID and issuerUniqueID |
Date: |
Wed, 18 Aug 2010 07:46:13 +1000 |
User-agent: |
KMail/1.13.5 (Linux/2.6.32.16-150.fc12.x86_64; KDE/4.4.5; x86_64; ; ) |
On Wednesday, August 18, 2010 04:22:50 am you wrote:
> They look useful and anyway they should be added for completeness. As of
> the implementation, I'd prefer a version that doesn't return an
> allocated string but rather something that writes a user buffer such as
> gnutls_x509_crt_get_dn() does. If you have such a version we could add it.
OK. I don't like this approach, because you always have to do the call twice
(once to get the length, and again to actually get any data), but will comply
to get the feature added.
I'll try to get this (and the reverse to allow writing of these fields)
implemented today.
Brad