mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 06:02:44 +00:00
Clarify "as directed here" in SSL async callback documentation
This commit is contained in:
parent
7457933a04
commit
ef30742a27
@ -624,7 +624,7 @@ typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item;
|
|||||||
* propagated up the call chain. The callback should
|
* propagated up the call chain. The callback should
|
||||||
* use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
|
* use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
|
||||||
* use \c MBEDTLS_ERR_SSL_xxx error codes except as
|
* use \c MBEDTLS_ERR_SSL_xxx error codes except as
|
||||||
* directed here.
|
* directed in the documentation of this callback.
|
||||||
*/
|
*/
|
||||||
typedef int mbedtls_ssl_async_sign_t( mbedtls_ssl_context *ssl,
|
typedef int mbedtls_ssl_async_sign_t( mbedtls_ssl_context *ssl,
|
||||||
mbedtls_x509_crt *cert,
|
mbedtls_x509_crt *cert,
|
||||||
@ -690,7 +690,7 @@ typedef int mbedtls_ssl_async_sign_t( mbedtls_ssl_context *ssl,
|
|||||||
* propagated up the call chain. The callback should
|
* propagated up the call chain. The callback should
|
||||||
* use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
|
* use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
|
||||||
* use \c MBEDTLS_ERR_SSL_xxx error codes except as
|
* use \c MBEDTLS_ERR_SSL_xxx error codes except as
|
||||||
* directed here.
|
* directed in the documentation of this callback.
|
||||||
*/
|
*/
|
||||||
typedef int mbedtls_ssl_async_decrypt_t( mbedtls_ssl_context *ssl,
|
typedef int mbedtls_ssl_async_decrypt_t( mbedtls_ssl_context *ssl,
|
||||||
mbedtls_x509_crt *cert,
|
mbedtls_x509_crt *cert,
|
||||||
@ -738,7 +738,7 @@ typedef int mbedtls_ssl_async_decrypt_t( mbedtls_ssl_context *ssl,
|
|||||||
* The SSL handshake is aborted. The callback should
|
* The SSL handshake is aborted. The callback should
|
||||||
* use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
|
* use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
|
||||||
* use \c MBEDTLS_ERR_SSL_xxx error codes except as
|
* use \c MBEDTLS_ERR_SSL_xxx error codes except as
|
||||||
* directed here.
|
* directed in the documentation of this callback.
|
||||||
*/
|
*/
|
||||||
typedef int mbedtls_ssl_async_resume_t( mbedtls_ssl_context *ssl,
|
typedef int mbedtls_ssl_async_resume_t( mbedtls_ssl_context *ssl,
|
||||||
unsigned char *output,
|
unsigned char *output,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user