- Fixed DHM length to correct one
This commit is contained in:
parent
901c65620e
commit
84bef1db2c
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ Bugfix
|
||||||
Security
|
Security
|
||||||
* Fixed potential memory corruption on miscrafted client messages (found by
|
* Fixed potential memory corruption on miscrafted client messages (found by
|
||||||
Frama-C team at CEA LIST)
|
Frama-C team at CEA LIST)
|
||||||
|
* Fixed generation of DHM parameters to correct length
|
||||||
|
|
||||||
= Version 1.1.1 released on 2012-01-23
|
= Version 1.1.1 released on 2012-01-23
|
||||||
Bugfix
|
Bugfix
|
||||||
|
|
|
@ -109,7 +109,7 @@ int dhm_read_public( dhm_context *ctx,
|
||||||
* \brief Create own private value X and export G^X
|
* \brief Create own private value X and export G^X
|
||||||
*
|
*
|
||||||
* \param ctx DHM context
|
* \param ctx DHM context
|
||||||
* \param x_size private value size in bits
|
* \param x_size private value size in bytes
|
||||||
* \param output destination buffer
|
* \param output destination buffer
|
||||||
* \param olen must be equal to ctx->P.len
|
* \param olen must be equal to ctx->P.len
|
||||||
* \param f_rng RNG function
|
* \param f_rng RNG function
|
||||||
|
|
Loading…
Reference in a new issue