audk/CryptoPkg/Library/TlsLib
Laszlo Ersek ecfd37ba1b CryptoPkg/TlsLib: replace TlsGetCipherString() with TlsGetCipherMapping()
In the following patches it will be useful if the IANA CipherId lookup
returns a pointer to the whole matching IANA-to-OpenSSL mapping structure,
not just the OpenSSL cipher suite name. Rename TLS_CIPHER_PAIR and
TlsGetCipherString() to TLS_CIPHER_MAPPING and TlsGetCipherMapping()
respectively, and make the function return a pointer to
TLS_CIPHER_MAPPING.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Qin Long <qin.long@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=915
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
2018-04-13 14:06:14 +02:00
..
InternalTlsLib.h CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsConfig.c CryptoPkg/TlsLib: replace TlsGetCipherString() with TlsGetCipherMapping() 2018-04-13 14:06:14 +02:00
TlsInit.c CryptoPkg/TlsLib: Change the return type of TlsInitialize(). 2017-11-24 08:46:20 +08:00
TlsLib.inf CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsLib.uni CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsProcess.c CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00