forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/…
…kernel/git/dhowells/linux-fs into next
- Loading branch information
Showing
48 changed files
with
3,025 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- Microsoft individual code signing data blob parser | ||
--- | ||
--- Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | ||
--- Written by David Howells ([email protected]) | ||
--- | ||
--- This program is free software; you can redistribute it and/or | ||
--- modify it under the terms of the GNU General Public Licence | ||
--- as published by the Free Software Foundation; either version | ||
--- 2 of the Licence, or (at your option) any later version. | ||
--- | ||
|
||
MSCode ::= SEQUENCE { | ||
type SEQUENCE { | ||
contentType ContentType, | ||
parameters ANY | ||
}, | ||
content SEQUENCE { | ||
digestAlgorithm DigestAlgorithmIdentifier, | ||
digest OCTET STRING ({ mscode_note_digest }) | ||
} | ||
} | ||
|
||
ContentType ::= OBJECT IDENTIFIER ({ mscode_note_content_type }) | ||
|
||
DigestAlgorithmIdentifier ::= SEQUENCE { | ||
algorithm OBJECT IDENTIFIER ({ mscode_note_digest_algo }), | ||
parameters ANY OPTIONAL | ||
} |
Oops, something went wrong.