|
8dfc811bf7
|
style(clippy): assert_eq -> assert for bool
|
2024-09-10 19:56:28 +04:00 |
|
|
132463a433
|
feat: add client cert resolver trait
|
2024-09-10 19:55:52 +04:00 |
|
|
e1dceb4386
|
fix(example): change file_sscv module path after refactor
|
2024-09-10 19:46:47 +04:00 |
|
|
7b9d2a976e
|
docs: add/update for file::sscv
|
2024-09-09 20:53:23 +04:00 |
|
|
666196c103
|
refactor: move file_sscv into file::sscv, rename crate feature
|
2024-09-09 19:15:55 +04:00 |
|
|
719083bad2
|
docs: explicitly specify plaintext format
|
2024-09-09 19:05:18 +04:00 |
|
|
42a43f175e
|
style/fix: cleanup ClientBuilder by removing Option from tls_versions
|
2024-08-30 15:59:05 +04:00 |
|
|
71140fb18a
|
fix: trying to add crate features to docs.rs
|
2024-08-30 15:41:52 +04:00 |
|
|
8628b78598
|
feat: take impl IntoUrl instead of only &str
|
2024-08-30 12:23:06 +04:00 |
|
|
3f2b0b5fd2
|
chore: bump version
|
2024-08-29 21:03:21 +04:00 |
|
|
20f9336074
|
docs: explain crate features
|
2024-08-29 21:02:53 +04:00 |
|
|
a7fca98939
|
style: reorganize/cleanup Cargo.toml
|
2024-08-29 21:02:23 +04:00 |
|
|
1733c86942
|
docs: update todo
|
2024-08-29 20:56:46 +04:00 |
|
|
5296587c39
|
chore: bump version
|
2024-08-29 20:50:52 +04:00 |
|
|
6a8d628546
|
feat/docs: add auto-redirect, rewrite doc for Client
|
2024-08-29 20:45:44 +04:00 |
|
|
d1fc9f278b
|
test: add real site test
|
2024-08-29 13:53:45 +04:00 |
|
|
fd6702d029
|
test: add simple test for client I/O
|
2024-08-29 13:39:23 +04:00 |
|
|
44d7461ea2
|
fix doctest
|
2024-08-29 13:39:08 +04:00 |
|
|
a77c3d89c8
|
refactor: move client I/O into a separate function
|
2024-08-29 11:09:50 +04:00 |
|
|
8cbeefb713
|
refactor: allow any IO in Response
|
2024-08-29 10:51:02 +04:00 |
|
|
35a4672340
|
fix(?): call flush() after writing, just in case
|
2024-08-28 19:22:57 +04:00 |
|
|
cefac047ef
|
chore(deps): cargo update
|
2024-08-28 19:13:50 +04:00 |
|
|
8e8fa85206
|
feat: actual cert verification ignoring UnknownIssuer
|
2024-08-28 19:03:13 +04:00 |
|
|
0e8d023880
|
refactor: rename allow_all->verifier, AllowAll->InternalCertVerifier
|
2024-08-28 17:19:18 +04:00 |
|
|
73addc33ca
|
refactor: delete unused certs::verifier
|
2024-08-28 17:17:04 +04:00 |
|
|
32b888b3c1
|
fix(SECURITY): return error on failed DANE verification
and add raw cert caching in DANE verificator
|
2024-08-28 17:08:05 +04:00 |
|
|
c3b50e4ecc
|
style: add impl Default
|
2024-08-28 14:51:32 +04:00 |
|
|
67864e4842
|
fix(docs): meant to be in a separate paragraph, not list item
|
2024-08-28 14:48:58 +04:00 |
|
|
686c894296
|
docs: update todo list
|
2024-08-28 14:47:29 +04:00 |
|
|
ef307f4983
|
refactor/feat: add cert verifier call, cleanup and extend error enum
|
2024-08-28 14:44:34 +04:00 |
|
|
04ebac7d6c
|
style: remove extra explicit lifetime
|
2024-08-28 14:44:10 +04:00 |
|
|
220a4a3316
|
fix: filter out non-full TLSA (we can't extract public key for now)
|
2024-08-28 14:42:27 +04:00 |
|
|
060aa4a1f7
|
style: shorten help message
|
2024-08-28 14:41:43 +04:00 |
|
|
49c46aeaf5
|
fix: finally, async-trait works
|
2024-08-21 16:01:21 +04:00 |
|
|
e042a139bf
|
refactor: rewrite self-signed cert verifier
|
2024-08-21 15:46:52 +04:00 |
|
|
4314df372b
|
add DnsClient arg to file_sscv init(), update main.rs example
|
2024-08-20 10:52:24 +04:00 |
|
|
9806eb6a02
|
refactor: remove webpki feature, prepare for next refactor
|
2024-08-20 10:51:42 +04:00 |
|
|
2feb039c11
|
small cleanup + doc
|
2024-08-20 10:45:08 +04:00 |
|
|
e77b785fa0
|
alias dane feature to hickory , remove dane.rs example
|
2024-08-19 11:35:18 +04:00 |
|
|
dc126d2e0f
|
feat/refactor: add DANE verification
should work, but most probably does not
|
2024-08-16 21:16:40 +04:00 |
|
|
05f22493be
|
refactor/feat: DnsClient as IP resolver in Client
|
2024-08-15 19:13:17 +04:00 |
|
|
de8333d164
|
fix(example): upd after changes in DnsClient API
|
2024-08-15 17:54:24 +04:00 |
|
|
60d7cfb310
|
style: cargo clippy --fix
|
2024-08-15 17:52:35 +04:00 |
|
|
3bce5e603f
|
docs: add doc-comments to new errors
|
2024-08-15 17:51:04 +04:00 |
|
|
446bf9f67b
|
refactor: rewrite cert::fingerprint once again
|
2024-08-15 17:47:43 +04:00 |
|
|
5b43635b62
|
feat: DNS client + DANE impl with Hickory
|
2024-08-15 16:56:21 +04:00 |
|
|
2a097fb800
|
fix: async DNS resolving
|
2024-08-09 18:49:08 +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 |
|
|
6e4722d060
|
docs: update todo
|
2024-08-09 13:07:50 +04:00 |
|