diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-11-12 00:42:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-11-12 00:42:29 +0000 |
commit | 3cd505be8c0a0700c9a6e6122081ba798a35ebe2 (patch) | |
tree | 856987a524f063a77b4d6eaf91251a23b5d70cae /sys/netinet/ip_ecn.c | |
parent | d3574c97695d538df514c64348c762cdc9698dcc (diff) |
Fix a brainfart that happened to me in 2020:
It is impossible to use EVP_DigestInit_ex(3) for CMAC.
Besides, EVP_PKEY_CTX_new_id(3) does not produce an EVP_MD_CTX object.
Instead, mention the easiest way to actually get the job done
using EVP_PKEY_new_CMAC_key(3) and EVP_DigestSignInit(3).
OK tb@
Diffstat (limited to 'sys/netinet/ip_ecn.c')
0 files changed, 0 insertions, 0 deletions