source: @ 58167

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58167   4 months hritcu Old stuff from my Mac
(edit) @43428   17 months hritcu Thorsten's patch for building the spi-calculus parser for F5's Spi2RCF …
(edit) @37033   23 months pecina fixed forgotten printf
(edit) @37031   23 months pecina further cleaned up the code and removed leftover printf
(edit) @37029   23 months pecina fixed killing issues with the spass and e option - solution was to put the …
(edit) @37026   23 months pecina worked some more on the spass and e option (still does not work as …
(edit) @37018   23 months mohammadi
(edit) @37009   23 months pecina performed some code cleaning moved the fprintf error messages into …
(edit) @36949   23 months pecina fixed errors in d2c config file
(edit) @36947   23 months pecina added an extra file for d2c
(edit) @36398   2 years pecina finished implementing the solution for both, spass and e, simultaneously …
(edit) @36392   2 years pecina modified the type checker to allow for more easy extensions of the …
(edit) @33221   2 years pecina added a config file for ring signatures and group encryptions added a …
(edit) @31895   2 years reischuk * new type: Tag * new constructors of type Tag: lft() and rgt()
(edit) @31339   2 years pecina accomodated the template spass for empty forall constructs (removed) …
(edit) @31338   2 years pecina changed the name of type bool to Bool and the constructors are now called …
(edit) @31336   2 years hritcu tabs
(edit) @31335   2 years hritcu Fixed genckind to allow nullary type constructors.
(edit) @31334   2 years pecina chanced the default config to include bools, fixed accordingly for …
(edit) @31322   2 years hritcu Some of the tests involved in finding the last bug.
(edit) @31321   2 years hritcu Fix for the bug in sub (the right fix!)
(edit) @31320   2 years hritcu One more horrible bug in sub -- this time it was helping Kim too much :)
(edit) @31313   2 years hritcu Added command line flag to not delete temp files holding successfully …
(edit) @31311   2 years hritcu proc_case was blindly trusting annotation
(edit) @30960   2 years hritcu Fixed spassparser.mly to accept nullary function symbols (Ticket #100)
(edit) @30941   2 years hritcu Fixed spassprint.ml (Ticket #100)
(edit) @30940   2 years hritcu one more sample using lists
(edit) @30934   2 years hritcu Allowing the user to annotate polymorphic nullary constructors (Ticket …
(edit) @30931   2 years hritcu Fixed gentemplate.ml (Ticket #100)
(edit) @30926   2 years hritcu Support zero-arity constructors (constants) -- Ticket #100
(edit) @29236   2 years eigner fixed critical bug in parser, removed let constructor else
(edit) @28320   2 years pecina change one more thing in the parser to read an else always to the directly …
(edit) @28301   2 years pecina the parser now reads processes gready and parallel processes now have the …
(edit) @27977   2 years hritcu Fixed bugs in generator code handling type constructors with more than one …
(edit) @27975   2 years eigner
(edit) @27964   2 years eigner added randomized pk crypto with reencryption to calc, to use this call …
(edit) @27859   2 years eigner
(edit) @27858   2 years eigner added config file for spi with lists and modified makefile accordingly
(edit) @27268   2 years hritcu Fixed horrible bug in sub that was hurting Kim.
(edit) @27120   2 years pecina it is now possible to have nested comments: ( (* asdf*)fads *) is all …
(edit) @23964   3 years hritcu Updated to F# 1.9.6.16
(edit) @23953   3 years tarrach i guess i should have commited that earlier
(edit) @18724   3 years broeni got rid of most of the duplicated code concerning the checkers in …
(edit) @18723   3 years broeni changed new a little bit
(edit) @18716   3 years broeni base work for the non-dup checker file
(edit) @18462   3 years hritcu Added support for time-outs -- for SPASS and eprover (fixes Ticket #49). …
(edit) @18414   3 years hritcu Made the compile have linear complexity by discharging obligations on the …
(edit) @18359   3 years hritcu Changed compile so that we no longer do type inference and use the type …
(edit) @18358   3 years hritcu Big change coming soon
(edit) @18350   3 years hritcu Added support for linear statement processing (fixes Ticket #85)
(edit) @18346   3 years hritcu Lazily evaluating "pub", "tnt", "sub" and "non_disj" in zk verification …
(edit) @18345   3 years tarrach fixed fs side
(edit) @18344   3 years hritcu Started working on Ticket #71 + some leftovers from Ticket #79
(edit) @18342   3 years hritcu Change everything to the new FOL syntax (no longer using the ugly spass …
(edit) @18316   3 years hritcu Supporting dependent zero-knowledge proof types (Ticket #84)
(edit) @18238   3 years tarrach fixes fs side
(edit) @18235   3 years hritcu The "public" destructor was not handled properly when I implemented the …
(edit) @18209   3 years hritcu Fixed severe bug in create_fresh_name (Ticket #80)
(edit) @18206   3 years hritcu Added test case exhibiting (Ticket #80)
(edit) @18182   3 years hritcu Stopped annotating "zk"-s and "ver"-s with redundant arity information …
(edit) @18179   3 years hritcu Added the number of matched components to the statement definition (Ticket …
(edit) @18133   3 years hritcu
(edit) @18069   3 years hritcu Supporting types for the secret components of a zero-knowledge proof …
(edit) @17982   3 years hritcu Fixed incorrect implementation of non-disjoint and statement compilation …
(edit) @17710   3 years hritcu
(edit) @17698   3 years broeni fixed the problem introduced in checker.ml in my last change. blame me
(edit) @17693   3 years hritcu Ugly hack
(edit) @17677   3 years tarrach spi2rcf config file
(edit) @17626   3 years broeni dramatically reduced the usage of list2set by making dom return a set …
(edit) @17608   3 years tarrach
(edit) @17580   3 years hritcu
(edit) @17550   3 years tarrach cross-compiling working again
(edit) @17184   3 years hritcu Fixed samples
(edit) @17183   3 years broeni changed printing of parallel to be more expressive, changed the type of …
(edit) @17169   3 years hritcu Sample exhibiting bug
(edit) @17047   3 years hritcu Added more cases to non-disjoint (not sure they are sound), added one more …
(edit) @17015   3 years hritcu Changed daa-sign-simplified.spi so that it exercises the fix to Ticket …
(edit) @17013   3 years broeni tracked the bug from ticket #75. Used replace_formula instead of the old …
(edit) @17010   3 years hritcu Fixed simple-zk-encoded.spi
(edit) @16990   3 years hritcu Committed the wrong file before ... simple-zk-encoded.spi doesn't really …
(edit) @16989   3 years hritcu Added simplified version of the DAA-sign protocol where the zero-knowledge …
(edit) @16988   3 years hritcu Added simplified version of the DAA-sign protocol where the zero-knowledge …
(edit) @16987   3 years hritcu Added simplified version of the DAA-sign protocol -- used in the slides
(edit) @16980   3 years hritcu Added example that shows that having Hash(Private) tainted would be …
(edit) @16976   3 years hritcu Example for union types -- nounce handshake using public-key encryption
(edit) @16729   3 years hritcu Fixed printing ands and ors
(edit) @16679   3 years broeni got rid of all warnings. In most cases only an exception is risen. This is …
(edit) @16678   3 years broeni removed more warnings
(edit) @16660   3 years hritcu - Implemented destructor reduction as a relation (Ticket #65) - Changed …
(edit) @16621   3 years hritcu Fixed alpha-renaming problem when type-checking dependent pairs (we were …
(edit) @16575   3 years broeni removed first warnings
(edit) @16567   3 years hritcu Statement compilation can now reason about public keys: added "\alpha_n = …
(edit) @16566   3 years hritcu Fixed Ticket #64: when breaking tuples always check that the last …
(edit) @16565   3 years hritcu Fixed spass2fol: more than one variable could be quantified at the same …
(edit) @16554   3 years broeni it is a little bit nasty, but now, if an error occurs in make clean, it is …
(edit) @16542   3 years hritcu Attempt to fix Ticket #62: Added injectivity and pairwise distinctness of …
(edit) @16438   3 years grochulla extended default.config with symmetric key cryptography
(edit) @16384   3 years broeni heavily changed the makefile. Not completely done yet. but all .cmo and …
(edit) @16361   3 years hritcu Changed kinding zkproof types to match paper
(edit) @16358   3 years hritcu Added a sample exemplifying bug #58
Note: See TracRevisionLog for help on using the revision log.