-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend model by protocol sessions #47
Labels
model
Related to model package (e.g., model verification)
Comments
This was referenced Jun 17, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
At least in our current TLS models, state names may have (multiple) dots, which is incompatible with ID. It sounds preferable, in general, to have a distinct name space for states anyways. Ref. #47
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
senier
pushed a commit
that referenced
this issue
Aug 1, 2020
This was referenced Aug 11, 2020
treiher
added a commit
that referenced
this issue
Aug 11, 2020
treiher
added a commit
that referenced
this issue
Aug 11, 2020
treiher
added a commit
that referenced
this issue
Aug 11, 2020
treiher
added a commit
that referenced
this issue
Aug 11, 2020
treiher
added a commit
that referenced
this issue
Aug 11, 2020
senier
pushed a commit
that referenced
this issue
Aug 18, 2020
senier
pushed a commit
that referenced
this issue
Aug 18, 2020
senier
pushed a commit
that referenced
this issue
Aug 18, 2020
senier
pushed a commit
that referenced
this issue
Aug 18, 2020
senier
pushed a commit
that referenced
this issue
Aug 18, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
At least in our current TLS models, state names may have (multiple) dots, which is incompatible with ID. It sounds preferable, in general, to have a distinct name space for states anyways. Ref. #47
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
pushed a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
treiher
added a commit
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extend the RecordFlux model by a concept to express automata, including states, transitions, conditions and actions. Dynamic properties should be expressible by some temporal logic.
As an intermediate step, when no session syntax is available, we use the YAML-based representation introduced for GreenTLS. To develop and validate those models, the
cli
is extended to parse the YAML sessions files.The text was updated successfully, but these errors were encountered: