GSS Wrap implementation.
authorMark Donnelly <mark@painless-security.com>
Mon, 12 May 2014 19:50:04 +0000 (15:50 -0400)
committerMark Donnelly <mark@painless-security.com>
Mon, 12 May 2014 19:50:04 +0000 (15:50 -0400)
commitb02b33a32f8cbcd7cc86b154f4c1423385d84b31
tree4b02648b12d1ec18dfc7605deacf966895b4e1e3
parent98daa21c39a8d4cf65fb32c03379da933386fe08
GSS Wrap implementation.

Successfully:
* Calls gss_wrap
* Passes arguments back and forth
* Marshals to JSON
* Unmarshals from JSON

Has yet to:
* Load the security context from a yet-to-be-written in-memory cache
json_gssapi/CMakeLists.txt
json_gssapi/src/GSSWrap.cpp [new file with mode: 0644]
json_gssapi/src/GSSWrap.h [new file with mode: 0644]
json_gssapi/test/CMakeLists.txt
json_gssapi/test/GSSWrapTest.cpp [new file with mode: 0644]
json_gssapi/test/GSSWrapTest.h [new file with mode: 0644]
json_gssapi/test/command_mocks/MockWrap.cpp [new file with mode: 0644]
json_gssapi/test/command_mocks/MockWrap.h [new file with mode: 0644]