From 9396cdfeaa7a053093c9d0a1f13ef6d672dfaa9f Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Wed, 14 Dec 2016 10:34:57 +0800 Subject: 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 Cc: Long Qin Cc: Fu Siyuan Cc: Zhang Lubo Cc: Thomas Palmer Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Reviewed-by: Qin Long Reviewed-by: Ye Ting --- CryptoPkg/CryptoPkg.dec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CryptoPkg/CryptoPkg.dec') 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 }} -- cgit v1.2.3