d2b4b98560
Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2916
5 lines
257 B
Text
5 lines
257 B
Text
Ruby FFI wrapper around the system GSSAPI library. 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.
|
|
|
|
WWW: https://github.com/zenchild/gssapi
|