Searched refs:fingerprints (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14-stable/crypto/openssh/ |
| HD | dns.c | 201 struct rrsetinfo *fingerprints = NULL; in verify_host_key_dns() local 224 DNS_RDATATYPE_SSHFP, 0, &fingerprints); in verify_host_key_dns() 230 if (fingerprints->rri_flags & RRSET_VALIDATED) { in verify_host_key_dns() 233 fingerprints->rri_nrdatas); in verify_host_key_dns() 236 fingerprints->rri_nrdatas); in verify_host_key_dns() 239 if (fingerprints->rri_nrdatas) in verify_host_key_dns() 242 for (counter = 0; counter < fingerprints->rri_nrdatas; counter++) { in verify_host_key_dns() 249 fingerprints->rri_rdatas[counter].rdi_data, in verify_host_key_dns() 250 fingerprints->rri_rdatas[counter].rdi_length)) { in verify_host_key_dns() 262 freerrset(fingerprints); in verify_host_key_dns() [all …]
|
| /freebsd-14-stable/crypto/openssl/doc/ |
| HD | README.md | 6 [fingerprints.txt](fingerprints.txt) 7 PGP fingerprints of authorised release signers
|
| HD | fingerprints.txt | 4 the fingerprints of team members who are "authorized" to sign the 12 The following is the list of fingerprints for the keys that are
|
| /freebsd-14-stable/usr.sbin/pkg/ |
| HD | pkg.c | 442 struct fingerprint_list *fingerprints; in load_fingerprints() local 446 fingerprints = calloc(1, sizeof(struct fingerprint_list)); in load_fingerprints() 447 if (fingerprints == NULL) in load_fingerprints() 449 STAILQ_INIT(fingerprints); in load_fingerprints() 452 free(fingerprints); in load_fingerprints() 463 STAILQ_INSERT_TAIL(fingerprints, finger, next); in load_fingerprints() 470 return (fingerprints); in load_fingerprints() 736 const char *fingerprints; in verify_signature() local 748 if (r->fingerprints == NULL) { in verify_signature() 752 fingerprints = r->fingerprints; in verify_signature() [all …]
|
| HD | FreeBSD.conf.latest | 12 signature_type: "fingerprints", 13 fingerprints: "/usr/share/keys/pkg",
|
| HD | FreeBSD.conf.quarterly | 12 signature_type: "fingerprints", 13 fingerprints: "/usr/share/keys/pkg",
|
| HD | config.c | 340 free(r->fingerprints); in repo_free() 414 free(repo->fingerprints); in parse_repo() 415 repo->fingerprints = strdup(ucl_object_tostring(cur)); in parse_repo() 416 if (repo->fingerprints == NULL) in parse_repo() 697 r->fingerprints = c[FINGERPRINTS].value; in config_get_repositories()
|
| HD | config.h | 78 char *fingerprints; member
|
| /freebsd-14-stable/release/pkg_repos/ |
| HD | release-dvd.conf | 5 fingerprints: "/usr/share/keys/pkg",
|
| /freebsd-14-stable/release/tools/ |
| HD | oci-image-static.conf | 41 fingerprints: "/usr/share/keys/pkg",
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-rehash.pod.in | 80 fingerprints. If not found in the user's B<PATH>, then set the 133 fingerprints (see above).
|
| /freebsd-14-stable/release/scripts/ |
| HD | make-oci-image.sh | 31 fingerprints: "none"
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | OSSL_ESS_check_signing_certs.pod | 31 using their SHA-1 fingerprints.
|
| HD | OSSL_STORE_SEARCH.pod | 121 loader has to decide on a default digest and compare fingerprints
|
| /freebsd-14-stable/contrib/unbound/doc/ |
| HD | requirements.txt | 30 fingerprints on data sets, the Iterator that sends queries to the
|
| /freebsd-14-stable/sbin/pfctl/ |
| HD | pf.os | 174 # to other fingerprints for this system, and verify the system isn't
|
| /freebsd-14-stable/contrib/byacc/ |
| HD | CHANGES | 2267 - Convert *most* error fingerprints to: 2284 - Convert *most* error fingerprints to: 2301 - Convert *most* error fingerprints to:
|