aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsapubkey.asn1
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsapubkey.asn1')
-rw-r--r--crypto/rsapubkey.asn17
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/rsapubkey.asn1 b/crypto/rsapubkey.asn1
index 725498e461d25..0d32b1ca6270f 100644
--- a/crypto/rsapubkey.asn1
+++ b/crypto/rsapubkey.asn1
@@ -1,3 +1,10 @@
+-- SPDX-License-Identifier: BSD-3-Clause
+--
+-- Copyright (C) 2016 IETF Trust and the persons identified as authors
+-- of the code
+--
+-- https://www.rfc-editor.org/rfc/rfc8017#appendix-A.1.1
+
RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })