summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue/README
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-29 12:01:30 -0500
committerSimo Sorce <simo@redhat.com>2012-01-29 22:36:19 -0500
commit266b81ef65dc4d41a328341799b1493508ecb24b (patch)
tree1b6372493c2ab504834de062369660a279968f70 /proxy/src/mechglue/README
parent9014d7581a9e1dc431499b91286758de0dcf769b (diff)
downloadgss-proxy-266b81ef65dc4d41a328341799b1493508ecb24b.tar.gz
gss-proxy-266b81ef65dc4d41a328341799b1493508ecb24b.tar.xz
gss-proxy-266b81ef65dc4d41a328341799b1493508ecb24b.zip
Add infrastructure for client side mechglue library
Diffstat (limited to 'proxy/src/mechglue/README')
-rw-r--r--proxy/src/mechglue/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/proxy/src/mechglue/README b/proxy/src/mechglue/README
new file mode 100644
index 0000000..a97d511
--- /dev/null
+++ b/proxy/src/mechglue/README
@@ -0,0 +1,7 @@
+Eventually here we will have the mechglue to module to be loaded in various gssapi
+implementations.
+
+At the moment we just need a conformant client in order to test the server
+implementation. So will just implement a simple RFC2744 API. It will
+be easy to turn this API into the mechglue SPI later on.
+