Lines Matching refs:extension
8 X509_EXTENSION_get_critical, X509_EXTENSION_get_data - extension utility
30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The
34 B<crit> is zero the extension in non-critical otherwise it is critical.
36 X509_EXTENSION_set_data() sets the data in extension B<ex> to B<data>. The
39 X509_EXTENSION_create_by_NID() creates an extension of type B<nid>,
40 criticality B<crit> using data B<data>. The created extension is returned and
41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
46 except it creates and extension using B<obj> instead of a NID.
48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an
52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it
55 X509_EXTENSION_get_data() returns the data of extension B<ex>. The returned
60 These functions manipulate the contents of an extension directly. Most
61 applications will want to parse or encode and add an extension: they should
62 use the extension encode and decode functions instead such as
65 The B<data> associated with an extension is the extension encoding in an