summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/CryptoPkg.dec
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2016-12-14 10:34:57 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2016-12-22 20:33:22 +0800
commit9396cdfeaa7a053093c9d0a1f13ef6d672dfaa9f (patch)
tree69484bd9eae9f7b428441956917b886eb60bbb8b /CryptoPkg/CryptoPkg.dec
parent32387e0081db5ec9cda2b58f72e2ccb04e3ff48e (diff)
downloadedk2-9396cdfeaa7a053093c9d0a1f13ef6d672dfaa9f.tar.gz
edk2-9396cdfeaa7a053093c9d0a1f13ef6d672dfaa9f.tar.bz2
edk2-9396cdfeaa7a053093c9d0a1f13ef6d672dfaa9f.zip
CryptoPkg: Add new TlsLib library
v2: * Code refine and Typo fix: TlsHandeAlert -> TlsHandleAlert This patch is used to add new TlsLib library, which is wrapped over OpenSSL. The implementation provides TLS library functions for EFI TLS protocol and EFI TLS Configuration Protocol. Cc: Ye Ting <ting.ye@intel.com> Cc: Long Qin <qin.long@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Zhang Lubo <lubo.zhang@intel.com> Cc: Thomas Palmer <thomas.palmer@hpe.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Qin Long <qin.long@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
Diffstat (limited to 'CryptoPkg/CryptoPkg.dec')
-rw-r--r--CryptoPkg/CryptoPkg.dec4
1 files changed, 4 insertions, 0 deletions
diff --git a/CryptoPkg/CryptoPkg.dec b/CryptoPkg/CryptoPkg.dec
index 80579b7db8..eee26cbccc 100644
--- a/CryptoPkg/CryptoPkg.dec
+++ b/CryptoPkg/CryptoPkg.dec
@@ -31,6 +31,10 @@
##
BaseCryptLib|Include/Library/BaseCryptLib.h
+ ## @libraryclass Provides TLS library functions for EFI TLS protocol.
+ ##
+ TlsLib|Include/Library/TlsLib.h
+
[Protocols]
## Include/Protocol/RuntimeCrypt.h
gEfiRuntimeCryptProtocolGuid = { 0xe1475e0c, 0x1746, 0x4802, {0x86, 0x2e, 0x1, 0x1c, 0x2c, 0x2d, 0x9d, 0x86 }}