Skip to content

jltwoo/Kerberized-Multimedia-Internet-Keying

Repository files navigation

Introduction:
=============
This project is a prototype for the composition of Kerberos (RFC 4120) and MIKEY (RFC 3830) protocol as
part of a Master of Applied Science thesis research work at University of Waterloo supervised by
Professor Mahesh Tripunitara.

Jeffrey Lok Tin Woo, Mahesh V. Tripunitara, 
"Composing Kerberos and Multimedia Internet KEYing (MIKEY) for Authenticated Transport of Group Keys," 
IEEE Transactions on Parallel and Distributed Systems, vol. 99, no. PrePrints, p. 1, , 2013 
http://doi.ieeecomputersociety.org/10.1109/TPDS.2013.81

The open-sourced project MITKerberos and Minisip were modified to adopt to this project's need.

Links:
http://tools.ietf.org/html/rfc4120
http://tools.ietf.org/html/rfc3830

LICENSE:
========
Copyright (c) 2011 Jeffrey Woo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Installation & Setup
====================

Kerberos:
=========

The krb5.patch includes changes based on MITKerberos v1.8.3 at http://web.mit.edu/kerberos/dist/index.html

Users should follow the online instruction guides for Kerberos installation.

Use the krb5admin tools provided in their source code to set up the Kerberos database accordingly.


Minisip:
========

The minisip.patch includes changes based on Minisip at http://www.minisip.org/

building_minisip.html provides additional instructions to get the the Minisip libraries installed properly.

KM1 & KM2:
==========

Source code for the gcks and clients are located in kmtools/ sclient1 and gcks1 corresponds to KM1 model

and sclient2 and gcks2 corresponds to KM2 model. To setup the KM tools, perform the following code

make all
make install

This must be done after Krb5 and Minisip libraries are properly installed. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published