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-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 int