Commit Graph

57 Commits

Author SHA1 Message Date
5091638837 Removed redundant method call 2020-11-16 12:23:58 +01:00
71c2a48a1f Fixed incomplete agreement 2020-11-16 12:22:26 +01:00
f2cea164ae DH UnitTest 2020-11-16 12:22:08 +01:00
4def149519 AES Unit Test 2020-11-16 12:15:19 +01:00
131b296bb1 Added AES class 2020-11-16 12:11:03 +01:00
21010a04e5 Added DHExchange class 2020-11-16 11:56:01 +01:00
913ddd8e1c Fixed build issues 2020-11-05 13:31:24 +01:00
1777fe026f Spelling issues 2020-10-29 17:19:18 +01:00
355b83a97a App now asks for address 2020-10-29 17:18:49 +01:00
6e0ad2c943 Changed encoding & compiler version 2020-10-29 17:08:24 +01:00
5f7efe2357 Executable class now starts interactive mode 2020-10-29 16:45:52 +01:00
9c5e820c5f Added interactive interface 2020-10-29 16:45:31 +01:00
2b0002d7cf Fixed bug when converting hex to bytes 2020-10-29 16:43:06 +01:00
3bc287848e Added problematic test case 2020-10-29 16:42:52 +01:00
54f040ff35 Added missing compiler plugin version 2020-10-29 16:10:19 +01:00
9b5c25b292 Changed appender pattern 2020-10-29 16:08:15 +01:00
fee60b5d35 Added hex converter unit tests 2020-10-29 16:08:01 +01:00
2f92de92fc Added ProtocolManager class 2020-10-29 15:59:26 +01:00
a8dcd6e9fd Added stringToBytes convertion 2020-10-29 15:36:44 +01:00
04551f1528 Added host getters 2020-10-29 14:05:48 +01:00
ca345b3422 App now initializes connection 2020-10-29 13:52:41 +01:00
8d88a554f7 Fixed testing lifecycle stage 2020-10-29 12:44:33 +01:00
809ee375da Added stream getters 2020-10-29 12:31:56 +01:00
4f5800cba9 Fixed NullPointerException 2020-10-29 12:30:55 +01:00
2e4bd8289e Added tests for reading and writing 2020-10-29 12:30:13 +01:00
243f44ef23 Added empty constructor 2020-10-29 11:45:40 +01:00
70331f6f3c Finished reading from stream 2020-10-29 11:40:18 +01:00
cc3ddcdd4f Converter tests 2020-10-29 11:37:07 +01:00
26d06e96a8 Added char converters 2020-10-29 11:36:56 +01:00
609e39c771 changed converters to static 2020-10-29 11:36:15 +01:00
5a767c8cac Fixed jar compilation 2020-10-28 18:40:53 +01:00
90c705bb98 Added special server messages enum 2020-10-28 18:31:56 +01:00
f296770a21 Fixed wrong exception catching 2020-10-28 18:00:36 +01:00
1ac0d97ce7 Packets may now be constructed with string input 2020-10-28 17:50:16 +01:00
2a1b317fb1 Fixed junit issues with maven 2020-10-28 17:46:12 +01:00
0f939b9e09 Rearranged duplicate code fragments 2020-10-28 17:39:26 +01:00
34a1fa996d Fixed array comparisons / toString with hex 2020-10-28 17:35:41 +01:00
0d1987ce38 Commitment unit tests 2020-10-28 17:35:18 +01:00
6333067335 Fixed access 2020-10-28 17:31:29 +01:00
eb6d169bf4 Added log4j.properties 2020-10-28 17:31:21 +01:00
f7b3aaf3ee Implemented "Bob-side" constructor 2020-10-28 17:26:13 +01:00
3dd55f3a32 Added hash checker / removed redundant setters for safety 2020-10-28 17:25:08 +01:00
0cbdd1a10a Added getters/setters 2020-10-28 17:21:02 +01:00
0d3d38e773 Implemented commitment creation 2020-10-28 17:19:17 +01:00
3ba1463936 Added bytesToHex converter 2020-10-28 17:10:59 +01:00
c016da10fd Fixed bad string equality assertion 2020-10-28 16:55:16 +01:00
05af808c9b Testing protocols 2020-10-28 16:49:08 +01:00
9c1160ca2c Fixed bad allocation 2020-10-28 16:48:54 +01:00
fd589b416f Access permissions changed 2020-10-28 16:42:12 +01:00
7ad297526c Implemented packet deconstruction 2020-10-28 16:34:11 +01:00