All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] crypto: rsa - generalize ASN.1 sequences
@ 2016-04-06 13:37 Tudor Ambarus
  2016-04-06 13:37 ` [PATCH v3 1/3] " Tudor Ambarus
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Tudor Ambarus @ 2016-04-06 13:37 UTC (permalink / raw)
  To: herbert
  Cc: linux-crypto, tadeusz.struk, smueller, cristian.stoica,
	horia.geanta, Tudor Ambarus

v2 patch set can be found here:
  http://www.mail-archive.com/linux-crypto%40vger.kernel.org/msg18269.html

Changes to v2 patch set:

- "crypto: add CONFIG_ symbol for rsa helper"
	- removed. The drivers will select the CRYPTO_RSA symbol instead.

Tudor Ambarus (3):
  crypto: rsa - generalize ASN.1 sequences
  crypto: rsa_helper - add raw integer parser actions
  crypto: rsa_helper - export symbols for asn1 structures

 crypto/rsa.c                  |  75 ++++-----
 crypto/rsa_helper.c           | 351 +++++++++++++++++++++++++++++++++++++-----
 include/crypto/internal/rsa.h |  59 ++++++-
 3 files changed, 407 insertions(+), 78 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-04-25  5:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06 13:37 [PATCH v3 0/3] crypto: rsa - generalize ASN.1 sequences Tudor Ambarus
2016-04-06 13:37 ` [PATCH v3 1/3] " Tudor Ambarus
2016-04-15 13:52   ` Herbert Xu
2016-04-15 14:32     ` Tudor-Dan Ambarus
2016-04-15 14:38       ` Herbert Xu
2016-04-15 15:03         ` Tudor-Dan Ambarus
2016-04-25  5:54           ` Tudor-Dan Ambarus
2016-04-25  5:58             ` Herbert Xu
2016-04-06 13:37 ` [PATCH v3 2/3] crypto: rsa_helper - add raw integer parser actions Tudor Ambarus
2016-04-08 16:32   ` Stephan Mueller
2016-04-14 15:25     ` Tudor-Dan Ambarus
2016-04-14 15:38       ` Stephan Mueller
2016-04-15  5:58         ` Herbert Xu
2016-04-08 16:54   ` Jeffrey Walton
2016-04-08 16:55     ` Stephan Mueller
2016-04-08 17:09       ` Jeffrey Walton
2016-04-08 17:13         ` Stephan Mueller
2016-04-06 13:37 ` [PATCH v3 3/3] crypto: rsa_helper - export symbols for asn1 structures Tudor Ambarus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.