From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=67.231.154.164; helo=dispatch1-us1.ppe-hosted.com; envelope-from=tpilar@solarflare.com; receiver=edk2-devel@lists.01.org Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2A39021A00AE6 for ; Wed, 28 Nov 2018 09:31:56 -0800 (PST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 62DC56C0071 for ; Wed, 28 Nov 2018 17:31:55 +0000 (UTC) Received: from tp-desktop.uk.solarflarecom.com (10.17.20.51) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 28 Nov 2018 09:31:52 -0800 To: "edk2-devel@lists.01.org" From: "Tomas Pilar (tpilar)" Message-ID: <1d931e1b-a9fb-1f44-cbbb-20971b9a344b@solarflare.com> Date: Wed, 28 Nov 2018 17:31:50 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 X-Originating-IP: [10.17.20.51] X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24250.005 X-TM-AS-Result: No-8.909600-4.000000-10 X-TMASE-MatchedRID: U6zbTy/ozobuxgR/rG7zeNlHf9Z3qZKTwpoFhxXXuNCCsBeCv8CM/dj3 ZmXrgmMgmSouTgBPZUeOMDjZHc3LHXyqgB7KBlsQO9+ygK4Bw/6bAFRopiFBCt9zZd3pUn7K876 azl5+m3vi8zVgXoAltkWL4rBlm20vRWU8ki6mfFJq8/xv2Um1avoLR4+zsDTtgUicvJ4MChlxDo gqe2+gNEkhki5yJxsaEqqEp927cnfAmaOmSPBFJhT5eR7DbmvA X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--8.909600-4.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24250.005 X-MDID: 1543426316-QE7uf6SVKNKg Subject: Pkcs7 crypto verification without openSSL X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 17:31:57 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: en-US Hi, Are there any plans for a crypto library that does not pull in openSSL? When I try to add BaseCryptLib to be able to use FmpAuthenticationLib, my driver size baloons significantly (increase of ~0x30000) and it seems like a basic public SHA256 crypto check library should not be _that_ large? Cheers, Tom