Commit graph

23 commits

Author SHA1 Message Date
dependabot[bot]
58ff72bf1f
build(deps): bump blake3 from 1.3.3 to 1.4.0 (#78)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.3.3...1.4.0)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-09 12:30:15 +08:00
Zhang Jingqiang
9d32159b38 add dns-over-quic support 2023-06-03 22:25:21 +08:00
zhangjingqiang
d33e6362e8 update to rustls 0.21 2023-06-03 22:25:21 +08:00
Zhang Jingqiang
96a54bad99 use fnv instead fxhash for ports hashing 2023-05-31 21:45:13 +08:00
Zhang Jingqiang
803f826d6a fix clippy 1.70 warning 2023-05-31 10:58:01 +08:00
Zhang Jingqiang
a639863ef7 use rustc-hash instead of fxhash 2023-05-31 10:52:09 +08:00
Zhang Jingqiang
e6f14671df only use openssl ca certs as we only support *nix 2023-05-05 22:26:27 +08:00
Zhang Jingqiang
e591a2a4a7 move X509Ext to g3-tls-cert 2023-05-05 10:36:20 +08:00
Zhang Jingqiang
26fa6cf407 g3fcgen: get ski value from pubkey digest if no extension 2023-04-28 18:37:42 +08:00
Zhang Jingqiang
05c8aaafca check and limit the pathlen of intermediate cert 2023-04-28 17:32:17 +08:00
Zhang Jingqiang
620935f152 g3bench: add proxy protocol support 2023-04-14 11:23:37 +08:00
Zhang Jingqiang
b96a7cb225 g3bench: support old ssl/tls protocol versions 2023-04-14 10:34:34 +08:00
zhangjingqiang
5efc8ba55c add CI workflow 2023-04-11 16:55:49 +08:00
zhangjingqiang
80b1fd6af6 use http::HeaderMap as HeaderName Hash is hacked 2023-04-10 18:55:48 +08:00
zhangjingqiang
33d5bdf8d7 prefer to use static str for OriginalHeaderName 2023-04-10 15:42:55 +08:00
zhangjingqiang
d6ce9070ad reserve the case of http header name 2023-04-10 15:42:13 +08:00
zhangjingqiang
1143074aba use our own http header value and header map 2023-04-10 15:41:32 +08:00
zhangjingqiang
df978f445e use workspace level dependencies 2023-04-04 17:47:07 +08:00
zhangjingqiang
03122e9a18 batch add cargo license metadata 2023-04-04 11:17:55 +08:00
zhangjingqiang
c3b8ce5836 g3proxy & g3tiles: use metrics name for server name 2023-04-04 11:10:43 +08:00
zhangjingqiang
435d9b3fc4 g3proxy: use metrics name for escaper name 2023-04-04 11:10:23 +08:00
zhangjingqiang
c9a6d1a81a g3proxy: use metrics name for resolver and auditor name 2023-04-04 11:09:25 +08:00
zhangjingqiang
13716f4923 initial commit 2023-03-09 17:55:45 +08:00