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

Remove math/big and encoding/asn1 deps from openssl package #26

Merged
merged 4 commits into from
May 23, 2022

Conversation

qmuntal
Copy link
Member

@qmuntal qmuntal commented May 17, 2022

This PR is a mirror of golang/go@9e9c7a0.

go1.19 has removed math/big and encoding/asn1 dependencies from boring and moved into boring/bbig. They argue that low-level crypto stuff should not depend on those. See the upstream commit for more info.

With this change, go-crypto-openssl will be in good shape for integrating it into go1.19.

@qmuntal qmuntal requested review from jaredpar, dagood and chsienki May 17, 2022 19:39
openssl/bbig/big.go Show resolved Hide resolved
openssl/bbig/big.go Outdated Show resolved Hide resolved
@qmuntal qmuntal merged commit 8a421b5 into main May 23, 2022
@qmuntal qmuntal deleted the dev/qmuntal/bbig branch May 23, 2022 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants