Internal renamings in PK
+ an unrelated comment in SSL
This commit is contained in:
parent
12ad798c87
commit
39a48f4934
4 changed files with 12 additions and 12 deletions
|
@ -265,7 +265,7 @@ struct mbedtls_ssl_transform
|
|||
*/
|
||||
const mbedtls_ssl_ciphersuite_t *ciphersuite_info;
|
||||
/*!< Chosen cipersuite_info */
|
||||
unsigned int keylen; /*!< symmetric key length */
|
||||
unsigned int keylen; /*!< symmetric key length (bytes) */
|
||||
size_t minlen; /*!< min. ciphertext length */
|
||||
size_t ivlen; /*!< IV length */
|
||||
size_t fixed_ivlen; /*!< Fixed part of IV (AEAD) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue