Searched refs:certificates (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in3 # unbound-control-setup.sh - set up SSL certificates for unbound-control
41 # issuer and subject name for certificates
45 # validity period for certificates
60 # flag to recreate generated certificates
90 -d <dir> used directory to store keys and certificates (default: $DESTDIR)
92 -r recreate certificates
217 # echo "preferences - advanced - encryption - view certificates - your certs"
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcms.c529 * certificates private key. This limits what private key type can be
725 if (sd->certificates == NULL)
728 for (i = 0; i < sd->certificates->len; i++) {
732 sd->certificates->val[i].data,
733 sd->certificates->val[i].length,
768 * @param pool certificate pool to build certificates paths.
879 * search for matching certificates by not considering
880 * KeyUsage bits on the certificates.
1026 * signing certificates and leave that up to the caller.
1134 * polulate the certificates include
[all...]
/freebsd-current/crypto/openssh/
H A Dreadconf.h95 int num_certificate_files; /* Number of extra certificates for ssh. */
98 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; member in struct:__anon7
H A Dssh.c2344 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; local
2358 memset(certificates, 0, sizeof(certificates));
2405 * If no certificates have been explicitly listed then try
2435 fatal_f("too many certificates");
2460 certificates[n_certs] = public;
2475 memcpy(options.certificates, certificates, sizeof(certificates));
H A Dreadconf.c2568 memset(options->certificates, 0, sizeof(options->certificates));
2988 sshkey_free(o->certificates[i]);
H A Dsshconnect2.c1660 * 1. certificates listed in the config file
1661 * 2. other input certificates
1705 /* list of certificates specified by user */
1707 key = options.certificates[i];
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_lib.c483 return &cms->d.signedData->certificates;
488 return &cms->d.envelopedData->originatorInfo->certificates;
493 return &cms->d.authEnvelopedData->originatorInfo->certificates;
H A Dcms_local.h78 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_SignedData_st
124 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_OriginatorInfo_st
H A Dcms_asn1.c82 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
88 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
H A Dcms_sd.c75 for (i = 0; i < sk_CMS_CertificateChoices_num(sd->certificates); i++) {
76 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
626 certs = sd->certificates;
H A Dcms_env.c1035 for (i = 0; i < sk_CMS_CertificateChoices_num(org->certificates); i++) {
1037 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
/freebsd-current/secure/lib/libcrypto/man/man7/
H A DMakefile124 MAN+= proxy-certificates.7

Completed in 265 milliseconds