Open-source aspects of GOST Cryptography
 help / color / mirror / Atom feed
From: Vitaly Chikunov <vt@altlinux.org>
To: oss-gost-crypto@lists.altlinux.org
Subject: [oss-gost-crypto] FYI: Re: [PATCH v9 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm
Date: Thu, 18 Apr 2019 18:27:40 +0300
Message-ID: <20190418152740.syfvawe5nnynu4jq@altlinux.org> (raw)
In-Reply-To: <20190418142505.tkd4bgf76imzuu3g@gondor.apana.org.au>

FYI:

Herbert Xu принял проверку подписи по ГОСТ 34.10 в дерево cryptodev.
Тем самым есть вероятность попадания в Linux 5.2


On Thu, Apr 18, 2019 at 10:25:05PM +0800, Herbert Xu wrote:
> On Thu, Apr 11, 2019 at 06:51:12PM +0300, Vitaly Chikunov wrote:
> >
> > Vitaly Chikunov (10):
> >   crypto: akcipher - default implementations for request callbacks
> >   crypto: rsa - unimplement sign/verify for raw RSA backends
> >   crypto: akcipher - new verify API for public key algorithms
> >   KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
> >   X.509: parse public key parameters from x509 for akcipher
> >   crypto: Kconfig - create Public-key cryptography section
> >   crypto: ecc - make ecc into separate module
> >   crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
> >   crypto: ecrdsa - add EC-RDSA test vectors to testmgr
> >   integrity: support EC-RDSA signatures for asymmetric_verify
> > 
> >  crypto/Kconfig                                |  63 ++--
> >  crypto/Makefile                               |  10 +-
> >  crypto/akcipher.c                             |  14 +
> >  crypto/asymmetric_keys/asym_tpm.c             |  43 +--
> >  crypto/asymmetric_keys/public_key.c           | 105 ++++---
> >  crypto/asymmetric_keys/x509.asn1              |   2 +-
> >  crypto/asymmetric_keys/x509_cert_parser.c     |  57 +++-
> >  crypto/ecc.c                                  | 417 +++++++++++++++++++++++++-
> >  crypto/ecc.h                                  | 153 +++++++++-
> >  crypto/ecc_curve_defs.h                       |  15 -
> >  crypto/ecrdsa.c                               | 296 ++++++++++++++++++
> >  crypto/ecrdsa_defs.h                          | 225 ++++++++++++++
> >  crypto/ecrdsa_params.asn1                     |   4 +
> >  crypto/ecrdsa_pub_key.asn1                    |   1 +
> >  crypto/rsa-pkcs1pad.c                         |  33 +-
> >  crypto/rsa.c                                  | 109 -------
> >  crypto/testmgr.c                              |  80 +++--
> >  crypto/testmgr.h                              | 159 ++++++++++
> >  drivers/crypto/caam/caampkc.c                 |   2 -
> >  drivers/crypto/ccp/ccp-crypto-rsa.c           |   2 -
> >  drivers/crypto/qat/qat_common/qat_asym_algs.c |   2 -
> >  include/crypto/akcipher.h                     |  54 ++--
> >  include/crypto/public_key.h                   |   4 +
> >  include/linux/oid_registry.h                  |  18 ++
> >  security/integrity/digsig_asymmetric.c        |  11 +-
> >  25 files changed, 1574 insertions(+), 305 deletions(-)
> >  create mode 100644 crypto/ecrdsa.c
> >  create mode 100644 crypto/ecrdsa_defs.h
> >  create mode 100644 crypto/ecrdsa_params.asn1
> >  create mode 100644 crypto/ecrdsa_pub_key.asn1
> 
> All applied.  Thanks.
> -- 
> Email: Herbert Xu <herbert@gondor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


           reply	other threads:[~2019-04-18 15:27 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190418142505.tkd4bgf76imzuu3g@gondor.apana.org.au>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190418152740.syfvawe5nnynu4jq@altlinux.org \
    --to=vt@altlinux.org \
    --cc=oss-gost-crypto@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Open-source aspects of GOST Cryptography

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/oss-gost-crypto/0 oss-gost-crypto/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 oss-gost-crypto oss-gost-crypto/ http://lore.altlinux.org/oss-gost-crypto \
		oss-gost-crypto@lists.altlinux.org oss-gost-crypto@lists.altlinux.ru oss-gost-crypto@lists.altlinux.com
	public-inbox-index oss-gost-crypto

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.oss-gost-crypto


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git