🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

gssapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gssapi

bundlerRubygems
Version
1.3.1
Version published
Maintainers
1
Created
Source

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)

FAQs

Package last updated on 24 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts