]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.uni
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Library / PeiRsa2048Sha256GuidedSectionExtractLib / PeiRsa2048Sha256GuidedSectionExtractLib.uni
CommitLineData
e080218b
JJ
1// /** @file\r
2// This library doesn't produce any library class. The constructor function uses\r
3//\r
4// ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler\r
5// that parses RSA 2048 SHA 256 encapsulation section and extracts raw data.\r
b3548d32 6//\r
d6b926e7 7// It uses the BaseCryptLib based on OpenSSL to authenticate the signature.\r
e080218b 8//\r
b3548d32 9// Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
e080218b 10//\r
289b714b 11// SPDX-License-Identifier: BSD-2-Clause-Patent\r
e080218b
JJ
12//\r
13// **/\r
14\r
15\r
16#string STR_MODULE_ABSTRACT #language en-US "Provides security service of RSA 2048 SHA 256 guided section verification"\r
17\r
18#string STR_MODULE_DESCRIPTION #language en-US "This library doesn't produce any library class. The constructor function uses ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler that parses RSA2048 SHA256 encapsulation section and extracts raw data. It uses the BaseCryptLib based on OpenSSL to authenticate the signature."\r
19\r