This needs to go through the security tree so I'm reverting the patches for now. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5 lines
130 B
Groff
5 lines
130 B
Groff
RSAPublicKey ::= SEQUENCE {
|
|
modulus INTEGER ({ rsa_extract_mpi }), -- n
|
|
publicExponent INTEGER ({ rsa_extract_mpi }) -- e
|
|
}
|