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

BREAKING CHANGE: unify UNetStack and CA's CertificationAuthority behavior #42

Merged
merged 1 commit into from Sep 20, 2023

Conversation

bassosimone
Copy link
Member

@bassosimone bassosimone commented Sep 20, 2023

The UNetStack and CA structures have similar functionality exposed through a different interface, which causes us to create an interface and a wrapper for the code in probe-cli.

I noticed about this when I was trying to integrate new netem changes, and it occurred to me we can just make the interfaces uniform here and avoid doing some additional work in probe-cli.

Note: this is a breaking change because (*Ca).CACert was a field and now is a method.

Also part of ooni/probe#2531

…vior

The UNetStack and CA structures have similar functionality exposed
through a different interface, which causes us to create an
interface and a wrapper for the code in probe-cli.

I noticed about this when I was trying to integrate new netem
changes, and it occurred to me we can just make the interfaces
uniform here and avoid wrapping in probe-cli.

Also part of ooni/probe#2531
@bassosimone bassosimone merged commit e2f8ee7 into main Sep 20, 2023
4 checks passed
@bassosimone bassosimone deleted the issue/2531 branch September 20, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant