Commit graph

751 commits

Author SHA1 Message Date
dependabot[bot]
5900f5e6a2
Bump ring from 0.17.8 to 0.17.13 (#308)
* Bump ring from 0.17.8 to 0.17.13

Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Cargo.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
2025-03-22 16:32:57 +01:00
Jon Gjengset
70ed8f1709
Allow padded authentication tokens (#305)
I honestly couldn't tell you why `NO_PAD` was chosen. It seems to have
happened somewhat arbitrarily when the `base64` major upgrade that
introduced the distinction landed in #253.

Time to fix that.

Fixes #299.
2025-02-08 20:44:56 +01:00
Clément DOUIN
6fe22ed11a
Replace mpsc::{Sender,Receiver} by VecDeque (#260) 2025-01-21 21:09:23 +01:00
Jon Gjengset
a7d22f0486 Update codecov badge
Also, remove mention of no-longer-used cargo-readme.
2024-12-31 10:22:37 +01:00
Jon Gjengset
93e364188c Merge remote-tracking branch 'ci/main' 2024-12-31 10:22:08 +01:00
Jon Gjengset
fabb82abd5 Upgrade codecov-action to v5
See https://github.com/codecov/codecov-action/issues/1645.
2024-11-19 12:09:01 +01:00
cospectrum
c6a8361186
fix shell-check (#24) 2024-09-14 10:18:31 +02:00
Jon Gjengset
8f3e678ee3
Merge pull request #293 from jonhoo/bump-ci
Bump CI
2024-08-18 04:07:17 -04:00
Jon Gjengset
95cdec1b48 Merge remote-tracking branch 'ci/main' into bump-ci 2024-08-18 09:29:01 +02:00
Charles Edward Gagnon
5ed5ed26c7
documentation check with cargo-docs-rs (#23) 2024-08-18 09:28:39 +02:00
Jon Gjengset
0f57af3746 Bump openssl for dependabot
No need to bump Cargo.toml in Rust.

Closes #291
2024-08-03 05:07:20 -04:00
Philipp Schuster
b22d389264
fix a bunch of typos (#289) 2024-07-14 10:59:17 +02:00
Jon Gjengset
799c99e0cf Revert "More intelligent dependabot behaviour"
This reverts commit dcf6883618.

Will not work due to
https://github.com/dependabot/dependabot-core/issues/10160
2024-07-07 10:18:50 +02:00
Jon Gjengset
dcf6883618 More intelligent dependabot behaviour 2024-07-07 10:05:52 +02:00
Jon Gjengset
ea65676338
Merge pull request #287 from jonhoo/dependabot/cargo/rustls-0.22.4
Bump rustls from 0.22.3 to 0.22.4
2024-04-21 05:23:29 -04:00
dependabot[bot]
a5bd3ab58a
Bump rustls from 0.22.3 to 0.22.4
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.22.3...v/0.22.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:50:16 +00:00
Jon Gjengset
c8517c4985 Release alpha.14 w/ fewer unused deps 2024-03-31 10:57:21 +02:00
Jon Gjengset
28846bbdba Remove more -Zminimal-version workarounds 2024-03-31 10:54:39 +02:00
Jon Gjengset
3ab5061f20 Remove dependency on unmaintained structopt 2024-03-31 10:47:37 +02:00
Jon Gjengset
7f0217ec2c Remove workaround for failure that's now gone 2024-03-31 10:44:56 +02:00
Jon Gjengset
c9be918c84 Merge remote-tracking branch 'ci/main' 2024-03-31 10:43:11 +02:00
Jon Gjengset
528977532c Add cargo-semver-checks 2024-03-31 10:42:53 +02:00
Jon Gjengset
586b0a484c
Merge pull request #285 from jonhoo/fixups
Various fixups
2024-03-31 04:39:22 -04:00
Jon Gjengset
3cd80e641b Release alpha.13 w/ bumps (#285) + tag fix (#284) 2024-03-31 10:35:58 +02:00
Jon Gjengset
84d05bd2ea Fix -Zminimal-versions 2024-03-31 10:35:58 +02:00
Jon Gjengset
b60ac6d3da Thanks clippy 2024-03-31 10:35:58 +02:00
Jon Gjengset
abc26f3fb7 greenmail doesn't like tls_force(?) 2024-03-31 10:28:50 +02:00
Jon Gjengset
e71fd87417 Update msrv
Avoid Arc::into_inner since it requires 1.70
2024-03-31 10:28:50 +02:00
Jon Gjengset
00fd45a199 cargo update 2024-03-31 10:21:13 +02:00
Jon Gjengset
d57d259288 bump rustls-connector 2024-03-31 10:18:39 +02:00
Jon Gjengset
28faa816a9 Fix up doc links 2024-03-31 10:03:15 +02:00
Jon Gjengset
650844f2cd bump ouroboros 2024-03-31 09:54:55 +02:00
Jon Gjengset
aac6ef5fe8 bump base64 and lettre 2024-03-31 09:53:33 +02:00
Jon Gjengset
32d560afdf Remove unused imports 2024-03-31 09:51:17 +02:00
Jon Gjengset
ed433ec574 Improve docs for tag mismatch 2024-03-31 09:50:45 +02:00
Clément DOUIN
af5ad735bc
Handle tag desynchronization (#284) 2024-03-31 09:34:21 +02:00
André Thieme
345bd64487
Update greenmail docker image version in README. (#281) 2024-02-17 09:33:50 +01:00
Jon Gjengset
a2d9c22673 Merge remote-tracking branch 'ci/main' 2024-02-03 09:49:58 +01:00
Jon Gjengset
caa3616c25 Uniform capitalization 2024-02-03 09:44:41 +01:00
Jon Gjengset
f8f04aefdf Semi-breaking: update codecov action
Note: this requires adding `CODECOV_TOKEN` to your GitHub repository's
secrets! See associated comment in the commit content.
2024-02-03 09:31:14 +01:00
rtkay123
f505e09b2a
replace actions-rs/clippy-check with giraffate/clippy-action (#19)
Co-authored-by: rtkay123 <dev@kanjala.com>
2024-01-20 10:10:51 +01:00
Jon Gjengset
a13691528b Remove stray trailing whitespace 2023-12-17 18:15:06 +01:00
Anas
60fdfbb650
chore: fix typos (#17) 2023-12-17 16:52:41 +01:00
Jon Gjengset
911efe9877
Merge pull request #273 from jonhoo/dependabot/cargo/openssl-0.10.60
Bump openssl from 0.10.55 to 0.10.60
2023-11-29 09:19:57 +01:00
dependabot[bot]
91b2635dc2
Bump openssl from 0.10.55 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.60)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 21:40:15 +00:00
Mathias Pius
3d6ab95662
Nit: Selecting direct minimal versions flag is -Zdirect-minimal-versions (#16) 2023-11-11 15:01:33 +01:00
Josh McKinney
bfee1175f6
docs: Add documentation based on the youtube video (#10) 2023-11-11 10:14:12 +01:00
Jon Gjengset
5d0d2f9723 Release alpha.12 with TLS improvements 2023-10-07 16:58:06 +02:00
Jon Gjengset
e3c9cd66ac Add #245 to changelog 2023-10-07 16:57:17 +02:00
Jon Gjengset
57ea453c52
Merge pull request #245 from urkle/feat-boxed-stream
add in a client builder that abstracts away connecting to TLS or non-TLS connections and what TLS provider is used.
2023-10-07 16:56:10 +02:00