Skip to content

Instantly share code, notes, and snippets.

@Lucia-Lenz
Last active December 16, 2022 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lucia-Lenz/1a83f41e9d7d236e57971bfb4572658b to your computer and use it in GitHub Desktop.
Save Lucia-Lenz/1a83f41e9d7d236e57971bfb4572658b to your computer and use it in GitHub Desktop.
authorization_list_2
AuthorizationList ::= SEQUENCE {
purpose [1] EXPLICIT SET OF INTEGER OPTIONAL,
algorithm [2] EXPLICIT INTEGER OPTIONAL,
keySize [3] EXPLICIT INTEGER OPTIONAL,
blockMode [4] EXPLICIT SET OF INTEGER OPTIONAL,
...,
callerNonce [7] EXPLICIT NULL OPTIONAL,
...,
noAuthRequired [503] EXPLICIT NULL OPTIONAL,
... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment