[PATCH V3 5/7] library: Add openconnect_get_peer_cert_chain()
Kevin Cernekee
cernekee at gmail.com
Fri May 6 08:47:23 PDT 2016
On Fri, May 6, 2016 at 8:39 AM, David Woodhouse <dwmw2 at infradead.org> wrote:
> On Wed, 2016-05-04 at 21:40 -0700, Kevin Cernekee wrote:
>>
>> +struct oc_cert {
>> + int der_len;
>> + unsigned char *der_data;
>> + void *reserved;
>> +};
>
> Why 'reserved'? Is that just for future expansion?
Yes, it's similar to the reserved field in struct oc_form_opt.
More information about the openconnect-devel
mailing list