]> git.ipfire.org Git - thirdparty/openvpn.git/commit
sample-plugin: TLS Keying Material Exporter [RFC-5705] demonstration plug-in
authorDaniel Kubec <niel@rtfm.cz>
Sat, 4 Apr 2015 22:10:37 +0000 (00:10 +0200)
committerDavid Sommerseth <davids@redhat.com>
Fri, 9 Oct 2015 22:03:07 +0000 (00:03 +0200)
commitf7ef7522f5c7e6d4abfa5a0378c2e2ad265c65ec
treedb04092f643139b146b822522b1a52baa8f2edd0
parent84604e0bae7216b46642d5a1a443b86f712d53aa
sample-plugin: TLS Keying Material Exporter [RFC-5705] demonstration plug-in

A simple plug-in with a corresponding HTTP server and client which can authenticate
an HTTP user based on the authentication already done via an established OpenVPN
connection

[DS: Renamed the module at commit time from sso to keyingmaterialexporter to
     avoid confusion with other Single-Sign-On solutions.  Updated documentation
     and commits accordingly.  Added --pull to the client config]

Signed-off-by: Daniel Kubec <niel@rtfm.cz>
Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: David Sommerseth <davids@redhat.com>
sample/sample-plugins/keying-material-exporter-demo/README [new file with mode: 0644]
sample/sample-plugins/keying-material-exporter-demo/build [new file with mode: 0755]
sample/sample-plugins/keying-material-exporter-demo/client.ovpn [new file with mode: 0644]
sample/sample-plugins/keying-material-exporter-demo/http-client.py [new file with mode: 0755]
sample/sample-plugins/keying-material-exporter-demo/http-server.py [new file with mode: 0755]
sample/sample-plugins/keying-material-exporter-demo/keyingmaterialexporter.c [new file with mode: 0644]
sample/sample-plugins/keying-material-exporter-demo/server.ovpn [new file with mode: 0644]