diff options
-rw-r--r-- | src/lib/libcrypto/ecdh/ech_key.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_key.c b/src/lib/libcrypto/ecdh/ech_key.c index a5b27f9b55..f7a73f795d 100644 --- a/src/lib/libcrypto/ecdh/ech_key.c +++ b/src/lib/libcrypto/ecdh/ech_key.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ech_key.c,v 1.27 2023/07/01 15:03:05 tb Exp $ */ | 1 | /* $OpenBSD: ech_key.c,v 1.28 2023/07/01 15:09:54 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -81,10 +81,7 @@ | |||
81 | #include "ec_local.h" | 81 | #include "ec_local.h" |
82 | 82 | ||
83 | /* | 83 | /* |
84 | * This implementation is based on the following primitives in the IEEE 1363 | 84 | * Based on the ECKAS-DH1 and ECSVDP-DH primitives in the IEEE 1363 standard. |
85 | * standard: | ||
86 | * - ECKAS-DH1 | ||
87 | * - ECSVDP-DH | ||
88 | */ | 85 | */ |
89 | /* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */ | 86 | /* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */ |
90 | int | 87 | int |