^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) --- Microsoft individual code signing data blob parser
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) ---
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) --- Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) --- Written by David Howells (dhowells@redhat.com)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) ---
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) --- This program is free software; you can redistribute it and/or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) --- modify it under the terms of the GNU General Public Licence
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) --- as published by the Free Software Foundation; either version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) --- 2 of the Licence, or (at your option) any later version.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) ---
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) MSCode ::= SEQUENCE {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) type SEQUENCE {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) contentType ContentType,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) parameters ANY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) },
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) content SEQUENCE {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) digestAlgorithm DigestAlgorithmIdentifier,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) digest OCTET STRING ({ mscode_note_digest })
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) }
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) }
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) ContentType ::= OBJECT IDENTIFIER ({ mscode_note_content_type })
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) DigestAlgorithmIdentifier ::= SEQUENCE {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) algorithm OBJECT IDENTIFIER ({ mscode_note_digest_algo }),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) parameters ANY OPTIONAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) }