mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 13:21:06 +00:00
Merge remote-tracking branch 'public/pr/1403' into mbedtls-2.1
This commit is contained in:
commit
fcc7a62bb1
|
@ -8,6 +8,8 @@ Bugfix
|
|||
* Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to
|
||||
configure the maximum length of a file path that can be buffered when
|
||||
calling mbedtls_x509_crt_parse_path().
|
||||
* Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
|
||||
TrinityTonic. #1359.
|
||||
|
||||
= mbed TLS 2.1.12 branch released 2018-04-30
|
||||
|
||||
|
|
8
include/mbedtls/ssl.h
Normal file → Executable file
8
include/mbedtls/ssl.h
Normal file → Executable file
|
@ -796,14 +796,6 @@ extern int (*mbedtls_ssl_hw_record_read)(mbedtls_ssl_context *ssl);
|
|||
extern int (*mbedtls_ssl_hw_record_finish)(mbedtls_ssl_context *ssl);
|
||||
#endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */
|
||||
|
||||
/**
|
||||
* \brief Returns the list of ciphersuites supported by the SSL/TLS module.
|
||||
*
|
||||
* \return a statically allocated array of ciphersuites, the last
|
||||
* entry is 0.
|
||||
*/
|
||||
const int *mbedtls_ssl_list_ciphersuites( void );
|
||||
|
||||
/**
|
||||
* \brief Return the name of the ciphersuite associated with the
|
||||
* given ID
|
||||
|
|
Loading…
Reference in a new issue