gss 1.0.4
Generic Security Service library
The GNU Generic Security Service provides a free implementation of the GSS-API specification. It provides a generic application programming interface for programs to access security services. Security services present a generic, GSS interface, with which the calling application interacts via this library, freeing the application developer from needing to know about the underlying security implementation.
- Website: https://www.gnu.org/software/gss/
- Licenses: GPL 3+
- Package source: gnu/packages/gsasl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gss 1.0.4
as follows:
guix install gss@1.0.4
Or install the latest version:
guix install gss
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.