- 09 Mar, 2016 2 commits
-
-
Loïck Bonniot authored
311 dfssd log sorting This is quick work, I'll take any insight. I didn't do it, but an integration test using mutex can be nice. See merge request !42
-
-
- 05 Mar, 2016 2 commits
-
-
Richer Maximilien authored
193 ttp server See merge request !39
-
Richer Maximilien authored
-
- 03 Mar, 2016 2 commits
-
-
ElyKar authored
-
Richer Maximilien authored
[net] Add support for direct IP connection - Rewrite the TLS authenticator to ignore DNS/IP verification - Still as secure as previous implementation See merge request !40
-
- 02 Mar, 2016 1 commit
-
-
Loïck Bonniot authored
- Rewrite the TLS authenticator to ignore DNS/IP verification - Still as secure as previous implementation
-
- 01 Mar, 2016 1 commit
-
-
Tristan Claverie authored
189 sign sequence generation Introduce sequence generation into the platform. See merge request !36
-
- 29 Feb, 2016 6 commits
-
-
Loïck Bonniot authored
327 Add MIT license See merge request !37
-
-
Richer Maximilien authored
[c] Fix cross-compilation for register command This is a hotfix and should be pushed against v0.0.2 See merge request !38
-
Loïck Bonniot authored
-
Richer Maximilien authored
-
Richer Maximilien authored
-
- 28 Feb, 2016 2 commits
-
-
Loïck Bonniot authored
Add import and export command - US 183 See merge request !35
-
ElyKar authored
-
- 27 Feb, 2016 1 commit
-
-
ElyKar authored
-
- 22 Feb, 2016 3 commits
-
-
Richer Maximilien authored
[auth] Ignore hostname verification in tls See https://golang.org/src/crypto/x509/verify.go#L347 for explanation See merge request !34
-
Richer Maximilien authored
[p][c] Use bytes instead of strings for hashes See merge request !33
-
Loïck Bonniot authored
-
- 21 Feb, 2016 2 commits
-
-
Loïck Bonniot authored
-
Loïck Bonniot authored
-
- 20 Feb, 2016 4 commits
-
-
Loïck Bonniot authored
188 ttp kernel Implement TTP `dfsst` kernel See merge request !31
-
-
Loïck Bonniot authored
186 integration tests - Client now exits on error - Platform now logs mail errors without noticing the client. We consider that a mail problem is not fatal See merge request !32
-
Loïck Bonniot authored
-
- 19 Feb, 2016 4 commits
-
-
Loïck Bonniot authored
-
Loïck Bonniot authored
-
Loïck Bonniot authored
-
Richer Maximilien authored
[c] Fix password question on non-unix terminals See merge request !30
-
- 18 Feb, 2016 1 commit
-
-
Loïck Bonniot authored
-
- 17 Feb, 2016 1 commit
-
-
Loïck Bonniot authored
-
- 12 Feb, 2016 1 commit
-
-
Tristan Claverie authored
[c][p] Some fixes after real tests - Add a method in `dfss/auth` package to compute a certificate's hash - Update `dfssp/contract.Builder` to allow `dfssp/user` package to trigger some mail emissions - Update `dfssp/user` to fix authentication (bad expiration and bad certHash) - Fix a critical bug in client during creation of new contract (nil pointer) TG-293 #ready See merge request !29
-
- 11 Feb, 2016 1 commit
-
-
Richer Maximilien authored
[CI] Add automatic build - Add automatic binary generation for windows, linux and darwin + Binaries are pushed to http://static.lesterpig.com/dfss (tls will come soon) + The build is done ONLY in `master` branch AND on version tags - Remove the use of "user.HomeDir", because it is not compatible with linux xcompilation See merge request !28
-
- 10 Feb, 2016 2 commits
-
-
Loïck Bonniot authored
-
Loïck Bonniot authored
- Add a method in `dfss/auth` package to compute a certificate's hash - Update `dfssp/contract.Builder` to allow `dfssp/user` package to trigger some mail emissions - Update `dfssp/user` to fix authentication (bad expiration and bad certHash) - Fix a critical bug in client during creation of new contract (nil pointer) TG-293 #ready
-
- 08 Feb, 2016 2 commits
-
-
Loïck Bonniot authored
[c] Add `new` command - Update platform mockup - Fix hash bug in platform See merge request !25
-
Loïck Bonniot authored
- Update platform mockup - Fix hash bug in platform - Fix CLI interactions
-
- 07 Feb, 2016 2 commits
-
-
Loïck Bonniot authored
179 client auth request Client authentication command. See merge request !26