Searched hist:"3 d0a0dda3a7d57bbd4eaf65ba8da0f2a36089c0e" (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 3d0a0dda3a7d57bbd4eaf65ba8da0f2a36089c0e Wed Jan 01 22:10:28 CET 2025 Kyle Evans <kevans@FreeBSD.org> pkg: finish adding the ECC signer and signature type bits
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
|
H A D | pkg.h | diff 3d0a0dda3a7d57bbd4eaf65ba8da0f2a36089c0e Wed Jan 01 22:10:28 CET 2025 Kyle Evans <kevans@FreeBSD.org> pkg: finish adding the ECC signer and signature type bits
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
|
H A D | Makefile | diff 3d0a0dda3a7d57bbd4eaf65ba8da0f2a36089c0e Wed Jan 01 22:10:28 CET 2025 Kyle Evans <kevans@FreeBSD.org> pkg: finish adding the ECC signer and signature type bits
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
|
H A D | pkg.c | diff 3d0a0dda3a7d57bbd4eaf65ba8da0f2a36089c0e Wed Jan 01 22:10:28 CET 2025 Kyle Evans <kevans@FreeBSD.org> pkg: finish adding the ECC signer and signature type bits
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
|