summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/x509_rsakey.asn1
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2016-02-02 10:08:53 -0800
committerDavid Howells <dhowells@redhat.com>2016-02-10 10:13:27 +0000
commit2f265d6191075b12d5361c3c3fd13fd2d551655b (patch)
treefdf314e5fb82b90ef8145f40d2caa5fd0d23ccd7 /crypto/asymmetric_keys/x509_rsakey.asn1
parent5c9c3454b6d8551cb47466829b9ef6aee5b4f715 (diff)
downloadlinux-crypto-2f265d6191075b12d5361c3c3fd13fd2d551655b.tar.gz
linux-crypto-2f265d6191075b12d5361c3c3fd13fd2d551655b.zip
crypto: KEYS: convert public key and digsig asym to the akcipher api
This patch converts the module verification code to the new akcipher API. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'crypto/asymmetric_keys/x509_rsakey.asn1')
-rw-r--r--crypto/asymmetric_keys/x509_rsakey.asn14
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/asymmetric_keys/x509_rsakey.asn1 b/crypto/asymmetric_keys/x509_rsakey.asn1
deleted file mode 100644
index 4ec7cc65..00000000
--- a/crypto/asymmetric_keys/x509_rsakey.asn1
+++ /dev/null
@@ -1,4 +0,0 @@
-RSAPublicKey ::= SEQUENCE {
- modulus INTEGER ({ rsa_extract_mpi }), -- n
- publicExponent INTEGER ({ rsa_extract_mpi }) -- e
- }