Skip to content

Pluggable Crypto / Update reqwest 0.13#707

Open
goffrie wants to merge 8 commits into
apache:mainfrom
goffrie:pluggable-crypto
Open

Pluggable Crypto / Update reqwest 0.13#707
goffrie wants to merge 8 commits into
apache:mainfrom
goffrie:pluggable-crypto

Conversation

@goffrie
Copy link
Copy Markdown

@goffrie goffrie commented Apr 28, 2026

NOTE: this is a rebased version of #585

Which issue does this PR close?

Closes #413.

Rationale for this change

What changes are included in this PR?

Adds the ability to compile object_store without a dependency on ring, and instead use aws-lc-rs or a user-provided crypto implementation. Also changes the default to aws-lc-rs, which the ecosystem seems to be moving toward as a default.

Also upgrades reqwest to 0.13, and makes it possible to configure reqwest with any TLS backend by selecting a -no-crypto feature.

Are there any user-facing changes?

@djc
Copy link
Copy Markdown

djc commented May 12, 2026

Ping? Would be nice to avoid having duplicate reqwest versions in downstream projects.

@goffrie goffrie force-pushed the pluggable-crypto branch from 1ca9cee to 9363266 Compare May 13, 2026 19:56
@goffrie
Copy link
Copy Markdown
Author

goffrie commented May 13, 2026

I've given this another rebase, I think it's more blocked on review/maintainer capacity though?

@goffrie
Copy link
Copy Markdown
Author

goffrie commented May 13, 2026

(cc @Creperum since you were asking for a rebase in #585)

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.

Change crypto provider from ring to aws-rust-lc

4 participants