Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: Vendor openssl package #373

Merged
merged 5 commits into from
Jan 26, 2022

Conversation

qmuntal
Copy link
Contributor

@qmuntal qmuntal commented Jan 19, 2022

Important:

This PR remove the crypto/internal/backend/internal/openssl package in favor of the external package github.com/microsoft/go-crypto-openssl, which is copied into the source tree as a vendored package.

The vendoring process is explained in https://github.com/golang/go/blob/master/src/README.vendor.

The commands I used to vendor openssl are the following:

// The next line can be skipped once the openssl repo is made public.
go env -w GOPRIVATE=github.com/microsoft/*

go get -d github.com/microsoft/go-crypto-openssl@dev/qmuntal/openssl
go mod tidy
go mod vendor

@qmuntal qmuntal changed the base branch from dev/qmuntal/use-openssl to microsoft/dev.boringcrypto.go1.17 January 25, 2022 19:49
@qmuntal qmuntal merged commit 252da27 into microsoft/dev.boringcrypto.go1.17 Jan 26, 2022
@qmuntal qmuntal deleted the dev/qmuntal/vendor-openssl branch January 26, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants