aboutsummaryrefslogtreecommitdiff
path: root/cryptech_console
AgeCommit message (Collapse)Author
2017-01-12Refactor and simplify, whole program fits on one screen now.Rob Austein
2017-01-10Handle connection close events properly, use logging library.Rob Austein
2017-01-05Whack multiplexer to handle console too.Rob Austein
Renamed multiplexer to cryptech_muxd, since it now handles both RPC and CTY. Added new program cryptech_console to act as client for CTY multiplexer. Might want to add console logging capability eventually, not today. Probably want to incorporate UART probing (what cryptech_probe does now) eventually, also not today.
ctrn.net> 2015-06-04 16:55:28 -0400 committer Rob Austein <sra@hactrn.net> 2015-06-04 16:55:28 -0400 Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto' href='/sw/libhal/commit/Makefile.in?h=python3&id=cf865e9d768ab2dad37f82f071f0050b20f18506'>cf865e9
c82c39c


cf865e9
c82c39c










cf865e9
a3b7050

b3bbd3d
c8a5dd6
93941c6
fa13a84

93941c6
65f6634

93941c6
0ababd7
906263d
65f6634
93941c6
fa13a84
65f6634

93941c6
fa13a84
93941c6
fa13a84
7e46c24
93941c6
c8a5dd6



f50805b


93941c6
fa13a84
f50805b
65f6634
f50805b

526e451
f50805b


e164eec
f50805b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72