GSSGetMic
authorMark Donnelly <mark@painless-security.com>
Wed, 14 May 2014 19:42:48 +0000 (15:42 -0400)
committerMark Donnelly <mark@painless-security.com>
Wed, 14 May 2014 19:42:48 +0000 (15:42 -0400)
commiteb28b401767ab2ec100fe971026383eb008da33e
tree36d8da232cae8fe7751f28752da29811ba80c50a
parent20fda86a5cb281f5939f2ae59996effdc4426b48
GSSGetMic

* Load parameters from JSON
* Sends the arguments to the GSS function correctly
* Reads arguments back out of the GSS function correctly
* Formats the return arguments as JSON correctly
json_gssapi/CMakeLists.txt
json_gssapi/src/GSSGetMic.cpp [new file with mode: 0644]
json_gssapi/src/GSSGetMic.h [new file with mode: 0644]
json_gssapi/test/CMakeLists.txt
json_gssapi/test/GSSGetMicTest.cpp [new file with mode: 0644]
json_gssapi/test/GSSGetMicTest.h [new file with mode: 0644]
json_gssapi/test/command_mocks/MockGetMic.cpp [new file with mode: 0644]
json_gssapi/test/command_mocks/MockGetMic.h [new file with mode: 0644]