Lines Matching full:purpose
17 X509_PURPOSE_set - functions related to checking the purpose of a certificate
39 int X509_PURPOSE_set(int *p, int purpose);
43 X509_check_purpose() checks if certificate I<x> was created with the purpose
67 X509_PURPOSE_get_unused_id() returns the smallest purpose id not yet used,
70 It is currently ignored as the purpose mapping table is global.
73 the purpose with the given short name or -1 if not found.
76 the purpose with the given id or -1 if not found.
78 X509_PURPOSE_add() adds or modifies a purpose entry identified by I<sname>.
82 the purpose (long) name I<name>, the short name I<sname>, the purpose checking
98 X509_PURPOSE_set() assigns the given I<purpose> id to the location pointed at by
100 This resets to the any purpose if I<purpose> is B<X509_PURPOSE_DEFAULT_ANY>.
111 =item E<32>1 if the certificate was created to perform the purpose represented by I<id>
113 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
123 =item E<32>0 not a CA or does not have the purpose represented by I<id>
140 X509_PURPOSE_get_unused_id() returns the smallest purpose id not yet used.
143 the purpose with the given short name or -1 if not found.
146 the purpose with the given id or -1 if not found.
167 There may be race conditions retrieving purpose information while