Commit graph

25 commits

Author SHA1 Message Date
71140fb18a
fix: trying to add crate features to docs.rs 2024-08-30 15:41:52 +04:00
3f2b0b5fd2
chore: bump version 2024-08-29 21:03:21 +04:00
a7fca98939
style: reorganize/cleanup Cargo.toml 2024-08-29 21:02:23 +04:00
5296587c39
chore: bump version 2024-08-29 20:50:52 +04:00
8e8fa85206
feat: actual cert verification ignoring UnknownIssuer 2024-08-28 19:03:13 +04:00
e042a139bf
refactor: rewrite self-signed cert verifier 2024-08-21 15:46:52 +04:00
9806eb6a02
refactor: remove webpki feature, prepare for next refactor 2024-08-20 10:51:42 +04:00
e77b785fa0
alias dane feature to hickory, remove dane.rs example 2024-08-19 11:35:18 +04:00
5b43635b62
feat: DNS client + DANE impl with Hickory 2024-08-15 16:56:21 +04:00
d6db194a1a
style: move "example" sections in manifest to bottom 2024-08-09 17:39:40 +04:00
cc8a62c19e
refactor: move webpki into separate feature, reorder deps 2024-08-09 17:37:16 +04:00
1fc73d0cab
refactor/feat: rewrite certs::fingerprint with generic data type…
…and allowing different bin2txt (getting ready for DANE)
2024-08-08 20:57:29 +04:00
307e54f256
fix(deps): tokio/fs should be in file-sscv feature 2024-08-07 14:18:41 +04:00
17ba4060b8
feat: add file-based ss cert verifier (move from main example), v0.4.0 2024-08-06 21:03:29 +04:00
17531f7938
chore: bump version 2024-08-06 18:47:00 +04:00
4f52475f2c
add simple.rs example 2024-08-06 12:32:42 +04:00
5533ec0d2b
update main example: proper ss cert check, changes in lib API 2024-08-06 11:57:42 +04:00
dfeaa50440
chore: bump version 2024-08-05 16:28:48 +04:00
f5c218efb8
docs: fix description style 2024-08-05 16:20:28 +04:00
16af1c1bd0
refactor/feat: Response::bytes() and text(), rename body->stream 2024-08-05 12:04:35 +04:00
19e1148989
feat: custom cert verifier to support self-signed, fingerprint generator 2024-08-02 21:22:19 +04:00
9952f1890c
add fields to manifest 2024-08-01 16:39:42 +04:00
95362fd9e8
feat: add example and dev deps
Note: current version of main.rs example just disables TLS cert verification if `-k` arg provided.
Instead, it must use custom storage for self-signed certs.

tokio with macros & fs features in dev deps is needed for main.rs example.
2024-08-01 12:05:39 +04:00
4cf9278cad
feat: basic client (untested) 2024-07-31 22:14:29 +04:00
c013ebf7dc
template, libs, impl Default/From 2024-07-31 16:58:17 +04:00