Home | History | Annotate | Download | only in nbsvtool

Lines Matching refs:x509

40 #include <openssl/x509.h>
66 * to find the path from the `cert' to the x509 anchor can be passed
71 sign_file(X509 *cert, EVP_PKEY *private_key, STACK_OF(X509) *cert_chain,
107 verify_file(STACK_OF(X509) *cert_chain, const char *anchor,
110 STACK_OF(X509) *signers;
151 X509 *x = sk_X509_value(signers, i);
187 static STACK_OF(X509) *
190 STACK_OF(X509) *certs;
198 X509 *cert;
232 X509 *certificate;
233 STACK_OF(X509) *cert_chain;
247 STACK_OF(X509) *c;
292 printf("%s [-u code|...] [-a x509-anchor-file] verify filename.sp7\n",
294 printf("%s [-u code|...] [-a x509-anchor-file] verify filename otherfilename.sp7\n",
296 printf("%s [-u code|...] [-a x509-anchor-file] verify-code file ...\n",