- Nov 25, 2016
-
-
Nico Dechesne (Stage) authored
Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
- Nov 24, 2016
-
-
Nico Dechesne (Stage) authored
The script can now work with bash and POSIX shell (dash). Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Nico Dechesne (Stage) authored
Some fields in the certificate's DN might not be set (or might be empty). Newer version of openssl (e.g. 1.1+) have a stricter DN parsing and fail to parse empty (or too short) fields. For example, we can see such errors: 140708458570880:error:0D07A098:asn1 encoding routines:ASN1_mbstring_ncopy:string too short:crypto/asn1/a_mbstr.c:102:minsize=1 Removing the empty (or short) fields fixes the openssl error, and XBL is still able to authenticate the ELF file. Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Nico Dechesne (Stage) authored
Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Nico Dechesne (Stage) authored
Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Nico Dechesne (Stage) authored
'du' utility from coreutils uses TAB for delimiter, not SPACE, make the parsing more robust. Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Nico Dechesne (Stage) authored
Instead of checking if signer/signlk exists , let's unconditionally invoke the makefile and let the makefile decide if anything need to be rebuilt. This makes the script a bit more clear, and avoid issues if/when an old version of signer/signlk might exist. Also, keep the make output visible, in case something goes bad. Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Nico Dechesne (Stage) authored
* add 'set -e' to find errors throughout script execution Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
- Nov 21, 2016
-
-
Nico Dechesne (Stage) authored
Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-
Change-Id: Ia40544ef4fab49ee5402e6f17589cc173f527e9d
-
- Nov 16, 2016
-
-
Imported in git from https://source.codeaurora.org/patches/quic/imm/PATCH_1694964_410c_signlk.tar.gz Signed-off-by:
Yossi Mansharoff <yossim@codeaurora.org> Change-Id: Ia8823b78c4d9bbe901e6807d4ff03a29c1e496db Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org>
-