An open API service providing commit metadata for open source projects.

GitHub / RustCrypto/SSH / commits

Pure Rust implementation of components of the Secure Shell (SSH) protocol

SHA Message Author Date Stats
613b8707 build(deps): bump rust-lang/crates-io-auth-action from 1.0.4 to 1.0.5 (#552)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
3a10abda build(deps): bump getrandom from 0.4.2 to 0.4.3 (#554)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
1d807e0d build(deps): bump ed25519-dalek from 3.0.0-rc.0 to 3.0.0-rc.1 (#556)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
8d70b48d build(deps): bump aead from 0.6.0 to 0.6.1 (#555)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
aa3fa91f build(deps): bump actions/checkout from 6 to 7 (#553) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
f1d83dc9 ssh-key: bump elliptic curve crates (#551) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
2b4eac23 build(deps): bump aead from 0.6.0-rc.10 to 0.6.0 (#545)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
e581711b build(deps): bump crate-ci/typos from 1.46.0 to 1.47.2 (#544)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
873a85c5 build(deps): bump p384 from 0.14.0-rc.10 to 0.14.0-rc.11 (#546)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8d1bc42a build(deps): bump p256 from 0.14.0-rc.10 to 0.14.0-rc.11 (#547)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bd04d9d7 build(deps): bump p521 from 0.14.0-rc.10 to 0.14.0-rc.11 (#548)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
451ed54e build(deps): bump zeroize from 1.8.2 to 1.9.0 (#549)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
904acef9 ssh-key: update elliptic curve dependencies (#543) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4e191d59 ssh-key: fix Signature::encode for sk-ecdsa-sha2-nistp256 (#532) Jerzy Kołosowski <g****b@j****l>
Committed by: GitHub <n****y@g****m>
3 months ago
6c9562d1 ssh-key: fix `getrandom` feature (#539) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
1f9e122a ssh-cipher v0.3.0-rc.10 (#538) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
9fbe3073 ssh-encoding v0.3.0 (#537) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8e3c794b Re-enable minimal versions checks (#536) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d9b43d17 ssh-cipher: add `getrandom` and `rand_core` feature passthroughs (#535) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
165274be ssh-cipher: impl `BlockMode*` for `Decryptor`/`Encryptor` (#534) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bb1db476 ssh-cipher: make `Encryptor` and `Decryptor` generic around cipher (#533) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
63114d54 ssh-cipher: description fixup Tony Arcieri <b****e@g****m> 3 months ago
fb4b5bed ssh-cipher: move `Decryptor`/`Encryptor` under `block_cipher` (#531) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
7b98c134 ssh-cipher: consolidate `aes` feature; extract `Aes` type (#530) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
63e6c1dd ssh-cipher: improve `Cipher` docs (#529) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
956a5195 ssh-cipher: add `Decryptor::peek` (#528) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c8605550 ssh-key v0.7.0-rc.10 (#525) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
f52d4a2e ssh-protocol: enable workspace-level lints (#524) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
374f764f ssh-key: enable and fix workspace-level lints (#523) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
cee1d81a CI: add `lock` and `typos` check (#522) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
96788a26 ssh-cipher: rustdoc fixup (#521) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
2af8ea1d ssh-key: update prerelease dependency requirements (#520) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
6b188fd0 ssh-key: bump `hmac` dependency to v0.13 (#519) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
801edf0b ssh-cipher v0.3.0-rc.9 (#518) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b857dda1 ssh-cipher: enable and fix workspace-level lints (#517) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
7334d70f ssh-cipher: update dependency requirements in `Cargo.toml` (#516) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
254079ad ssh-encoding v0.3.0-rc.9 (#515) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
63854107 ssh-encoding: add `diagnostic::on_unimplemented` hints (#514) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b00fec86 ssh-encoding: enable and fix workspace-level lints (#513) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
93d0d81f ssh-encoding: make `Mpint::from_positive_bytes` infallible (#512) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b410fb61 ssh-encoding: ensure vulnerable versions of `bytes` are not used (#511) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
746cb174 ssh-derive v0.3.0 (#510) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
085a94f0 Adopt Trusted Publishin (#506) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
555ad153 ssh-derive: configure and apply workspace-level lints (#509) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
c1b1bc63 ssh-key: bump `ed25519-dalek` to v3.0.0-pre.7 (#508) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
0284c59c Migrate from `subtle` to `ctutils` (#507) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
51bd0aa4 ssh-key: allow u64::MAX as "no expiry" sentinel in `UnixTime` (#504) Georg von Zengen <g****b@v****g>
Committed by: GitHub <n****y@g****m>
4 months ago
12181679 ssh-encoding: impl `Encode` for string-like type sequences (#377) Tsur Devson <t****n@p****e>
Committed by: GitHub <n****y@g****m>
4 months ago
7bb09e36 Cargo.lock: bump depenencies (#502) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
d1c5b9c1 ssh-key: bump `signature` crate dependency to v3 (#501) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
07a58075 Bump requirement for `pXYZ` to v0.14.0-rc.9 (#500) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
9c8e809f build(deps): bump digest from 0.11.2 to 0.11.3 (#499) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
590ebcd7 Update copyright year to 2026 (#495) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
58b849ce ssh-key: bump `bcrypt-pbkdf` dependency to v0.11 (#494) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
f697155d Cargo.lock: bump dependencies (#489) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
aef9ca47 build(deps): bump cbc from 0.2.0-rc.4 to 0.2 (#488) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
3261319b build(deps): bump digest from 0.11.1 to 0.11.2 (#478) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
daf61ef8 build(deps): bump sec1 from 0.8.0 to 0.8.1 (#482) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
b7e507bc build(deps): bump sha1 from 0.11.0-rc.5 to 0.11 (#480) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
07ca237d build(deps): bump sha2 from 0.11.0-rc.5 to 0.11 (#481) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
9abf981c build(deps): bump argon2 from 0.6.0-rc.7 to 0.6.0-rc.8 (#479) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
a8e07e04 Cut new prereleases (#477) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
857d1fdf Bump dependency requirements (#476) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1c882be9 chore(deps): bump `digest` and `cipher` to `0.5` Arthur Gautier <a****r@a****m> 6 months ago
e3b5f8f1 build(deps): bump dsa from 0.7.0-rc.12 to 0.7.0-rc.13 (#469)
Co-authored-by: dependabot[bot] <4****]@u****m>, Arthur Gautier <a****r@a****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
92163ef4 build(deps): bump poly1305 from 0.9.0-rc.5 to 0.9.0-rc.6 (#470)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
59579320 Cut new prereleases (#468) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
9220f9f0 ssh-key: bump `ed25519-dalek` to v3.0.0-pre.6 (#467) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
bc56544d Bump dependency requirements in `Cargo.toml` (#466) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
29d8374c Cut new releases (#456) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
2dd729e2 ssh-key: bump `dsa` and `rsa` (#455) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
4cdf8f2b Bump `rand_core` to v0.10.0-rc-6 (#454) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
f79b8a4e chore(deps): bump `rand_core` to `0.10.0-rc-5` (#453) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
7 months ago
ae02e7da ssh-key: Fix `KeyData::Certificate` encoding (#451)
Signed-off-by: Ross Williams <r****s@r****t>
Ross Williams <r****s@r****t>
Committed by: GitHub <n****y@g****m>
8 months ago
71d7e702 ssh-key v0.7.0-rc.6 (#450) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
a8470b35 ssh-key: decode `Certificate` when found in `KeyData` (#449)
Signed-off-by: Ross Williams <r****s@r****t>
Ross Williams <r****s@r****t>
Committed by: GitHub <n****y@g****m>
8 months ago
2e823a89 ssh-key: bump `crypto-bigint`, `dsa` and `rsa` (#448) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
4bcd103f ssh-key: clippy fixups (#447) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
38545f5e Cut new releases (#446) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
bd59dcae Cargo.lock: bump deps (#445) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
45d855e6 chore(deps): bump dependencies to latest pre-releases (#443) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
8 months ago
0f4e6c0e ssh-key: use release versions of `dsa` and `rsa` (#435) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
8ef980bf Bump dependencies (#434) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
3ee24846 build(deps): bump argon2 from 0.6.0-rc.3 to 0.6.0-rc.5 (#429) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
a9f5cad8 build(deps): bump base64ct from 1.8.0 to 1.8.1 (#426) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
0368b299 build(deps): bump ed25519-dalek from 3.0.0-pre.2 to 3.0.0-pre.3 (#428) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
3cd243b8 build(deps): bump argon2 from 0.6.0-rc.2 to 0.6.0-rc.3 (#427) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
a9a034e0 ssh-key: skip DSA encoding integration test (#425) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
90671b6b ssh-key v0.7.0-rc.4 (#423) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
25abb306 ssh-cipher v0.3.0-rc.4 (#422) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
ebf003d9 ssh-encoding v0.3.0-rc.3 (#421) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
68313608 ssh-key: use elliptic curve crate releases (#420) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
619c63c7 build(deps): bump actions/checkout from 5 to 6 (#419) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
9 months ago
b8634a30 build(deps): bump pem-rfc7468 from 1.0.0-rc.3 to 1 (#418) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
8ec19303 Bump `rand_core` to v0.10.0-rc-2 (#417) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
39203022 Revert "ssh-cipher: allows to decrypt a payload without altering state" (#416) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
49e63582 ssh-key: use `std::env::home_dir` instead of `home` crate (#415) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
7410bf79 ssh-key: remove RSA `MIN_KEY_SIZE` (#412) Wesley Aptekar-Cassels <m****e@w****m>
Committed by: GitHub <n****y@g****m>
10 months ago
f099d23b build(deps): bump hex-literal from 1.0.0 to 1.1.0 (#414) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
90a38fb6 build(deps): bump rsa from 0.10.0-rc.8 to 0.10.0-rc.9
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m> 11 months ago

← Back to repository