ccremers
f22ce0dcb9
- Big change in the Arachne algorithm: decryptor sequences now get
...
expanded explicitly. This solves a long-standing issue with {k}k
decryption to yield k. Needs some testing to ensure that it did not
introduce any new errors.
2005-05-17 18:45:01 +00:00
ccremers
71558706a6
- XML output should be workable now.
2005-05-02 13:38:45 +00:00
ccremers
924abc065d
- Added xml output switch (-x, check scyther --help). It's not complete
...
yet, to be finished tomorrow.
2005-05-01 13:32:50 +00:00
ccremers
8e1041b567
- Minor output fixes.
2005-04-21 12:04:45 +00:00
ccremers
9271cc7624
- Matching method propagation was wrong in new switch code.
...
- Some fixes for protocols that do not include matching send/read
combo's. In particular, the max encryption level method ranged over
the sends; now over all events. Maybe it can range over read events
only?
2005-04-18 05:51:25 +00:00
ccremers
88e2f3d26c
- Added a better reverse-engineered variation of the Athena goal
...
selector.
- Added an idea that might make searches somewhat faster.
2005-03-11 20:41:59 +00:00
ccremers
c8df32c7a2
- Minor improvements.
...
* Old bindings detections (immediately binds them to older binding)
* Know_only derivation for keylevel lemmas.
2005-03-08 13:02:16 +00:00
ccremers
291353a14f
- Improved version of the latex renderer of arachne attacks. Still not
...
usable, however.
2005-03-07 19:02:08 +00:00
ccremers
197117f2fe
- Made a start with the arachne latex output. It's a mess currently.
2005-03-07 15:38:01 +00:00
ccremers
5c90a5af29
- Improved the .dot output format quite a bit.
2005-02-21 15:12:59 +00:00
ccremers
820c2caed8
- Revisited type matching conditions.
...
- Introduced tuple unfolding stuff for Arachne. -m2 should work now.
2005-01-14 18:18:40 +00:00
ccremers
d5cdac84cc
- Some unfolding of tuple goals towards getting -m2 Arachne to work.
2005-01-14 14:08:01 +00:00
ccremers
b607b1e260
- If we run into the time bound, report it.
2005-01-14 13:01:31 +00:00
ccremers
e0e56964d1
- Added a --timer=x switch to abort Arachne proofs after x seconds.
2005-01-05 15:29:27 +00:00
ccremers
45c42408dd
- Added weight level to proof output in <..> notation.
...
- Added selection factor for singular variables (not rolenames)
2004-12-29 19:40:12 +00:00
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