diff options
author | tb <> | 2023-07-28 09:28:37 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:28:37 +0000 |
commit | 33dbb14462f6ae315b78289dc98d9434aff69e79 (patch) | |
tree | 7caeb4b66ea3545dbbf75224b3b77f6e29ea4f22 /src/lib/libcrypto/comp/c_zlib.c | |
parent | cf0c598c9887e5bc98b6596c5e1e0dda9848b88d (diff) | |
download | openbsd-33dbb14462f6ae315b78289dc98d9434aff69e79.tar.gz openbsd-33dbb14462f6ae315b78289dc98d9434aff69e79.tar.bz2 openbsd-33dbb14462f6ae315b78289dc98d9434aff69e79.zip |
Move KDF handling to ECDH_compute_key()
In OpenSSL e2285d87, the KDF handling was moved from the compute_key()
method into the public API. A consequence of this change is that the
ECDH_compute_key() API no longer returns -1 for some errors. Existing
checks for <= 0 are safe as are those checking for the exact length as
return value, which is all what the ecosystem seems to be doing.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/comp/c_zlib.c')
0 files changed, 0 insertions, 0 deletions