[BREAKGLASS] Append-only mirror of github.com/signalapp/boring
Go to file
Jordan Rose 3c9a3db0e8
Some checks failed
CI / Test (map[]) (push) Has been cancelled
CI / rustfmt (push) Has been cancelled
CI / clippy (push) Has been cancelled
CI / Test () (push) Has been cancelled
CI / Test (--workspace --exclude tokio-boring --exclude hyper-boring, windows-latest, stable-x86_64-msvc, i686-pc-windows-msvc, i686-msvc) (push) Has been cancelled
CI / Test (--workspace --exclude tokio-boring --exclude hyper-boring, windows-latest, stable-x86_64-msvc, x86_64-pc-windows-msvc, x86_64-msvc) (push) Has been cancelled
CI / Test (crossbuild-essential-arm64, true, map[CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER:aarch64-linux-gnu-g++ CC:aarch64-linux-gnu-gcc CXX:aarch64-linux-gnu-g++], ubuntu-latest, stable, aarch64-unknown-linux-gnu, aarch64-linux) (push) Has been cancelled
CI / Test (false) (push) Has been cancelled
CI / Test (gcc-arm-linux-gnueabi g++-arm-linux-gnueabi, true, map[CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABI_LINKER:arm-linux-gnueabi-g++ CC:arm-linux-gnueabi-gcc CXX:arm-linux-gnueabi-g++], ubuntu-latest, stable, arm-unknown-linux-gnueabi, arm-linux) (push) Has been cancelled
CI / Test (gcc-multilib g++-multilib, ubuntu-latest, stable, i686-unknown-linux-gnu, i686-linux) (push) Has been cancelled
CI / Test (macos-latest, stable, x86_64-apple-darwin, x86_64-macos) (push) Has been cancelled
CI / Test (true, macos-latest, aarch64-apple-ios, aarch64-ios) (push) Has been cancelled
CI / Test (true, macos-latest, aarch64-apple-ios-sim, aarch64-ios-sim) (push) Has been cancelled
CI / Test (true, macos-latest, stable, aarch64-apple-darwin, arm64-macos) (push) Has been cancelled
CI / Test (true, macos-latest, x86_64-apple-ios, x86_64-ios) (push) Has been cancelled
CI / Test (true, ubuntu-latest, stable, aarch64-linux-android, arm64-android) (push) Has been cancelled
CI / Test (true, ubuntu-latest, stable, armv7-linux-androideabi, arm-android) (push) Has been cancelled
CI / Test (true, ubuntu-latest, stable, i686-linux-android, i686-android) (push) Has been cancelled
CI / Test (true, ubuntu-latest, stable, x86_64-linux-android, x86_64-android) (push) Has been cancelled
CI / Test (ubuntu-latest, stable, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
CI / Test FIPS integration (push) Has been cancelled
CI / Test features (push) Has been cancelled
Mark 'libsignal' branch as frozen.
2024-04-11 16:50:04 -07:00
.github/workflows Update CI to build all matrix targets 2023-10-18 15:50:51 -05:00
boring Fix clippy lints 2023-10-12 15:27:55 -07:00
boring-sys Update CI to build all matrix targets 2023-10-18 15:50:51 -05:00
hyper-boring Fix clippy lints 2023-10-12 15:27:55 -07:00
scripts Add publish script 2020-11-12 13:08:13 +00:00
tokio-boring Introduce no-patches feature 2023-09-01 09:28:27 +01:00
.gitignore Rename stuff 2020-11-11 17:47:30 +00:00
.gitmodules Add fips-3678 feature (#52) 2022-01-31 16:11:33 -06:00
.rusty-hook.toml Add tokio-boring 2020-11-11 19:26:22 +00:00
Cargo.toml Merge upstream release 3.1.0 into libsignal branch 2023-10-12 15:19:22 -07:00
cliff.toml Add git-cliff configuration 2023-07-28 14:02:46 +01:00
README.md Mark 'libsignal' branch as frozen. 2024-04-11 16:50:04 -07:00
RELEASE_NOTES Update RELEASE_NOTES 2023-09-13 12:38:03 +01:00
THIRD_PARTY Rename stuff 2020-11-11 17:47:30 +00:00

This branch is no longer actively developed; Signal's additions to boring live on the main branch. However, because past versions of libsignal depended on this branch rather than on specific tags, it has to stay live in order to not break existing external clients. (And, for the curious, we don't want to put any breaking changes on this branch because that would mess up those same clients' use of cargo update.)