ccremers
54ccd5179e
- Added a new selector that picks goals that are local variables.
2004-12-29 16:05:32 +00:00
ccremers
d425bdb850
- For now, set equal weights to the parameters.
2004-12-29 14:24:33 +00:00
ccremers
5e695097f2
- Reimplemented the weight functions for goal selection.
...
- Added --goal-select function, defaults to 3.
2004-12-29 14:17:49 +00:00
ccremers
635470d976
- Added -d switch.
2004-12-09 15:27:50 +00:00
ccremers
b56c01c422
- Added '--max-depth=X' switch (which is equal to the old '-l X -a')
...
- Modified semantics of -l with -a : this corresponds more to the
intuition and introduces the new option to prune proofs based on trace
length.
2004-12-09 15:11:45 +00:00
ccremers
4f36181c3c
- Removed debugging stuff, now that the memory stuff is solved. It
...
turned out that I solved the memory leak first, and then spent an
afternoon finding the 8 blocks. These were simply not being given back
by memrealloc, which I should have guessed.
2004-12-09 13:34:36 +00:00
ccremers
c690b0622a
- More cleanup and comments.
2004-12-08 19:30:26 +00:00
ccremers
3ca180d968
- Despite a full afternoon of debugging, semiRunCreate/Destroy still
...
lose 8 blocks. I'm fairly confused.
2004-12-08 16:25:27 +00:00
ccremers
506e42f841
- Re-indented the files.
2004-11-16 12:07:55 +00:00
ccremers
a38925c9c2
- Added some useful macros to term.h to address subparts (e.g.
...
TermOp1(t)). Renamed all uses.
2004-11-16 12:06:36 +00:00
ccremers
0ec70b9de0
- Added lots of debugging info.
2004-10-28 15:23:16 +00:00
ccremers
3673fc689d
- Improved roledef printing by adding roledefPrintShort.
2004-10-28 12:56:13 +00:00
ccremers
61457b5f3d
- Fixed the agentsOfRunPrint output. It was caused by the agent adding
...
order.
- Fixed the pruning bug, which was related to this.
2004-10-28 12:33:57 +00:00
ccremers
9a24bb0f21
- Somehow, agentOfRunRole is playing up. I found a bug in the pruning
...
(untrusted actors), but the fix did not work. It's maybe due to the
roleInstance variants.
2004-10-27 16:20:12 +00:00
ccremers
461a040d29
- Revised Arachne dot output significantly. It is now based on explicit
...
ranking instead of the subgraphs. This will make it easier to layout
e.g. LaTeX MSCs using the same algorithm.
2004-10-27 16:10:58 +00:00
ccremers
2680a2ca7a
- Added rank calculation and output. If the subgraphs are removed, this
...
will allow for better positioning of the graphs. It also helps a lot
for latex output. In fact, latex output is fairly trivial now.
2004-10-25 14:28:53 +00:00
ccremers
94b3ac7c96
- Added debug code for dot output.
...
- Push/pop goals are counted now, making the child parameter obsolete.
2004-10-18 13:04:34 +00:00
ccremers
d33ec486ce
- Modified -l switch to also serve as proof depth limit.
2004-10-14 15:25:28 +00:00
ccremers
ba832159b1
- Added a new prioritylevel for seemingly public keys, but the splice-as
...
problem remains.
2004-10-14 15:09:48 +00:00
ccremers
8b48aade68
- Huge effort to make match type 2 (typeflaw generic) matching work.
...
Problem with goals that turn into tuples, will have to be solved.
2004-08-31 14:31:06 +00:00
ccremers
0e9b7dcf11
- Some added error/bounds detection all around.
2004-08-31 12:35:05 +00:00
ccremers
f5ab30995c
- Removed the debugging output.
2004-08-30 22:09:44 +00:00
ccremers
5c90522c55
- Fixed a bug in the pruning algorithm, where intruder runs were also
...
checked for agent lists, which is false.
2004-08-30 22:08:44 +00:00
ccremers
b04bc86185
- Some minor cleanups.
2004-08-30 21:49:51 +00:00
ccremers
4832e9116c
- Added pruning theorem for untrusted actors.
2004-08-30 21:07:45 +00:00
ccremers
d43e3d432f
- Ignoring singular variables seems to be a smart choice, although it
...
implies that the intruder can generate any type. That is not conform
the usual semantics. So we either change the usual semantics (wise) or
we make this choice optional.
2004-08-30 20:48:11 +00:00
ccremers
02041cfbab
- Fixed binding displays.
...
- Improved attack dot output.
- goal_graph_create now takes originator assumption into account.
2004-08-30 13:57:16 +00:00
ccremers
1d431dc6f1
- Attack output is a bit broken now for Arachne. Fix.
2004-08-30 06:07:17 +00:00
ccremers
25fa261e30
- Added some comments.
2004-08-28 14:05:38 +00:00
ccremers
c907c1f657
- Added prefixed start nodes to indicate agent initiative in dot output.
2004-08-28 14:00:48 +00:00
ccremers
391c939b83
- New algorithm to draw bindings between runs. Much cleaner.
2004-08-28 13:47:37 +00:00
ccremers
b349b6cef2
- More improvements to the dot output.
2004-08-28 12:42:11 +00:00
ccremers
acb89922f1
- Singular variables need to be bound as well (to ensure ordering is
...
correct w.r.t. e.g. nonces, if the intruder cannot construct them.)
2004-08-28 12:20:50 +00:00
ccremers
2ddd1eee13
- Improved dot output for Arachne attacks.
2004-08-28 11:43:06 +00:00
ccremers
9d64b837db
- Improved roledef printing for NULL, NULL roles (intruder)
...
- Added graph output in dot format.
2004-08-28 09:24:30 +00:00
ccremers
4420e06e4e
- Ignore choose actions when determining Arachne trace length.
2004-08-27 19:15:24 +00:00
ccremers
957b920b98
- Added extra Arachne check for -r0.
2004-08-27 18:26:19 +00:00
ccremers
17ad6de97b
- Semistate printing now reports trace length.
...
- Pruning was wrong, so the shortest attack wasn't always found. Now it
is.
2004-08-27 18:18:16 +00:00
ccremers
198afa135e
- Implemented attack length scanner per claim. Not stored yet.
2004-08-27 18:09:09 +00:00
ccremers
6ccb09297a
- Better prune adherence.
2004-08-27 17:37:43 +00:00
ccremers
f90f16fe93
- Arachne engine now respects --prune=2 (and thus the default setting)
...
somewhat. There is no good definition of length yet, so we don't do
this yet.
2004-08-27 17:35:23 +00:00
ccremers
21b2c27320
- Niagree claim seems to be working fine now.
2004-08-27 17:25:38 +00:00
ccremers
2decf44bd2
- Checks are now in. Untested though.
2004-08-27 15:02:33 +00:00
ccremers
d7e49028c1
- Added pruning of functions the intruder does not know (e.g. SK)
2004-08-20 14:55:34 +00:00
ccremers
851044ecd0
- Improved the SK lemma, but it is NOT correct yet.
2004-08-20 11:47:00 +00:00
ccremers
72d52a6e12
- Key goals now have priority. This strategy yields complete proofs for
...
e.g. bke, and reduces states for NSL.
2004-08-20 10:52:40 +00:00
ccremers
baae7ef94a
- The proofs now also show a list of open goals at each step.
2004-08-20 09:53:44 +00:00
ccremers
be44ed047a
- Fixed some goal selection issues.
...
- Added note about mirroring model checker semantics.
2004-08-20 09:21:39 +00:00
ccremers
bd84625ae4
- Fixed some more problems. Seems to be stable, although pruning is not
...
sufficient. Investigate bke-broken.
2004-08-19 15:30:31 +00:00
ccremers
f2bc78cc1f
- Improved proof output.
2004-08-19 14:55:21 +00:00