Project

gssapi

0.98
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
A FFI wrapper around the system GSSAPI library. Please make sure and read the Yard docs or standard GSSAPI documentation if you have any questions. There is also a class called GSSAPI::Simple that wraps many of the common features used for GSSAPI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.0.1
 Project Readme

Ruby GSSAPI Library

This is a wrapper around the system GSSAPI library (MIT only at this time). It exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an easier to use wrapper on top of this for common usage scenarios.

I'm going to try and maintain most of the docs in the Github WIKI for this project so please check there for documentation and examples.

https://github.com/zenchild/gssapi/wiki

Also check out the examples directory for some stubbed out client/server examples.

Note on IOV and AEAD functions

If you require the IOV and AEAD functions you will have to require "gssapi/extensions" to gain access to them.

License

Copyright © 2010 Dan Wanek dan.wanek@gmail.com Ruby gssapi is licensed under the MIT license (see COPYING)