Commit Graph

  • 1b2b403b7f Delete tags master Michael Preisach 2022-01-25 10:38:51 +0000
  • 0de41bb460 add EUPL License Michael Preisach 2022-01-25 11:38:02 +0100
  • ed6c4c309f reduced message overhead and fixed debug messages Michael Preisach 2021-09-17 11:13:12 +0000
  • bd3734295a deactivating debug for performance testing Michael Preisach 2021-09-17 11:01:28 +0000
  • c17621ba91 fixing signature decoding with basename Michael Preisach 2021-09-16 14:42:45 +0000
  • 7762bbe582 added encoding for basename Michael Preisach 2021-09-16 14:37:24 +0000
  • f8baa1916f increase signature size Michael Preisach 2021-09-16 14:09:00 +0000
  • 62c7eeacfd adding debug messages to verifier Michael Preisach 2021-09-16 14:00:14 +0000
  • 4908f71b75 another fix for server connection handling Michael Preisach 2021-09-16 13:49:43 +0000
  • dd373cefae attempt to fix verfication of signatures with nym Michael Preisach 2021-09-16 13:37:10 +0000
  • 83eac5405d fixing connection handling when client closed connection Michael Preisach 2021-09-16 13:27:14 +0000
  • 43025d949e remove unneeded libs Michael Preisach 2021-09-16 13:14:17 +0000
  • 6127d2a737 remove unneeded files Michael Preisach 2021-09-16 13:11:08 +0000
  • 4afbd43d89 DAA voer network working Michael Preisach 2021-09-16 13:06:37 +0000
  • ef4d601f39 minor changes Michael Preisach 2021-09-13 15:57:34 +0000
  • e7c7af85fb fixing tpm init failed, bugfixing at issuer Michael Preisach 2021-09-13 15:47:06 +0000
  • 85a755a03e shorten nonce for debugging reasons Michael Preisach 2021-09-13 12:08:38 +0000
  • f76f65e0ce attempt to fix long message lengths Michael Preisach 2021-09-13 11:50:29 +0200
  • d5db38dc9a cleaning directory and cmake procedure Michael Preisach 2021-09-13 08:34:27 +0000
  • c849b4544b added debug flag, improved error messages Michael Preisach 2021-09-13 09:49:01 +0200
  • b0edf1d3b8 reworked TPM initialization Michael Preisach 2021-09-12 19:52:19 +0200
  • d9edf10211 generating member key does not work Michael Preisach 2021-09-11 14:00:45 +0000
  • 35f674c867 fix tpm key files Michael Preisach 2021-09-11 14:58:39 +0200
  • e8f1d1a403 changing file format of pubkey and handle to %02X Michael Preisach 2021-09-11 14:51:25 +0200
  • 8a6ee598e3 fixing small memory leaks Michael Preisach 2021-09-11 14:25:59 +0200
  • befe8a2b6a updated member_tpm to codebase of member Michael Preisach 2021-09-11 14:17:46 +0200
  • 79191a4a95 updated member_tpm to codebase of member Michael Preisach 2021-09-11 14:15:51 +0200
  • a056c26b83 fixed message sending to verifier Michael Preisach 2021-09-10 16:10:55 +0000
  • 340a4493ab fix for sending message to verifier Michael Preisach 2021-09-10 15:49:55 +0000
  • e3e2d6ad40 gitignore ignores now the binaries Michael Preisach 2021-09-10 15:25:41 +0000
  • 613d98d988 removed binaries Michael Preisach 2021-09-10 15:22:42 +0000
  • c900e824f1 verifier caches issuer's pk Michael Preisach 2021-09-10 15:21:38 +0000
  • c8956c091e removing 5th step in join handshake Michael Preisach 2021-09-10 14:47:44 +0000
  • b2e4796115 corrected join procedure at member Michael Preisach 2021-09-10 14:57:07 +0200
  • 889722c1ff fixed buffer issues Michael Preisach 2021-09-10 14:45:07 +0200
  • 98db3a24ff fixing compiler errors Michael Preisach 2021-09-09 16:45:03 +0200
  • b91a67fbb8 fixing compiler errors Michael Preisach 2021-09-09 16:41:48 +0200
  • edc8390e84 reworked message layout, minor protocol fixes Michael Preisach 2021-09-09 16:33:02 +0200
  • 60d1c56c54 adjusted message size Michael Preisach 2021-08-13 17:14:38 +0200
  • fc812fb1a5 remove all binaries Michael Preisach 2021-07-30 13:45:52 +0000
  • 3ed6b7f602 remove binaries Michael Preisach 2021-07-30 13:44:28 +0000
  • 435b39abe1 updating member-tpm Michael Preisach 2021-07-30 15:44:32 +0200
  • 24ef7a7436 updating member-tpm Michael Preisach 2021-07-30 15:38:42 +0200
  • fee968f6bd fixing issuer and member state machine Michael Preisach 2021-07-30 11:55:25 +0000
  • 537f545f20 issuer join process fix Michael Preisach 2021-07-30 13:44:38 +0200
  • a8fcf746eb issuer join process fix Michael Preisach 2021-07-30 13:24:09 +0200
  • bf7835a409 protocol fixes Michael Preisach 2021-07-30 13:19:57 +0200
  • ad4aac5b65 protocol fixes Michael Preisach 2021-07-30 12:51:20 +0200
  • 397fde803a protocol fixes Michael Preisach 2021-07-30 12:39:40 +0200
  • f90cf46e03 debugging network protocol Michael Preisach 2021-07-29 15:55:07 +0200
  • ff558ca654 debugging network protocol Michael Preisach 2021-07-29 15:52:02 +0200
  • dd699868e0 working TPM key generation Michael Preisach 2021-07-19 14:00:52 +0000
  • ef4b305eb1 member_tpm updated to recent protocol version Michael Preisach 2020-11-19 16:42:49 +0000
  • 11d55eb918 tested base64 encoding and fixed minor issues Michael Preisach 2020-09-29 11:09:07 +0000
  • 1c476f844f move to base64 encoding, testing required Michael Preisach 2020-09-29 12:12:01 +0200
  • 94cbddb97d added test for encoding and decoding Michael Preisach 2020-09-29 09:44:10 +0000
  • 88a974917c added base64 encode decode Michael Preisach 2020-09-28 14:16:00 +0200
  • 8e077b0835 add missing last commit from old project Michael Preisach 2020-09-26 06:29:18 +0000
  • 4e646e87f7 updated readme and prepare TPM tests Michael Preisach 2020-09-25 13:55:29 +0200
  • 5866669066 added basic lib test and fixed bugs Michael Preisach 2020-09-22 09:56:07 +0200
  • 8c7f7e955f Message transmission works with bsn but not without Michael Preisach 2020-09-21 13:50:51 +0000
  • e3cd6862c2 verify message with bsn working Michael Preisach 2020-09-17 12:54:10 +0000
  • 34bb4b3507 updated member, testing of new functions needed Michael Preisach 2020-09-12 20:09:58 +0200
  • c77992f397 issuer saves key in file; verifier can receive message directly Michael Preisach 2020-09-08 23:19:27 +0200
  • 36ac4abc5f print details of attestation message (for debug and analysis) Michael Preisach 2020-08-16 19:47:38 +0000
  • e120116817 fixed bug in verifying attestation message Michael Preisach 2020-08-16 19:46:18 +0000
  • d3706f6d6e Merge branch 'master' of git.ins.jku.at:preisach/ecdaa-issuer Michael Preisach 2020-08-16 18:30:34 +0200
  • 119e247ea3 updated IP addresses for test environment Michael Preisach 2020-08-16 18:30:20 +0200
  • 8bcc5fb9b4 removed tpm dependencies from verifier Michael Preisach 2020-08-16 14:44:28 +0000
  • 8a0e6d29d4 Fixed variable name for TPM support Michael Preisach 2020-08-14 23:24:39 +0200
  • 488f53512f added required packages for building tpm2-tss Michael Preisach 2020-08-14 23:23:25 +0200
  • d6f0f8d05f fixed class name for newer version of xaptum-ecdaa Michael Preisach 2020-08-14 21:19:43 +0000
  • 38d3fa099c added short project description Michael Preisach 2020-08-14 22:07:44 +0200
  • a64714cb3b prevent working files from pushing to repo Michael Preisach 2020-08-14 14:54:52 +0000
  • 80e738855a updated cmakelists for using globally installed libs Michael Preisach 2020-08-14 14:49:26 +0000
  • 48d6946ea4 verifier works, tpm needs to be used for member root 2019-11-11 20:05:03 +0100
  • f601244ae4 added verifier function attest root 2019-11-08 13:20:40 +0100
  • 3fbde2e1cc issuer and member can exchange keys, verifier ist not yet tested. root 2019-11-07 18:01:34 +0100
  • 793e8d949b added crypto payload to member and issuer, not yet tested root 2019-11-06 17:44:04 +0100
  • 401b831e08 verifier implemented, not yet tested root 2019-11-05 19:26:16 +0100
  • d3ddf576bc network protocol skeleton of issuer and member finished, missing verifier root 2019-11-05 18:33:06 +0100
  • 05167ba440 protocol between issuer and mamber implemented, member has problems on connecting... root 2019-11-04 13:23:50 +0100
  • 1d8291b77a added member and client functionality, targeting issuer-member client-server connection root 2019-10-31 18:19:24 +0100
  • 953420eb93 server working, client skeleton implemented root 2019-10-30 17:56:14 +0100
  • 2865148349 basic server implementation root 2019-10-30 16:11:19 +0100
  • 8c598b4ef5 Initial commit root 2019-10-29 15:08:31 +0100