abonander commented on PR #585: URL: https://github.com/apache/arrow-rs-object-store/pull/585#issuecomment-4027376044
Hey folks, is this just blocked on review, or fixing CI, or a maintainer decision, or something else? It turns out we could really use this in ClickHouse, as we're trying to eliminate `ring` from our Rust deps for FIPS compliance reasons, and because it's causing CI issues: https://github.com/ClickHouse/ClickHouse/pull/96856#issuecomment-3909837456 We already have a fork of OpenSSL that's linked in as part of the build process, so it'd be preferable to just use that if we can. I was going to submit a PR just adding `openssl` as an optional feature when I saw this, so I'm happy to help move this across the finish line in anyway I can. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
