mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g10: Fix symmetric cipher algo constant for ECDH.
* g10/ecdh.c (kek_params_table): Use CIPHER_ALGO_AES192 for ECC strength 384, according to RFC-6637. -- Reported-by: Trevor Bentley Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
9f37e93dd7
commit
af3efd149f
2 changed files with 3 additions and 3 deletions
|
@ -1448,8 +1448,8 @@ ecdh_params (const char *curve)
|
|||
/* See RFC-6637 for those constants.
|
||||
0x03: Number of bytes
|
||||
0x01: Version for this parameter format
|
||||
KDF algo
|
||||
KEK algo
|
||||
KDF hash algo
|
||||
KEK symmetric cipher algo
|
||||
*/
|
||||
if (nbits <= 256)
|
||||
return (const unsigned char*)"\x03\x01\x08\x07";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue