Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3592361ybv; Sun, 16 Feb 2020 01:00:34 -0800 (PST) X-Google-Smtp-Source: APXvYqxTm7fd/9NsIZoyE4NTQmmfLlw6TZ661lsm20FvYdTV+Bif9zJ+Y3ii9ubNYSVcHyNAxXzv X-Received: by 2002:aca:2806:: with SMTP id 6mr6464214oix.64.1581843634397; Sun, 16 Feb 2020 01:00:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581843634; cv=none; d=google.com; s=arc-20160816; b=tV2VE1mFWHd2jOaX9/G5lIchmReDvNbV54JN0hWRF/aYfR/Tk6aDyVKd84Th+9p8OO BKOwKO8qJfLutTwQ9GJoqV3u2839ZAk1etJy66u0+ZCZoVCLmaBN/kDzDdLiVwkbycgy OVhzSXiKw3/fQyjTMw6GAzb0uXKVhw1QKUxjrT5dC5SXhjPbtTRxvFxpCqqAeMBYfUYa Hv0e4RnV+Eo7rNcVvwW3829I8PQ8v3Ot3gknMeTRn5pdmsT2CEsdop5sKZXsPjy/HalL 2qGs4QJO4TJ8Bop3pTCIpVW3JcKP/AEBvtpgZGVSjTL6mZMWD+GZkAGAxuTuV0VZY91W CtYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=W5t3X96o3x1V7KcwhAwHTnEkD62mU7/DVct+XaVNVsw=; b=wMe9agNYhr6Nl1BDB5T5oJeZa4rsiapmQUc5BfLIc0rQnO1cZOfCZxLX2Gf72K08gs +nq2gZklp9ouTUr8zLc+UdvRLW3pOJeAMWlJiARZx9T2yW5YDraM/kIXVIcgy+U4zTOk lJIIeMy/HiYJkdBa/0WLfznWT3IKvGPm34Ul4pvaQG5kBHhW7E+E/CxAqBdt3zL5DZUO O2yV6OWTMhLoRO2le3On/I+sSmSQxvoMNCVlTeO91A4E4C7Js1CP4gyNWk2I5Be5Y+vZ qf8M/5loUVjE56cA1tdbCyJawaHwqmCT9CFhd5w9dfowH8MKLQi+f9CD2uHlkw9GuLtN OiAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y73si4846029oia.246.2020.02.16.01.00.00; Sun, 16 Feb 2020 01:00:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726237AbgBPJAA (ORCPT + 99 others); Sun, 16 Feb 2020 04:00:00 -0500 Received: from out30-45.freemail.mail.aliyun.com ([115.124.30.45]:50327 "EHLO out30-45.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726178AbgBPJAA (ORCPT ); Sun, 16 Feb 2020 04:00:00 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R931e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04407;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0Tq4DoDl_1581843595; Received: from localhost(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0Tq4DoDl_1581843595) by smtp.aliyun-inc.com(127.0.0.1); Sun, 16 Feb 2020 16:59:56 +0800 From: Tianjia Zhang To: herbert@gondor.apana.org.au, davem@davemloft.net, ebiggers@kernel.org, pvanleeuwen@rambus.com, zohar@linux.ibm.com Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 6/7] X.509: support OSCCA certificate parse Date: Sun, 16 Feb 2020 16:59:27 +0800 Message-Id: <20200216085928.108838-7-tianjia.zhang@linux.alibaba.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200216085928.108838-1-tianjia.zhang@linux.alibaba.com> References: <20200216085928.108838-1-tianjia.zhang@linux.alibaba.com> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org The digital certificate format based on SM2 crypto algorithm as specified in GM/T 0015-2012. It was published by State Encryption Management Bureau, China. This patch adds the OID object identifier defined by OSCCA. The x509 certificate supports sm2-with-sm3 type certificate parsing. It uses the standard elliptic curve public key, and the sm2 algorithm signs the hash generated by sm3. Signed-off-by: Tianjia Zhang --- crypto/asymmetric_keys/x509_cert_parser.c | 14 +++++++++++++- include/linux/oid_registry.h | 6 ++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/crypto/asymmetric_keys/x509_cert_parser.c b/crypto/asymmetric_keys/x509_cert_parser.c index 26ec20ef4899..6a8aee22bfd4 100644 --- a/crypto/asymmetric_keys/x509_cert_parser.c +++ b/crypto/asymmetric_keys/x509_cert_parser.c @@ -234,6 +234,10 @@ int x509_note_pkey_algo(void *context, size_t hdrlen, case OID_gost2012Signature512: ctx->cert->sig->hash_algo = "streebog512"; goto ecrdsa; + + case OID_sm2_with_sm3: + ctx->cert->sig->hash_algo = "sm3"; + goto sm2; } rsa_pkcs1: @@ -246,6 +250,11 @@ int x509_note_pkey_algo(void *context, size_t hdrlen, ctx->cert->sig->encoding = "raw"; ctx->algo_oid = ctx->last_oid; return 0; +sm2: + ctx->cert->sig->pkey_algo = "sm2"; + ctx->cert->sig->encoding = "raw"; + ctx->algo_oid = ctx->last_oid; + return 0; } /* @@ -266,7 +275,8 @@ int x509_note_signature(void *context, size_t hdrlen, } if (strcmp(ctx->cert->sig->pkey_algo, "rsa") == 0 || - strcmp(ctx->cert->sig->pkey_algo, "ecrdsa") == 0) { + strcmp(ctx->cert->sig->pkey_algo, "ecrdsa") == 0 || + strcmp(ctx->cert->sig->pkey_algo, "sm2") == 0) { /* Discard the BIT STRING metadata */ if (vlen < 1 || *(const u8 *)value != 0) return -EBADMSG; @@ -456,6 +466,8 @@ int x509_extract_key_data(void *context, size_t hdrlen, else if (ctx->last_oid == OID_gost2012PKey256 || ctx->last_oid == OID_gost2012PKey512) ctx->cert->pub->pkey_algo = "ecrdsa"; + else if (ctx->last_oid == OID_id_ecPublicKey) + ctx->cert->pub->pkey_algo = "sm2"; else return -ENOPKG; diff --git a/include/linux/oid_registry.h b/include/linux/oid_registry.h index 657d6bf2c064..48fe3133ff39 100644 --- a/include/linux/oid_registry.h +++ b/include/linux/oid_registry.h @@ -107,6 +107,12 @@ enum OID { OID_gostTC26Sign512B, /* 1.2.643.7.1.2.1.2.2 */ OID_gostTC26Sign512C, /* 1.2.643.7.1.2.1.2.3 */ + /* OSCCA */ + OID_sm2, /* 1.2.156.10197.1.301 */ + OID_sm3, /* 1.2.156.10197.1.401 */ + OID_sm2_with_sm3, /* 1.2.156.10197.1.501 */ + OID_sm3WithRSAEncryption, /* 1.2.156.10197.1.504 */ + OID__NR }; -- 2.17.1