ASN.1 parsing of RSA public key not needed anymore

This commit is contained in:
Andreas Steffen 2009-06-12 20:06:39 +02:00
parent 11e6d28533
commit 3c5a2342b4
1 changed files with 0 additions and 13 deletions

View File

@ -179,19 +179,6 @@ static const asn1Object_t crlDistributionPointsObjects[] = {
};
#define CRL_DIST_POINTS_FULLNAME 3
/**
* ASN.1 definition of RSApublicKey
*/
static const asn1Object_t pubkeyObjects[] = {
{ 0, "RSAPublicKey", ASN1_SEQUENCE, ASN1_OBJ }, /* 0 */
{ 1, "modulus", ASN1_INTEGER, ASN1_BODY }, /* 1 */
{ 1, "publicExponent", ASN1_INTEGER, ASN1_BODY }, /* 2 */
{ 0, "exit", ASN1_EOC, ASN1_EXIT }
};
#define PUB_KEY_RSA_PUBLIC_KEY 0
#define PUB_KEY_MODULUS 1
#define PUB_KEY_EXPONENT 2
/**
* ASN.1 definition of an X.509v3 x509_cert
*/