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.
See the godocs at https://pkg.go.dev/github.com/ctdk/chefcrypto.
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.
Jeremy Bingham (jeremy@goiardi.gl)
Copyright 2013-2020, Jeremy Bingham
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.
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.