Lines Matching refs:purpose

21     my ($cert, $purpose, $trusted, $untrusted, @opts) = @_;
24 push(@args, "-purpose", $purpose) if $purpose ne "";
59 # Explicit trust/purpose combinations
62 "accept server purpose");
64 "fail client purpose");
68 "accept server trust with server purpose");
70 "accept server trust with client purpose");
75 "accept wildcard trust with server purpose");
77 "accept wildcard trust with client purpose");
82 "accept client mistrust with server purpose");
84 "fail client mistrust with client purpose");
89 "fail client trust with server purpose");
91 "fail client trust with client purpose");
96 "fail server mistrust with server purpose");
98 "fail server mistrust with client purpose");
103 "fail wildcard mistrust with server purpose");
105 "fail wildcard mistrust with client purpose");
151 "accept partial chain with server purpose");
153 "fail partial chain with client purpose");
157 "accept server trust client purpose partial chain");
179 "accept server purpose");
181 "accept server trust and purpose");
183 "accept wildcard trust and server purpose");
185 "accept client mistrust and server purpose");
187 "accept server trust and client purpose");
189 "accept wildcard trust and client purpose");
191 "fail client purpose");
199 "fail client trust and server purpose");
201 "fail client trust and client purpose");
203 "fail server mistrust and client purpose");
205 "fail client mistrust and client purpose");
207 "fail server mistrust and server purpose");
209 "fail wildcard mistrust and server purpose");
211 "fail wildcard mistrust and client purpose");
217 "fail server leaf purpose");
219 "fail client leaf purpose");