tls: add a message analyzer tool
commitb3a654fc19c05df4f835246c2bf0686a481cae4f
authorStefan Becker <chemobejk@gmail.com>
Sun, 23 Aug 2015 15:23:00 +0000 (23 18:23 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sun, 23 Aug 2015 15:23:00 +0000 (23 18:23 +0300)
tree262e6fbd5cc0e4bb2fd86a55b6fce4d4582e9773
parent83e5602a123751f450b5a49e2e12ab39359123c1
tls: add a message analyzer tool

It takes Base64-encoded gssapi= data, decodes it and prints the
information out in human-readable from. It re-uses the tls_record()
function in sipe-tls.c
.gitignore
src/core/Makefile.am
src/core/sipe-tls-analyzer.c [new file with mode: 0644]
src/core/sipe-tls.c