From a90c203114692b12f71218258098ad5a1736b7b4 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Thu, 26 Oct 2023 16:23:36 -0700 Subject: [PATCH] Add link to upstream Code of Conduct. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e12474e6..ba6289ec 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,7 @@ The work done to support FIPS compatibility mode leverages code and ideas from o - All crypto stubs are a mirror of Google's [dev.boringcrypto branch](https://github.com/golang/go/tree/dev.boringcrypto) and the release branch ports of that branch. - The mapping between BoringSSL and OpenSSL APIs is taken from the former [Red Hat Go fork](https://pagure.io/go). - The portable OpenSSL implementation is ported from Microsoft's [.NET runtime](https://github.com/dotnet/runtime) cryptography module. + +## Code of Conduct + +This project adopts the Go code of conduct: https://go.dev/conduct.