tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b648af00a687c46a58c768670c203216bb91d52d
parent f45dc38d9ab419a29246f85865518b77da9adcfe
Author: Dana Keeler <dkeeler@mozilla.com>
Date:   Mon, 13 Oct 2025 16:22:30 +0000

Bug 1992025 - split DER-related code from rsclientcerts::util into rsclientcerts-util r=jschanck

This makes it easier to re-use this utility code without bringing in larger
dependencies (e.g. pkcs11-bindings) and works around an issue with using
crates with bindgen build scripts in cross-compilation situations, which
doesn't seem to work correctly.

Differential Revision: https://phabricator.services.mozilla.com/D268180