This introduces the sign-ebpf tool. It is very similar to the existing
sign-file script, with one key difference, it will sign a file with
with a signature computed off of arbitrary input data. This can used
to sign an ebpf light skeleton loader program for verification via
hornet.
Typical usage i
Jarkko Sakkinen writes:
> On Fri, Mar 21, 2025 at 09:45:04AM -0700, Blaise Boscaccy wrote:
>> This introduces the sign-ebpf tool. It is very similar to the existing
>> sign-file script, with one key difference, it will sign a file with
>> with a signature computed off of arbitrary input data. Thi
On Fri, Mar 21, 2025 at 09:45:04AM -0700, Blaise Boscaccy wrote:
> This introduces the sign-ebpf tool. It is very similar to the existing
> sign-file script, with one key difference, it will sign a file with
> with a signature computed off of arbitrary input data. This can used
> to sign an ebpf li