Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[workspace]
members = [
# things that should probably be in boring crate
"boring-additions",
# the main library and tests
"boring-rustls-provider",
# things that should probably be in boring-sys crate
"boring-sys-additions",
# tests and example code
"examples",
]
Expand All @@ -17,8 +13,8 @@ default-members = [
resolver = "2"

[workspace.dependencies]
boring = { version = "5", default-features = false }
boring-sys = { version = "5", default-features = false }
boring = { version = ">=5.1", default-features = false }
boring-sys = { version = ">=5.1", default-features = false }
rustls = { version = "0.23", default-features = false }
rustls-pemfile = { version = "2" }
rustls-pki-types = { version = "1" }
Expand Down
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ boring's `fips202205` compliance policy:
| Crate | Purpose |
|---|---|
| `boring-rustls-provider` | The main rustls crypto provider. |
| `boring-additions` | Safe Rust wrappers for BoringSSL APIs not yet exposed by the `boring` crate (AEAD, EVP_PKEY_CTX, HMAC_CTX). Intended for upstreaming. |
| `boring-sys-additions` | Raw FFI binding for `CRYPTO_tls1_prf` (internal BoringSSL symbol used for FIPS-compliant TLS 1.2 PRF). Intended for upstreaming. |
| `examples` | Example client binary. |

## License
Expand Down
13 changes: 0 additions & 13 deletions boring-additions/Cargo.toml

This file was deleted.

233 changes: 0 additions & 233 deletions boring-additions/src/aead/mod.rs

This file was deleted.

56 changes: 0 additions & 56 deletions boring-additions/src/aead/types.rs

This file was deleted.

3 changes: 0 additions & 3 deletions boring-additions/src/evp/mod.rs

This file was deleted.

Loading
Loading