[PATCH tiU2025.01 1/2] binman: openssl: remove unused encryption extension
Bryan Brattlof
bb at ti.com
Mon Jun 2 18:56:26 CEST 2025
We currently do not have a way for binman to encrypt any component it
packages. Remove this to avoid any confusion.
Signed-off-by: Bryan Brattlof <bb at ti.com>
---
tools/binman/btool/openssl.py | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tools/binman/btool/openssl.py b/tools/binman/btool/openssl.py
index c6df64c5316d53735fb147858b24185096254ec2..2e128e477bce87568b6d9647bbf2666f9770d732 100644
--- a/tools/binman/btool/openssl.py
+++ b/tools/binman/btool/openssl.py
@@ -198,7 +198,6 @@ emailAddress = {req_dist_name_dict['emailAddress']}
1.3.6.1.4.1.294.1.1 = ASN1:SEQUENCE:boot_seq
1.3.6.1.4.1.294.1.2 = ASN1:SEQUENCE:image_integrity
1.3.6.1.4.1.294.1.3 = ASN1:SEQUENCE:swrv
-# 1.3.6.1.4.1.294.1.4 = ASN1:SEQUENCE:encryption
1.3.6.1.4.1.294.1.8 = ASN1:SEQUENCE:debug
[ boot_seq ]
@@ -215,12 +214,6 @@ emailAddress = {req_dist_name_dict['emailAddress']}
[ swrv ]
swrv = INTEGER:{sw_rev}
-# [ encryption ]
-# initalVector = FORMAT:HEX,OCT:TEST_IMAGE_ENC_IV
-# randomString = FORMAT:HEX,OCT:TEST_IMAGE_ENC_RS
-# iterationCnt = INTEGER:TEST_IMAGE_KEY_DERIVE_INDEX
-# salt = FORMAT:HEX,OCT:TEST_IMAGE_KEY_DERIVE_SALT
-
[ debug ]
debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000
debugType = INTEGER:4
--
2.49.0
More information about the U-Boot
mailing list