Package: rust-ring / 0.17.14-2

Metadata

Package Version Patches format
rust-ring 0.17.14-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
built using.patch | (download)

build.rs | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
no wasm bindgen test.patch | (download)

Cargo.toml | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

---
disable slow tests.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
disable tests missing testdata.patch | (download)

src/aead/aes.rs | 4 2 + 2 - 0 !
src/aead/chacha.rs | 8 4 + 4 - 0 !
src/arithmetic/bigint.rs | 12 6 + 6 - 0 !
src/ec/suite_b/ecdsa/digest_scalar.rs | 4 2 + 2 - 0 !
src/ec/suite_b/ecdsa/signing.rs | 4 2 + 2 - 0 !
src/ec/suite_b/ops.rs | 52 26 + 26 - 0 !
src/ec/suite_b/ops/p256.rs | 4 2 + 2 - 0 !
src/ec/suite_b/public_key.rs | 4 2 + 2 - 0 !
src/rsa/keypair.rs | 4 2 + 2 - 0 !
src/rsa/padding.rs | 8 4 + 4 - 0 !
src/testutil.rs | 8 4 + 4 - 0 !
tests/aead_tests.rs | 8 4 + 4 - 0 !
tests/agreement_tests.rs | 4 2 + 2 - 0 !
tests/digest_tests.rs | 4 2 + 2 - 0 !
tests/ecdsa_tests.rs | 18 9 + 9 - 0 !
tests/ed25519_tests.rs | 12 6 + 6 - 0 !
tests/hkdf_tests.rs | 4 2 + 2 - 0 !
tests/hmac_tests.rs | 4 2 + 2 - 0 !
tests/pbkdf2_tests.rs | 4 2 + 2 - 0 !
tests/quic_tests.rs | 4 2 + 2 - 0 !
tests/rsa_tests.rs | 24 12 + 12 - 0 !
21 files changed, 99 insertions(+), 99 deletions(-)

---
fix tests no default features.patch | (download)

src/aead/aes.rs | 1 1 + 0 - 0 !
src/aead/poly1305.rs | 1 1 + 0 - 0 !
src/ec/suite_b/ecdsa/digest_scalar.rs | 1 1 + 0 - 0 !
src/ec/suite_b/ecdsa/signing.rs | 1 1 + 0 - 0 !
src/ec/suite_b/ecdsa/verification.rs | 1 1 + 0 - 0 !
src/ec/suite_b/ops.rs | 39 39 + 0 - 0 !
src/ec/suite_b/public_key.rs | 1 1 + 0 - 0 !
src/lib.rs | 2 1 + 1 - 0 !
src/limb.rs | 3 3 + 0 - 0 !
src/testutil.rs | 1 1 + 0 - 0 !
tests/aead_tests.rs | 11 9 + 2 - 0 !
tests/agreement_tests.rs | 8 7 + 1 - 0 !
tests/digest_tests.rs | 6 5 + 1 - 0 !
tests/ecdsa_tests.rs | 10 9 + 1 - 0 !
tests/ed25519_tests.rs | 8 7 + 1 - 0 !
tests/hkdf_tests.rs | 6 5 + 1 - 0 !
tests/hmac_tests.rs | 6 5 + 1 - 0 !
tests/pbkdf2_tests.rs | 6 5 + 1 - 0 !
tests/quic_tests.rs | 9 8 + 1 - 0 !
19 files changed, 110 insertions(+), 11 deletions(-)

---
remove windows.patch | (download)

Cargo.toml | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

---
no js.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---