Initial patch set can be found here:
http://www.mail-archive.com/[email protected]/msg18185.html
Changes to initial patch set:
- ("crypto: rsa - generalize ASN.1 sequences")
- allow to provide handlers for the second representation
of the private key (p, q, dq, dq, qinv)
- remove unnecessary arguments on get_<X> functions
- use a single static const struct rsa_ans1_action instance
for all tfms.
- ("crypto: rsa_helper - add raw integer parser actions")
- add raw_rsa_free_key and raw_rsa_free_coherent_key functions
- export raw_rsa_get_<X> symbols
Tudor Ambarus (4):
crypto: rsa - generalize ASN.1 sequences
crypto: rsa_helper - add raw integer parser actions
crypto: add CONFIG_ symbol for rsa helper
crypto: rsa_helper - export symbols for asn1 structures
crypto/Kconfig | 8 +-
crypto/Makefile | 6 +-
crypto/rsa.c | 75 ++++-----
crypto/rsa_helper.c | 351 +++++++++++++++++++++++++++++++++++++-----
include/crypto/internal/rsa.h | 59 ++++++-
5 files changed, 416 insertions(+), 83 deletions(-)
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html