Use and extend BearSSL in Rust
 
 
Go to file
Aydin Mercan d5a61e4bbe
bearssl(-sys): random changes while busy
- bump dependencies
- bump MSRV to 1.65
- remove bad layouts
2022-12-03 16:13:51 +03:00
.cargo cargo/audit: fix configuration 2022-09-03 21:19:48 +03:00
.github/workflows ci/actions: fix typo & use the original action 2022-09-03 22:41:52 +03:00
bearssl bearssl(-sys): random changes while busy 2022-12-03 16:13:51 +03:00
bearssl-sys bearssl(-sys): random changes while busy 2022-12-03 16:13:51 +03:00
.gitignore cargo: remove lock from gitignore 2022-09-03 22:12:16 +03:00
.gitsigners git: add .gitsigners file and document how to use 2022-09-03 21:41:59 +03:00
.rustfmt.toml initial commit 2022-09-03 17:32:07 +03:00
Cargo.lock bearssl(-sys): random changes while busy 2022-12-03 16:13:51 +03:00
Cargo.toml initial commit 2022-09-03 17:32:07 +03:00
README.md readme: add badge and repo clarification 2022-09-03 23:10:11 +03:00

README.md

BearSSL-rs

audit badge

Use and extend BearSSL in Rust.

Crates

  • bearssl-sys: Autogenerated FFI bindings for BearSSL 0.6. Can use the link dynamically or bundle a build itself.
    • Versions below 0.0.5 are unrelated to this crate.
  • bearssl: Higher level code for easier use in servers, clients, etc.
    • Versions below 0.0.2 are unrelated to this crate.

Development

The code exists in multiple places as listed below:

  • Main Repository
    • Where the main branch resides.
    • CI tasks are planned to run here.
  • GitHub Mirror
    • Mainly intended to be used as a source for crate registries.
    • Short jobs such as auditing also run here.
    • Issues here are still considered but PRs will probably be merged manually.

We prefer commit signing via SSH. The allowed signers are listed in .gitsigners. To verify, a gitconfig entry such as the following is likely needed:

[gpg.ssh]
    allowedSignersFile = .gitsigners

License

All crates in this repository are available under BSD-3-Clause. Please refer to each crate's README for more details.