mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
Signature types need to be parsed out of the key/signature information that we are presented with from the files we download. We use that to understand whicher signer we need to dispatch to. The ECC signer is more-or-less lifted from pkg(8), with some changes to slim it down for pkg(7). Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D48108 |
||
|---|---|---|
| .. | ||
| config.c | ||
| config.h | ||
| dns_utils.c | ||
| dns_utils.h | ||
| ecc.c | ||
| FreeBSD.conf.latest | ||
| FreeBSD.conf.quarterly | ||
| hash.c | ||
| hash.h | ||
| Makefile | ||
| Makefile.depend | ||
| pkg.7 | ||
| pkg.c | ||
| pkg.h | ||
| rsa.c | ||