From: tb Date: Sat, 1 Jul 2023 14:52:34 +0000 (+0000) Subject: Reference commit needed in the next major bump X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=25409daec2e2cb33c325582b043de7f9c49486b5;p=openbsd Reference commit needed in the next major bump --- diff --git a/lib/libcrypto/ecdh/ech_key.c b/lib/libcrypto/ecdh/ech_key.c index 662fc5bba1f..f0c760b8da5 100644 --- a/lib/libcrypto/ecdh/ech_key.c +++ b/lib/libcrypto/ecdh/ech_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_key.c,v 1.22 2023/07/01 14:50:39 tb Exp $ */ +/* $OpenBSD: ech_key.c,v 1.23 2023/07/01 14:52:34 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -85,8 +85,8 @@ * standard: * - ECKAS-DH1 * - ECSVDP-DH - * Finally an optional KDF is applied. */ +/* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */ int ossl_ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,