GNU Generic Security Service - Libgss
Introduction
This page contain information about Generic Security Service (GSS), a free implementation of RFC 2743/2744.
If you do not know what GSS is, I suggest to read the following resources.
- GSSAPIv2u1 specification (RFC 2743)
- GSSAPIv2u1 C bindings (RFC 2744)
- Sun's GSS-API Programming Guide
Table of Contents
Documentation and Status
Refer to the GSS Manual web page for links to the manual in all formats; however, quick links to the most popular formats:
GSS has received some real-world testing and should be considered beta quality.
The source code framework is in place, an outline of the documentation is ready, and there are some simple self tests. The Kerberos 5 mechanism (RFC 1964 and RFC 4121) supports mutual authentication, channel bindings and the standard DES cipher. The non-standard 3DES cipher is also implemented, but unfortunately there are no specifications for AES. GNU SASL can use GSS to connect to GNU Mailutils and Cyrus IMAP servers that use the GSS implementations from MIT Kerberos or Heimdal. GNU MailUtils can also use GSS to serve GSSAPI clients. A SSH client and server with GSS authentication is provided by LSH with some patches.
GSS uses GNU Shishi to implement the Kerberos V5 mechanism.
Projects using GSS include:
News
- 2022-08-06: Version 1.0.4 released
- 2014-10-09: Version 1.0.3 released
- 2011-11-25: Version 1.0.2 released
- 2010-05-20: Version 1.0.1 released
- 2010-03-30: Version 1.0.0 released, takes GNU GSS out of alpha testing.
- 2010-03-15: Version 0.1.3 adds support for Kerberos V5 channel bindings, paving the road for GS2-KRB5 support in GNU SASL.
- 2007-06-29: Version 0.0.22 released under the GPLv3.
- 2004-01-22: New releases are no longer announced here. Instead, read help-gss or check the release directory from time to time. By the way, GSS 0.0.10 was just released.
- 2004-01-15: Version 0.0.9 released, several new features, API documentation using GTK-DOC.
- 2004-01-11: Version 0.0.8 released, various bug fixes and major documentation revamp.
- 2004-01-01: Savannah had problems last month, and still isn't operating fully. CVS has been moved to a private machine, a read-only mirror of it will hopefully be available via Savannah in the future.
- 2003-11-26: Version 0.0.7 released, fixes a problem prohibiting 3DES gss_wrap from working.
- 2003-09-22: Version 0.0.6 released, accompanies Shishi 0.0.7.
- 2003-09-16: GSSLib can be used by OpenSSH in client mode to support Kerberos 5 via Shishi, see my page for the OpenSSH GSSLib patch.
- 2003-08-31: Version 0.0.5 released, accompanies Shishi 0.0.4.
- 2003-08-10: Version 0.0.4 released, contains Kerberos 5 improvements and accompanies Shishi 0.0.1.
- 2003-06-30: Added a page with information about SSH authentication using this library.
- 2003-06-28: Version 0.0.2 contains limited server mode support. GNU Mailutils can use GSS for its native GSSAPI authentication in server mode (with this patch), which then interoperate with (at least) the GNU SASL command line client using GSS.
- 2003-06-02: Initial release.
Support
A mailing list where GSS users may help each other exists, and you can reach it by sending e-mail to help-gss@gnu.org. Archives of the mailing list discussions, and an interface to manage subscriptions, is available through the World Wide Web at https://lists.gnu.org/mailman/listinfo/help-gss.
Downloading
The releases are distributed from https://ftp.gnu.org/gnu/gss/.
The latest release is signed with OpenPGP key with fingerprint F8C4 D73C F638 C53C 06BE. Earlier releases were signed with an OpenPGP key with fingerprint B565716F or OpenPGP key with fingerprint 5A33 0664 A769 5426 5E8C.
Development
There is a Savannah GSS project page. You can check out the sources by using git as follows:
git clone https://git.savannah.gnu.org/git/gss.git
The online git interface is available.
See the file README-alpha on how to bootstrap and build the package from version controlled sources.
We publish cyclomatic code complexity charts, self-test code coverage charts, and Clang code analysis