diff options
Diffstat (limited to 'crypto/rsapubkey.asn1')
-rw-r--r-- | crypto/rsapubkey.asn1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/rsapubkey.asn1 b/crypto/rsapubkey.asn1 index 725498e461..0d32b1ca62 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 }) |