chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d656d2e
)
server/test.c: Trace the key-exchange and bulk crypto details.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 Sep 2019 13:46:37 +0000
(14:46 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 Sep 2019 14:00:41 +0000
(15:00 +0100)
server/test.c
patch
|
blob
|
blame
|
history
diff --git
a/server/test.c
b/server/test.c
index f83cd1e99541a39a229375683adfbf5290364432..7e25d505e7059ff8001bc51c35558ec9e68346a7 100644
(file)
--- a/
server/test.c
+++ b/
server/test.c
@@
-133,7
+133,9
@@
int main(int argc, char *argv[])
km_init(kr, kr, tag);
if (!master) die(3, "failed to load the master key");
- T( trace_on(stderr, tr_flags); )
+ T( trace_on(stderr, tr_flags);
+ master->grp->ops->tracegrp(master->grp);
+ master->algs.bulk->ops->tracealgs(master->algs.bulk); )
arg = getarg();
if (strcmp(arg, "ies-encrypt") == 0) {