[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 13/18] grub-install: support embedding x509 certificates
From: |
Daniel Axtens |
Subject: |
Re: [PATCH 13/18] grub-install: support embedding x509 certificates |
Date: |
Mon, 12 Oct 2020 14:38:50 +1100 |
> + case 'x':
> + arguments->x509keys = xrealloc (arguments->x509keys,
> + sizeof (arguments->x509keys[0])
> + * (arguments->nx509keys + 1));
> + arguments->pubkeys[arguments->nx509keys++] = xstrdup (arg);
This should be arguments->x509keys[]. I will fix this in v2. (We caught
this internally but I failed to apply the fix to my tree before sending
it out!)
Kind regards,
Daniel
- [PATCH 05/18] pgp: factor out rsa_pad, (continued)
- [PATCH 05/18] pgp: factor out rsa_pad, Daniel Axtens, 2020/10/02
- [PATCH 07/18] posix_wrap: tweaks in preparation for libtasn1, Daniel Axtens, 2020/10/02
- [PATCH 06/18] crypto: move storage for grub_crypto_pk_* to crypto.c, Daniel Axtens, 2020/10/02
- [PATCH 09/18] libtasn1: disable code not needed in grub, Daniel Axtens, 2020/10/02
- [PATCH 08/18] libtasn1: import libtasn1-4.16.0, Daniel Axtens, 2020/10/02
- [PATCH 10/18] libtasn1: changes for grub compatibility, Daniel Axtens, 2020/10/02
- [PATCH 11/18] libtasn1: compile into asn1 module, Daniel Axtens, 2020/10/02
- [PATCH 13/18] grub-install: support embedding x509 certificates, Daniel Axtens, 2020/10/02
- Re: [PATCH 13/18] grub-install: support embedding x509 certificates,
Daniel Axtens <=
- [PATCH 12/18] test_asn1: test module for libtasn1, Daniel Axtens, 2020/10/02
- [PATCH 14/18] appended signatures: import GNUTLS's ASN.1 description files, Daniel Axtens, 2020/10/02
- [PATCH 15/18] appended signatures: parse PKCS#7 signedData and X.509 certificates, Daniel Axtens, 2020/10/02
- [PATCH 16/18] appended signatures: support verifying appended signatures, Daniel Axtens, 2020/10/02
- [PATCH 17/18] appended signatures: verification tests, Daniel Axtens, 2020/10/02
- [PATCH 18/18] appended signatures: documentation, Daniel Axtens, 2020/10/02