Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dedicated VerifierResult | Julien Tanguy | 2015-10-05 | 1 | -6/+6 |
| | | | | | | | The Maybe (Either ValidationError ()) return type was too cryptic, now there is a real datatype for it. The validation part is unchanged and still uses the Maybe Either type | ||||
* | ghc<7.10.1 compat | Julien Tanguy | 2015-08-17 | 1 | -0/+1 |
| | |||||
* | Add some internal tests | Julien Tanguy | 2015-08-17 | 2 | -42/+62 |
| | |||||
* | Change verifier api and split Verifier module | Julien Tanguy | 2015-08-17 | 4 | -28/+46 |
| | | | | - Added haddocks | ||||
* | Typos and stylish-haskell | Julien Tanguy | 2015-08-17 | 3 | -16/+16 |
| | |||||
* | Basic validation functions | Julien Tanguy | 2015-08-16 | 1 | -0/+36 |
| | | | | | | Still needs testing [ci skip] | ||||
* | Rewrite Verifier with Validation | Julien Tanguy | 2015-07-08 | 1 | -45/+14 |
| | |||||
* | Update QuickCheck | Julien Tanguy | 2015-06-17 | 1 | -13/+0 |
| | | | | [ci skip] | ||||
* | Add Sig/cav verifier | Julien Tanguy | 2015-05-16 | 1 | -1/+17 |
| | | | | [ci skip] | ||||
* | Fix caveat verification | Julien Tanguy | 2015-05-16 | 2 | -43/+37 |
| | | | | QuickCheck properties > HUnit tests | ||||
* | Add generalized function verifier | Julien Tanguy | 2015-05-15 | 1 | -12/+18 |
| | |||||
* | Add basic exact caveat verifiers | Julien Tanguy | 2015-05-15 | 1 | -6/+26 |
| | | | | | | Need more tests Touching #2 Verify first party caveats | ||||
* | 1st party caveats to Macaroon Arbitrary instance | Julien Tanguy | 2015-05-15 | 1 | -1/+13 |
| | |||||
* | Add quickcheck properties | Julien Tanguy | 2015-05-15 | 2 | -12/+20 |
| | |||||
* | Basic verification of macaroons | Julien Tanguy | 2015-05-14 | 2 | -0/+61 |
| | | | | - Only signatures are checked | ||||
* | Rearrange tests | Julien Tanguy | 2015-05-13 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Nixify package & documentation | Julien Tanguy | 2015-05-06 | 1 | -0/+6 |
| | | | | Added quickcheck helper | ||||
* | Add quickchecked serialization properties | Julien Tanguy | 2015-04-15 | 2 | -0/+60 |
| | |||||
* | Extract sanity check | Julien Tanguy | 2015-04-15 | 2 | -13/+23 |
| | |||||
* | Refactor tests | Julien Tanguy | 2015-04-14 | 3 | -39/+95 |
| | |||||
* | Disable third party caveats | Julien Tanguy | 2015-04-14 | 1 | -15/+15 |
| | |||||
* | Deserialize Macaroons | Julien Tanguy | 2015-04-14 | 1 | -10/+38 |
| | | | | | - Refactor serialization/deserialization into its own module - Refactor tests | ||||
* | Rewording and lint | Julien Tanguy | 2015-04-09 | 1 | -19/+29 |
| | |||||
* | Initial commit | Julien Tanguy | 2015-04-09 | 2 | -0/+140 |