Lines Matching full:purpose
76 X509_PURPOSE_set \- functions related to checking the purpose of a certificate
98 \& int X509_PURPOSE_set(int *p, int purpose);
102 \&\fBX509_check_purpose()\fR checks if certificate \fIx\fR was created with the purpose
128 \&\fBX509_PURPOSE_get_unused_id()\fR returns the smallest purpose id not yet used,
131 It is currently ignored as the purpose mapping table is global.
134 the purpose with the given short name or \-1 if not found.
137 the purpose with the given id or \-1 if not found.
139 \&\fBX509_PURPOSE_add()\fR adds or modifies a purpose entry identified by \fIsname\fR.
143 the purpose (long) name \fIname\fR, the short name \fIsname\fR, the purpose checking
159 \&\fBX509_PURPOSE_set()\fR assigns the given \fIpurpose\fR id to the location pointed at by
161 This resets to the any purpose if \fIpurpose\fR is \fBX509_PURPOSE_DEFAULT_ANY\fR.
169 .IP " 1 if the certificate was created to perform the purpose represented by \fIid\fR" 4
170 .IX Item " 1 if the certificate was created to perform the purpose represented by id"
171 .IP " 0 if the certificate was not created to perform the purpose represented by \fIid\fR" 4
172 .IX Item " 0 if the certificate was not created to perform the purpose represented by id"
179 .IP " 0 not a CA or does not have the purpose represented by \fIid\fR" 4
180 .IX Item " 0 not a CA or does not have the purpose represented by id"
195 \&\fBX509_PURPOSE_get_unused_id()\fR returns the smallest purpose id not yet used.
198 the purpose with the given short name or \-1 if not found.
201 the purpose with the given id or \-1 if not found.
221 There may be race conditions retrieving purpose information while