https://github.com/ctdk/chefcrypto
Various cryptographic routines for communicating with chef servers for golang programs and libraries.
https://github.com/ctdk/chefcrypto
Last synced: 4 months ago
JSON representation
Various cryptographic routines for communicating with chef servers for golang programs and libraries.
- Host: GitHub
- URL: https://github.com/ctdk/chefcrypto
- Owner: ctdk
- License: apache-2.0
- Created: 2016-11-09T19:17:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T00:56:07.000Z (about 6 years ago)
- Last Synced: 2025-08-14T03:47:45.865Z (10 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chefcrypto
==========
Various cryptographic routines for communicating with chef servers for golang
programs and libraries. Originally part of goiardi, it's been split out for packaging purposes.
Documentation
-------------
See the godocs at https://pkg.go.dev/github.com/ctdk/chefcrypto.
Version
-------
Along with some changes for goiardi 1.0.0, this module got set up with a `go.mod` file for excellence in go module support. Per the suggestions from the go people on the go modules documentation pages, the chefcrypto module's version has been bumped to `v1.0.0` -- not because any incompatible changes were made to support goiardi 1.0.0, but because it's set up for go modules now.
AUTHOR
------
Jeremy Bingham ()
COPYRIGHT
---------
Copyright 2013-2020, Jeremy Bingham
CODE OF CONDUCT
---------------
This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#Goiardi/abuse-coc@goiardi.gl
This code of conduct can also be found in CONDUCT.md in this repository.
LICENSE
-------
Like many Chef ecosystem programs, goairdi is licensed under the Apache 2.0
License. See the LICENSE file for details.
The goiardi documentation in the `docs` directory is licensed under a Creative
Commons Attribution 4.0 International (CC-BY 4.0) License.
Chef is copyright (c) 2008-2020 Chef Software (formerly Opscode, Inc.) and its
various contributors.
Thanks go out to the fine folks of Chef Software and the Chef community for all
their hard work.