Re: Certificte extensions: thoughts.

1999-01-04 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > >Currently V3 extension support is almost absent. > > We've done almost all of what you're suggesting: > typedef struct x509_extension_method_st > { > int nid; > void (*clear)(); > int (*get_bool)(); // used if extn is ASN1_BIT_STRING >

RE: Certificte extensions: thoughts.

1999-01-04 Thread salzr
>Currently V3 extension support is almost absent. We've done almost all of what you're suggesting: typedef struct x509_extension_method_st { int nid; void (*clear)(); int (*get_bool)(); // used if extn is ASN1_BIT_STRING int (*set_bool)(); int (*get_str)();

Re: Certificte extensions: thoughts.

1999-01-01 Thread Ben Laurie
Dr Stephen Henson wrote: > > Heres a few random thoughts on how I think certificate extensions could > be handled. > > Currently V3 extension support is almost absent. To help matters I wrote > ca-fix ages ago until proper extension support was added (it was always > "real soon now") but alas it