162306a36Sopenharmony_ci--- Microsoft individual code signing data blob parser
262306a36Sopenharmony_ci---
362306a36Sopenharmony_ci--- Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
462306a36Sopenharmony_ci--- Written by David Howells (dhowells@redhat.com)
562306a36Sopenharmony_ci---
662306a36Sopenharmony_ci--- This program is free software; you can redistribute it and/or
762306a36Sopenharmony_ci--- modify it under the terms of the GNU General Public Licence
862306a36Sopenharmony_ci--- as published by the Free Software Foundation; either version
962306a36Sopenharmony_ci--- 2 of the Licence, or (at your option) any later version.
1062306a36Sopenharmony_ci---
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciMSCode ::= SEQUENCE {
1362306a36Sopenharmony_ci	type			SEQUENCE {
1462306a36Sopenharmony_ci		contentType	ContentType,
1562306a36Sopenharmony_ci		parameters	ANY
1662306a36Sopenharmony_ci	},
1762306a36Sopenharmony_ci	content			SEQUENCE {
1862306a36Sopenharmony_ci		digestAlgorithm	DigestAlgorithmIdentifier,
1962306a36Sopenharmony_ci		digest		OCTET STRING ({ mscode_note_digest })
2062306a36Sopenharmony_ci	}
2162306a36Sopenharmony_ci}
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciContentType ::= OBJECT IDENTIFIER ({ mscode_note_content_type })
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciDigestAlgorithmIdentifier ::= SEQUENCE {
2662306a36Sopenharmony_ci	algorithm   OBJECT IDENTIFIER ({ mscode_note_digest_algo }),
2762306a36Sopenharmony_ci	parameters  ANY OPTIONAL
2862306a36Sopenharmony_ci}
29