From fc81f42666e83d9aeb15b1b95195cc9b8e84892e Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 30 Oct 2024 20:00:13 +0000 Subject: Expand the introductory comment with references to X9.62 and SEC 1 --- src/lib/libcrypto/ec/ec_convert.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_convert.c b/src/lib/libcrypto/ec/ec_convert.c index e8f8605c10..cebb02b0e7 100644 --- a/src/lib/libcrypto/ec/ec_convert.c +++ b/src/lib/libcrypto/ec/ec_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_convert.c,v 1.4 2024/10/30 18:21:12 tb Exp $ */ +/* $OpenBSD: ec_convert.c,v 1.5 2024/10/30 20:00:13 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -70,6 +70,9 @@ #include "ec_local.h" /* + * Internal handling of the point conversion octet + * (see X9.62, section 4.4.2, SEC 1 section 2.3.3) + * * Only the last three bits of the leading octet of a point should be set. * Bits 3 and 2 encode the conversion form for all points except the point * at infinity. In compressed and hybrid form bit 1 indicates if the even -- cgit v1.2.3-55-g6feb