Generic Security Service (GSS) is an implementation of the Generic Security Service API (GSSAPI). It is used by network applications to provide security services, such as authenticating SMTP/IMAP, via the GSSAPI SASL mechanism. It consists of a library and a manual, and a Kerberos 5 mechanism that supports mutual authentication and the DES and 3DES ciphers.
| Tags | Communications Internet Security Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | Windows Windows POSIX Unix |
| Implementation | C C++ |
Recent releases


Changes: This release adds a Gnulib file update.


Changes: A Kinyarwanda translation has been added. The help-gss@gnu.org mailing list is now mentioned in the documentation. The license template in files was updated with the new FSF address. The gss_release_oid API was removed.


Changes: Libtool's -export-symbols-regex is now used to only export official APIs. Documentation improvements (for example, the API manual is available in DevHelp format).


Changes: gss_import_name and gss_duplicate_name no longer clone the OID, to avoid memory leaks. This release fixes handling of sequence numbers in gss_accept_sec_context for servers, a crash in gss_accept_sec_context for NULL values of ret_flags, and other memory leaks. It syncs with the new Shishi 0.0.18 API.


Changes: There was a revamp of GNUlib compatibility files, and more translations were added.