mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:05:36 +01:00
Added p_hw_data to ssl_context for context specific hardware acceleration data
This commit is contained in:
parent
1492633e54
commit
e667c98fb1
@ -1,5 +1,10 @@
|
|||||||
PolarSSL ChangeLog
|
PolarSSL ChangeLog
|
||||||
|
|
||||||
|
= Version Master
|
||||||
|
Changes
|
||||||
|
* Added p_hw_data to ssl_context for context specific hardware acceleration
|
||||||
|
data
|
||||||
|
|
||||||
= Version 1.2.1 released 2012-11-20
|
= Version 1.2.1 released 2012-11-20
|
||||||
Changes
|
Changes
|
||||||
* Depth that the certificate verify callback receives is now numbered
|
* Depth that the certificate verify callback receives is now numbered
|
||||||
|
@ -415,6 +415,7 @@ struct _ssl_context
|
|||||||
void *p_get_cache; /*!< context for cache retrieval */
|
void *p_get_cache; /*!< context for cache retrieval */
|
||||||
void *p_set_cache; /*!< context for cache store */
|
void *p_set_cache; /*!< context for cache store */
|
||||||
void *p_sni; /*!< context for SNI extension */
|
void *p_sni; /*!< context for SNI extension */
|
||||||
|
void *p_hw_data; /*!< context for HW acceleration */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Session layer
|
* Session layer
|
||||||
|
Loading…
Reference in New Issue
Block a user