Compare commits
No commits in common. "016f796299312c8b32b01408fd03b6df50a4b0fb" and "5aefc84f4069ac780bb60b54ed6c928c120c101d" have entirely different histories.
016f796299
...
5aefc84f40
|
@ -1,8 +1,4 @@
|
||||||
[output]
|
[output]
|
||||||
quiet = false
|
quiet = false
|
||||||
deny = [
|
deny = ["warnings"]
|
||||||
"unmaintained",
|
informational_warnings = ["unmaintained", "unsound"]
|
||||||
"unsound",
|
|
||||||
"warnings",
|
|
||||||
"yanked",
|
|
||||||
]
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
name: Audit for RUSTSEC advisories
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: main
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
audit:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- uses: actions-rs/audit-check@v1
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
/Cargo.lock
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
aydin@mercan.dev sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAILLr2NFDIXvtO32wLsdMaycO7jYHjd1tydv3ClA7B/yxAAAAB3NzaDpnaXQ=
|
|
10
README.md
10
README.md
|
@ -9,16 +9,6 @@ Use and extend BearSSL in Rust.
|
||||||
* `bearssl`: Higher level code for easier use in servers, clients, etc.
|
* `bearssl`: Higher level code for easier use in servers, clients, etc.
|
||||||
* Versions below `0.0.2` are unrelated to this crate.
|
* Versions below `0.0.2` are unrelated to this crate.
|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
```ini
|
|
||||||
[gpg.ssh]
|
|
||||||
allowedSignersFile = .gitsigners
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
All crates in this repository are available under `BSD-3-Clause`.
|
All crates in this repository are available under `BSD-3-Clause`.
|
||||||
|
|
Loading…
Reference in New Issue