Lines Matching full:store

1 .TH "hx509 certificate store functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*-…
5 hx509 certificate store functions \-
57 See the \fBCertificate store operations\fP for description and examples.
62 Add a certificate to the certificiate store.
70 \fIcerts\fP certificate store to add the certificate to.
89 \fIto\fP the store to merge into.
91 \fIlock\fP a lock that unlocks the certificates store, use NULL to select no password/certifictes/p…
93 \fIname\fP name of the source store
110 \fIcerts\fP certificate store to iterate over.
129 \fIcerts\fP certificate store to search.
133 \fIresult\fP the filtered certificate store, caller must free with \fBhx509_certs_free()\fP.
152 \fIcerts\fP certificate store to search.
169 Free a certificate store.
173 \fIcerts\fP certificate store to free.
179 Print some info about the certificate store.
185 \fIcerts\fP certificate store to print information about.
200 Open or creates a new hx509 certificate store.
206 \fIname\fP name of the store, format is TYPE:type-specific-string, if NULL is used the MEMORY store
215 \fIlock\fP a lock that unlocks the certificates store, use NULL to select no password/certifictes/p…
229 \fIcerts\fP certificate store to iterate over.
244 Merge a certificate store into another. The from store is keep intact.
250 \fIto\fP the store to merge into.
252 \fIfrom\fP the store to copy the object from.
269 \fIcerts\fP certificate store to iterate over.
273 \fIcert\fP return certificate next in store, NULL if the store contains no more certificates. Free …
290 \fIcerts\fP certificate store to iterate over
297 Returns an hx509 error code. HX509_UNSUPPORTED_OPERATION is returned if the certificate store doesn…
303 Write the certificate store to stable storage.
309 \fIcerts\fP a certificate store to store.
313 \fIlock\fP a lock that unlocks the certificates store, use NULL to select no password/certifictes/p…
318 …9 error code. HX509_UNSUPPORTED_OPERATION if the certificate store doesn't support the store opera…
330 \fIcerts\fP certificate store to iterate over.
357 Get one random certificate from the certificate store.
363 \fIcerts\fP a certificate store to get the certificate from.