mirror of https://github.com/arendst/Tasmota.git
Sync with latest BearSSL
This commit is contained in:
parent
e8ce1eb641
commit
330d41a4f1
|
@ -108,7 +108,7 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* - The multipliers (integers) MUST be lower than the subgroup order.
|
* - The multipliers (integers) MUST be lower than the subgroup order.
|
||||||
* If this property is not met, then the result is indeterminate,
|
* If this property is not met, then the result is indeterminate,
|
||||||
* but an error value is not ncessearily returned.
|
* but an error value is not necessarily returned.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* ## ECDSA
|
* ## ECDSA
|
||||||
|
|
|
@ -2114,7 +2114,7 @@ void br_ssl_engine_sendapp_ack(br_ssl_engine_context *cc, size_t len);
|
||||||
/**
|
/**
|
||||||
* \brief Get buffer for received application data.
|
* \brief Get buffer for received application data.
|
||||||
*
|
*
|
||||||
* If the engine has received application data from the peer, hen this
|
* If the engine has received application data from the peer, then this
|
||||||
* call returns a pointer to the buffer from where such data shall be
|
* call returns a pointer to the buffer from where such data shall be
|
||||||
* read, and its length is written in `*len`. Otherwise, `*len` is set
|
* read, and its length is written in `*len`. Otherwise, `*len` is set
|
||||||
* to 0 and `NULL` is returned.
|
* to 0 and `NULL` is returned.
|
||||||
|
|
Loading…
Reference in New Issue