From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AABAC07E95 for ; Fri, 16 Jul 2021 07:12:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43FEC613E9 for ; Fri, 16 Jul 2021 07:12:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229930AbhGPHPk (ORCPT ); Fri, 16 Jul 2021 03:15:40 -0400 Received: from out30-56.freemail.mail.aliyun.com ([115.124.30.56]:50232 "EHLO out30-56.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231728AbhGPHPk (ORCPT ); Fri, 16 Jul 2021 03:15:40 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04400;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0Ufx9C-D_1626419563; Received: from B-455UMD6M-2027.local(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0Ufx9C-D_1626419563) by smtp.aliyun-inc.com(127.0.0.1); Fri, 16 Jul 2021 15:12:44 +0800 Subject: Re: [PATCH ima-evm-utils v4] ima-evm-utils: Support SM2 algorithm for sign and verify To: Petr Vorel Cc: Mimi Zohar , Stefan Berger , Vitaly Chikunov , linux-integrity@vger.kernel.org, Jia Zhang , "YiLin . Li" References: <20210714130152.25751-1-tianjia.zhang@linux.alibaba.com> <422b37b533ed6e24d783f323f7d4e22736f0e4bd.camel@linux.ibm.com> <2af3724d-1fdd-1e98-1119-7ef86c2ee912@linux.alibaba.com> From: Tianjia Zhang Message-ID: <80223941-e653-7c6e-3063-4797155654c7@linux.alibaba.com> Date: Fri, 16 Jul 2021 15:12:43 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 7/15/21 9:06 PM, Petr Vorel wrote: > Hi Tianjia, all, > >> evmctl itself relies on openssl version 1.1.1 or lower. I guess, openssl 3.0 >> needs to be compiled and install to a non-standard path, such as >> /opt/openssl, otherwise it will affect the subsequent compilation of evmctl >> in build.sh. > > OK, IMHO Debian does not allow to install both version together. I suppose > openSUSE does, but understand if it's just easier to compile it to /opt/openssl. > >> Of course, compile openssl 3.0 from source code. must to limit >> the number of instances to avoid excessively increasing the time-consuming >> in CI. Is that right? > +1 > Yes, will do in next version patch. Best regards, Tianjia