Lines Matching full:context

10 .RI "void \fBhx509_context_set_missing_revoke\fP (hx509_context context, int flag)"
13 .RI "int \fBhx509_verify_init_ctx\fP (hx509_context context, hx509_verify_ctx *ctx)"
37 .RI "int \fBhx509_verify_path\fP (hx509_context context, hx509_verify_ctx ctx, hx509_cert cert, hx5…
40 .RI "int \fBhx509_ocsp_verify\fP (hx509_context context, time_t now, hx509_cert cert, int flags, co…
43 .RI "int \fBhx509_crl_alloc\fP (hx509_context context, hx509_crl *crl)"
46 .RI "int \fBhx509_crl_add_revoked_certs\fP (hx509_context context, hx509_crl crl, hx509_certs certs…
49 .RI "int \fBhx509_crl_lifetime\fP (hx509_context context, hx509_crl crl, int delta)"
52 .RI "void \fBhx509_crl_free\fP (hx509_context context, hx509_crl *crl)"
55 .RI "int \fBhx509_crl_sign\fP (hx509_context context, hx509_cert signer, hx509_crl crl, heim_octet_…
63 .SS "void hx509_context_set_missing_revoke (hx509_context context, int flag)"
69 \fIcontext\fP hx509 context to change the flag for.
75 .SS "int hx509_crl_add_revoked_certs (hx509_context context, hx509_crl crl, hx509_certs certs)"
77 Add revoked certificate to an CRL context.
81 \fIcontext\fP a hx509 context.
94 .SS "int hx509_crl_alloc (hx509_context context, hx509_crl * crl)"
96 Create a CRL context. Use \fBhx509_crl_free()\fP to free the CRL context.
100 \fIcontext\fP a hx509 context.
102 \fIcrl\fP return pointer to a newly allocated CRL context.
111 .SS "void hx509_crl_free (hx509_context context, hx509_crl * crl)"
113 Free a CRL context.
117 \fIcontext\fP a hx509 context.
119 \fIcrl\fP a CRL context to free.
123 .SS "int hx509_crl_lifetime (hx509_context context, hx509_crl crl, int delta)"
125 Set the lifetime of a CRL context.
129 \fIcontext\fP a hx509 context.
131 \fIcrl\fP a CRL context
142 .SS "int hx509_crl_sign (hx509_context context, hx509_cert signer, hx509_crl crl, heim_octet_string…
148 \fIcontext\fP a hx509 context.
163 .SS "int hx509_ocsp_verify (hx509_context context, time_t now, hx509_cert cert, int flags, const vo…
169 \fIcontext\fP a hx509 context
192 …ication context, makes an reference to the keyset, so the consumer can free the keyset independent…
196 \fIctx\fP a verification context
204context to the verfication context, , makes an reference to the revoke context, so the consumer ca…
208 \fIctx\fP a verification context.
210 \fIrevoke_ctx\fP a revoke context.
216 Free an hx509 verification context.
220 \fIctx\fP the context to be freed.
224 .SS "int hx509_verify_init_ctx (hx509_context context, hx509_verify_ctx * ctx)"
226 Allocate an verification context that is used fo control the verification process.
230 \fIcontext\fP A hx509 context.
241 .SS "int hx509_verify_path (hx509_context context, hx509_verify_ctx ctx, hx509_cert cert, hx509_cer…
243 Build and verify the path for the certificate to the trust anchor specified in the verify context. …
247 \fIcontext\fP A hx509 context.
249 \fIctx\fP A hx509 verification context.
268 \fIctx\fP a verification context
280 \fIctx\fP a verification context
292 \fIctx\fP a verification context
304 \fIctx\fP a verification context.