@@ -50,15 +50,8 @@ branch. E.g. when upstream is `main` and the current iroh branch is
5050- You can check the log and cherries again to see if the right commits
5151 are left in main.
5252
53- <<<<<<< HEAD
53+
5454### Upstream versions
55- =======
56- For some cases, including peer-to-peer, trust-on-first-use, deliberately
57- insecure applications, or any case where servers are not identified by domain
58- name, this isn't practical. Arbitrary certificate validation logic can be
59- implemented by customizing the ` rustls ` configuration; see the
60- [ insecure_connection.rs] [ insecure ] example for details.
61- >>>>>>> upstream/main
6255
6356Usually we only try to merge tagged upstream versions. Currently (as
6457of the 0.13 iroh-quinn release) we've released work that hasn't been
@@ -69,36 +62,12 @@ upstream version by running:
6962
7063` git tag --merged `
7164
72- <<<<<<< HEAD
65+ For some cases, including peer-to-peer, trust-on-first-use, deliberately
66+ insecure applications, or any case where servers are not identified by domain
67+ name, this isn't practical. Arbitrary certificate validation logic can be
68+ implemented by customizing the ` rustls ` configuration; see the
69+ [ insecure_connection.rs] [ insecure ] example for details.
70+
7371This shows all the tags which are in the ancestors of HEAD. Look for
7472the highest ` quinn ` , ` quinn-proto ` and ` quinn-udp ` tags which are
7573found in all the ancestor commits.
76- =======
77- All feedback welcome. Feel free to file bugs, requests for documentation and
78- any other feedback to the [ issue tracker] [ issues ] .
79-
80- The quinn-proto test suite uses simulated IO for reproducibility and to avoid
81- long sleeps in certain timing-sensitive tests. If the ` SSLKEYLOGFILE `
82- environment variable is set, the tests will emit UDP packets for inspection
83- using external protocol analyzers like Wireshark, and NSS-compatible key logs
84- for the client side of each connection will be written to the path specified in
85- the variable.
86-
87- The minimum supported Rust version for published releases of our
88- crates will always be at least 6 months old at the time of release.
89-
90- [ quic ] : https://quicwg.github.io/
91- [ issues ] : https://github.com/djc/quinn/issues
92- [ rustls ] : https://github.com/ctz/rustls
93- [ ring ] : https://github.com/briansmith/ring
94- [ talk ] : https://paris.rustfest.eu/sessions/a-quic-future-in-rust
95- [ slides ] : https://github.com/djc/talks/blob/ff760845b51ba4836cce82e7f2c640ecb5fd59fa/2018-05-26%20A%20QUIC%20future%20in%20Rust/Quinn-Speaker.pdf
96- [ animation ] : https://dirkjan.ochtman.nl/files/head-of-line-blocking.html
97- [ youtube ] : https://www.youtube.com/watch?v=EHgyY5DNdvI
98- [ letsencrypt ] : https://letsencrypt.org/
99- [ rcgen ] : https://crates.io/crates/rcgen
100- [ examples ] : https://github.com/djc/quinn/tree/main/quinn/examples
101- [ documentation ] : https://quinn-rs.github.io/quinn/networking-introduction.html
102- [ sans-io ] : https://sans-io.readthedocs.io/how-to-sans-io.html
103- [ insecure ] : https://github.com/quinn-rs/quinn/blob/main/quinn/examples/insecure_connection.rs
104- >>>>>>> upstream/main
0 commit comments