Commit Graph

357 Commits

Author SHA1 Message Date
Dirkjan Ochtman
a5a8f59fb0 Bump MSRV to 1.71 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
ef0bec72f5 Make rustls connector more flexible 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
25cc0a7c1a Use rustls-platform-verifier instead of rustls-native-certs 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
492ac1c808 Add support for rustls with aws-lc-rs 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
1bc8c9a5ec Avoid wrapping rustls errors into io::Error 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
dbaa7d015c Lowercase log/error messages 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
59733b8bf8 Make RustlsConnector::new() sync 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
a1b04ddebc Rename domain to server_name 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
8a51b7de58 Use pki-types via re-exports 2024-11-15 09:52:07 +01:00
Dirkjan Ochtman
34618b7c79 Fix MSRV job in Actions workflow 2024-10-23 08:23:08 +00:00
Dirkjan Ochtman
49fd9ddef1 Update cargo-deny-action to v2 2024-10-23 08:11:52 +00:00
Dirkjan Ochtman
2c2e94f139 Enable Actions in Dependabot config 2024-10-23 08:11:52 +00:00
Dirkjan Ochtman
05b4531844 Upgrade actions/checkout to v4 2024-10-23 08:11:52 +00:00
Dirkjan Ochtman
3725ce17b9 Discard use of actions-rs/cargo 2024-10-23 08:11:52 +00:00
Dirkjan Ochtman
3a77e2f7ca Switch from actions-rs/toolchain to dtolnay/rust-toolchain 2024-10-23 08:11:52 +00:00
gibbz00
aa72076306 fix: rust-doc warnings 2024-10-22 07:09:08 +00:00
gibbz00
ef1746cb85 chore!: deprecate Period::years and months constructors 2024-10-21 15:41:00 +00:00
gibbz00
19ea27c38d chore: make sure errors aren't capitalized 2024-10-21 15:41:00 +00:00
gibbz00
cd556f2481 feat!: turn Period into an enum whose variants represent the unit 2024-10-21 15:41:00 +00:00
Dirkjan Ochtman
4973a4fe1d Bump version to 0.5.0 2024-10-19 08:06:00 +00:00
gibbz00
8158a80633 feat!: add InfoType enum for PostalInfo.info_type 2024-10-19 07:56:06 +00:00
gibbz00
0048a81b54 chore: elide lifetimes where possible
Part of newer clippy lints. Fixed with `cargo clippy --fix`.
2024-10-18 09:37:27 +00:00
Beau Hartshorne
9688294c97 Update README.md 2024-10-10 13:00:14 +00:00
Dirkjan Ochtman
30d9e11ca5 Add FUNDING metadata 2024-10-10 12:59:58 +00:00
Dirkjan Ochtman
d2d82ab869 Upgrade to rustls-native-certs 0.8 2024-09-03 10:21:34 +02:00
Dirkjan Ochtman
95b32d9c29 Apply suggestions from clippy/rustc 2024-09-03 10:16:43 +02:00
Dirkjan Ochtman
fff391eb6b Update MSRV to 1.70 (for tokio 1.39) 2024-09-03 10:16:43 +02:00
Dirkjan Ochtman
f9eac40f1d Bump version to 0.4.0 2024-06-10 10:47:34 +02:00
Dirkjan Ochtman
9bc341d14b Upgrade to instant-xml 0.5 2024-06-07 15:10:28 +02:00
Dirkjan Ochtman
0dd7b21922 Bump version to 0.3.0 for incompatible changes 2024-05-27 11:38:32 +02:00
Dirkjan Ochtman
20e7acec3b Use enum to represent RGP status values 2024-05-27 11:38:32 +02:00
Dirkjan Ochtman
65bf5f5595 Add support for rgp-poll extension 2024-05-27 11:38:32 +02:00
Dirkjan Ochtman
82f9ef79ac Move rgp module into a separate file 2024-05-27 11:38:32 +02:00
Dirkjan Ochtman
0d806303dd Remove some dead code 2024-05-27 10:22:45 +02:00
Dirkjan Ochtman
209a8503a6 Update repository URL 2024-03-25 16:25:48 +01:00
Dirkjan Ochtman
e7c429f96a Bump version to 0.2.2 2024-03-25 16:25:48 +01:00
Dirkjan Ochtman
ecddf97e72 Upgrade tokio-rustls to 0.26 2024-03-25 16:25:48 +01:00
Beau Hartshorne
c87f55afa8
Add cover image (#34) 2024-02-28 11:13:52 -08:00
Dirkjan Ochtman
dde597478e Bump version to 0.2.1 2024-01-08 11:00:26 +01:00
Rudi Floren
7bf527b34d
Add is_persistent to ResultCode (#32)
This is helpful when EPP requests are executed in a loop, and you want to
know if the error result will persist for additional requests with
similar but different arguments.
2024-01-04 19:56:01 +01:00
Dirkjan Ochtman
a8d9d306f3 Bump version to 0.2.0 2023-12-18 11:08:44 +01:00
Dirkjan Ochtman
e5ffac17b3 Upgrade to tokio-rustls 0.25 2023-12-18 11:08:44 +01:00
Dirkjan Ochtman
26c4bb4d4c Verify MSRV in CI 2023-10-25 22:59:40 +02:00
Dirkjan Ochtman
4392e1cb5a Bump MSRV to 1.61 (for instant-xml) 2023-10-25 22:59:40 +02:00
Dirkjan Ochtman
01ae10ce53 Apply clippy suggestion 2023-10-25 22:59:40 +02:00
Dirkjan Ochtman
4aae031f44 Bump instant-xml to 0.4 2023-10-25 22:59:40 +02:00
Dirkjan Ochtman
d590eb6a6a Make RustlsConnector public again 2023-08-02 16:38:54 +02:00
Dirkjan Ochtman
454e879d08 Use rustls-native-certs as the root store 2023-08-02 15:47:17 +02:00
Dirkjan Ochtman
1eff89bd32 Rename feature to rustls 2023-08-02 15:47:17 +02:00
Dirkjan Ochtman
ed73ff546f Fix compilation with --no-default-features 2023-08-02 15:47:17 +02:00