From 41b6eb24da2819f9ebf7818b82a0da94dc3ae309 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Wed, 8 Nov 2023 11:41:10 -0600 Subject: [PATCH] Add link to upstream Code of Conduct. (#127) --- 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.