Philip H
4556665ad1
Linux CI: update some dependecies to latest tag
...
Closes #10195
2023-01-02 11:56:49 +01:00
Daniel Stenberg
5ab72b9a57
HTTP3: mention what needs to be in place to remove EXPERIMENTAL label
...
Closes #10168
2022-12-28 09:20:12 +01:00
Nick Banks
72b819f147
msh3: update to v0.5 Release
...
Closes #10125
2022-12-22 14:29:40 +01:00
Daniel Stenberg
19bfaca7cc
spellcheck.words: remove 'github' as an accepted word
...
Prefer the properly cased version: GitHub
Use markdown for links and GitHub in text.
Closes #9810
2022-10-27 15:53:11 +02:00
Matt Holt
16a3ed4038
HTTP3.md: update Caddy example
...
Closes #9623
2022-09-30 08:21:15 +02:00
Daniel Stenberg
fd1ce3d4b0
docs: spellfixes
...
Pointed by the new CI job
2022-09-21 15:20:08 +02:00
Daniel Stenberg
fda897f5a1
docs: fix proselint complaints
2022-09-19 17:32:12 +02:00
Samuel Henrique
7e6140cb93
docs: remove mentions of deprecated '--without-openssl' config parameter
...
Closes #9415
2022-09-02 14:46:05 +02:00
Fabian Fischer
75ca89856c
HTTP3.md: add missing autoreconf command for building with wolfssl
...
Closes #9353
2022-08-23 14:17:20 +02:00
Stefan Eissing
8a13be227e
quic: add support via wolfSSL
...
- based on ngtcp2 PR https://github.com/ngtcp2/ngtcp2/pull/505
- configure adapted to build against ngtcp2 wolfssl crypto lib
- quic code added for creation of WOLFSSL* instances
Closes #9290
2022-08-15 00:48:55 +02:00
Nick Banks
29b8e67f69
HTTP3.md: update to msh3 v0.4.0
...
Closes #9297
2022-08-11 23:40:14 +02:00
Daniel Stenberg
3c8b969de6
links: update dead links
...
The wiki pages are gone, remove and link to more long-living docs.
Closes #8897
2022-05-23 08:40:13 +02:00
Yusuke Nakamura
2e2767a378
msh3: get msh3 version from MsH3Version
...
Closes #8762
2022-04-30 10:51:22 +02:00
Yusuke Nakamura
279dfb620b
msh3: psss remote_port to MsH3ConnectionOpen
...
MsH3 supported additional "Port" parameter to connect not hosted on
443 port QUIC website.
* https://github.com/nibanks/msh3/releases/tag/v0.3.0
* https://github.com/nibanks/msh3/pull/37
Closes #8762
2022-04-30 10:51:09 +02:00
Kushal Das
94ac2ca775
docs: updates spellings with full words
...
Closes #8730
2022-04-21 17:07:10 +02:00
Gisle Vanem
64c5982d65
docs/HTTP3.md: fix typo
...
also fix msh3 section formatting
Ref: https://github.com/curl/curl/commit/37492ebb#r70980087
2022-04-17 23:48:27 -04:00
Nick Banks
37492ebbfa
msh3: add support for QUIC and HTTP/3 using msh3
...
Considered experimental, as the other HTTP/3 backends.
Closes #8517
2022-04-10 18:23:04 +02:00
Daniel Stenberg
3a4182d468
docs: lots of minor language polish
...
Mostly based on recent language decisions from "everything curl":
- remove contractions (isn't => is not)
- *an* HTTP (consistency)
- runtime (no hyphen)
- backend (no hyphen)
- URL is uppercase
Closes #8646
2022-03-29 13:58:14 +02:00
Antoine Pietri
b341b7675b
docs: grammar proofread, typo fixes
...
(Partially automated) proofread of most of the documentation, leading to
various typo fixes.
Closes #8353
2022-01-30 12:06:05 +01:00
Daniel Stenberg
d4492b6d12
docs/HTTP3: describe how to setup a h3 reverse-proxy for testing
...
Assisted-by: Matt Holt
Closes #8177
2021-12-23 17:28:13 +01:00
Tobias Nießen
b29af4a406
docs: fix typo in OpenSSL 3 build instructions
...
Closes #8162
2021-12-18 16:22:12 +01:00
xquery
cb26b2c7a7
docs: add known bugs list to HTTP3.md
...
Closes #8156
2021-12-16 10:39:49 +01:00
Alessandro Ghedini
3199eb25dc
HTTP3: update quiche build instructions
...
The repo repo was re-organized a bit, so the build instructions need to
be updated.
Closes #8076
2021-12-03 16:38:54 +01:00
Daniel Stenberg
a28464ae77
docs: reduce/avoid English contractions
...
You're => You are
Hasn't => Has not
Doesn't => Does not
Don't => Do not
You'll => You will
etc
Closes #7930
2021-11-07 23:16:27 +01:00
David Hu
c2e804ca47
docs/HTTP3: improve build instructions
...
1. If writing to a system path if the command is not prefixed with
`sudo` it will cause a permission denied error
2. The patched OpenSSL branch has been updated to `openssl-3.0.0+quic`
to match upstream OpenSSL version.
3. We should not disable GnuTLS docs.
Updated some commands about `make install`
Closes #7842
2021-10-25 11:17:08 +02:00
Josip Medved
2ac10a9ea0
HTTP3: fix the HTTP/3 Explained book link
...
Closes #7813
2021-10-05 08:40:24 +02:00
Momoka Yamamoto
f4a3ae8ea8
HTTP3.md: use 'autoreconf -fi' instead of buildconf
...
buildconf is not used since #5853
Closes #7746
2021-09-24 13:16:21 +02:00
Daniel Stenberg
63813a0325
HTTP3: make the ngtcp2 build use the quictls fork
...
... as ngtcp2 itself documents the build this way.
Closes #7031
2021-05-07 22:43:54 +02:00
Yusuke Nakamura
c1311dba6e
docs/HTTP3.md: fix nghttp2's HTTP/3 server port
...
Port 8443 does not work now.
Correct origin is in the quicwg's wiki.
https://github.com/quicwg/base-drafts/wiki/Implementations#ngtcp2
Closes #6964
2021-04-26 08:07:37 +02:00
Daniel Stenberg
7bdec2a08b
configure: provide --with-openssl, deprecate --with-ssl
...
Makes the option more explicit.
Closes #6887
2021-04-15 09:08:34 +02:00
David Hu
3be5ebf303
docs/HTTP3.md: update the build instruction using gnutls
...
In ngtcp2 the `with-gnutls` option is disabled by default, which will
cause `curl` unable to be `make` because of lacking the libraries
needed.
Closes #6857
2021-04-07 09:02:33 +02:00
Alessandro Ghedini
e58560bdaf
travis: enable quiche's FFI feature
2021-02-01 13:13:12 +00:00
Daiki Ueno
898fca27cd
http3: use the master branch of GnuTLS for testing
...
Closes #6235
2020-11-22 16:40:05 +01:00
Daniel Stenberg
96450a1a33
alt-svc: enable by default
...
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported.
alt-svc support in curl is no longer considered experimental
Closes #5868
2020-10-25 23:08:54 +01:00
Eric Curtin
9ee5701f12
HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
...
Closes #5871
2020-08-27 14:15:25 +02:00
Alessandro Ghedini
d10cd52406
travis: update quiche builds for new boringssl layout
...
This is required after https://github.com/cloudflare/quiche/pull/593
moved BoringSSL around slightly.
This also means that Go is not needed to build BoringSSL anymore (the
one provided by quiche anyway).
Closes #5691
2020-07-18 12:35:21 +02:00
Adnan Khan
3bde2e3f78
HTTP3.md: clarify cargo build directory
...
Cargo needs to be called from within the 'quiche' directory.
Closes #5522
2020-06-05 18:00:36 +02:00
Peter Wu
421171a8d4
travis: simplify quiche build instructions wrt boringssl
...
quiche builds boringssl as static library, reuse that instead of
building another shared library.
Closes #5438
2020-05-22 21:10:07 +02:00
Daniel Stenberg
ace6ae4d0e
docs/HTTP3: add qlog to the quiche build instruction
2020-05-07 17:40:01 +02:00
Daiki Ueno
0736ee73d3
vquic: add support for GnuTLS backend of ngtcp2
...
Currently, the TLS backend used by vquic/ngtcp2.c is selected at compile
time. Therefore OpenSSL support needs to be explicitly disabled.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Closes #5148
2020-03-31 14:39:00 +02:00
Daniel Stenberg
ff3b1f4860
altsvc: both h3 backends now speak h3-27
...
... also updated the HTTP3 build description for ngtcp2 accordingly.
2020-03-02 00:07:37 +01:00
Daniel Stenberg
faaa63f323
docs/HTTP3: add --enable-alt-svc to curl's configure
2020-02-05 00:25:12 +01:00
Daniel Stenberg
9c27386ef0
docs/HTTP3: update the OpenSSL branch to use for ngtcp2
...
Reported-by: James Fuller
2020-02-04 15:05:57 +01:00
mhasbini
1a46d7c976
docs: fix some typos
...
Closes #4680
2019-12-06 13:20:30 +01:00
Trivikram Kamat
37aea3c944
HTTP3: fix typo somehere1 > somewhere1
...
Closes #4535
2019-10-29 08:03:59 +01:00
Spezifant
5f0b55ef22
HTTP3: fix prefix parameter for ngtcp2 build
...
Closes #4430
2019-09-26 23:26:25 +02:00
Daniel Stenberg
0ccdec339d
HTTP3: merged and simplified the two 'running' sections
2019-09-26 14:17:09 +02:00
Daniel Stenberg
8bdff35287
HTTP3: show an --alt-svc using example too
2019-09-26 14:12:16 +02:00
Daniel Stenberg
2078e7701b
HTTP3: update quic.aiortc.org + add link to server list
...
Reported-by: Jeremy Lainé
2019-09-26 13:18:17 +02:00
Alex Samorukov
9e78e739a5
HTTP3.md: move -p for mkdir, remove -j for make
...
- mkdir on OSX/Darwin requires `-p` argument before dir
- portabbly figuring out number of cores is an exercise for somewhere
else
Closes #4407
2019-09-24 14:17:04 +02:00