Skip to content

Commit

Permalink
OpenSSL 3.1.5 and 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 31, 2024
1 parent 3e57bc2 commit fa67584
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -47,7 +47,7 @@ env:
mod_h2-version: v2.0.26
msh3-version: v0.6.0
openssl3-version: openssl-3.1.3
quictls-version: 3.1.4+quic
quictls-version: 3.1.5+quic
rustls-version: v0.10.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngtcp2-linux.yml
Expand Up @@ -46,7 +46,7 @@ permissions: {}

env:
MAKEFLAGS: -j 3
quictls-version: 3.1.4+quic
quictls-version: 3.1.5+quic
gnutls-version: 3.8.3
wolfssl-version: master
nghttp3-version: v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osslq-linux.yml
Expand Up @@ -46,8 +46,8 @@ permissions: {}

env:
MAKEFLAGS: -j 3
openssl3-version: openssl-3.2.0
quictls-version: 3.1.4+quic
openssl3-version: openssl-3.2.1
quictls-version: 3.1.5+quic
nghttp3-version: v1.1.0
ngtcp2-version: v1.2.0
nghttp2-version: v1.59.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quiche-linux.yml
Expand Up @@ -46,7 +46,7 @@ permissions: {}

env:
MAKEFLAGS: -j 3
openssl-version: 3.1.4+quic
openssl-version: 3.1.5+quic
nghttp3-version: v1.1.0
ngtcp2-version: v1.2.0
nghttp2-version: v1.59.0
Expand Down
6 changes: 3 additions & 3 deletions docs/HTTP3.md
Expand Up @@ -47,7 +47,7 @@ to use a TLS library that has such APIs and that works with *ngtcp2*.

Build quictls

% git clone --depth 1 -b openssl-3.1.4+quic https://github.com/quictls/openssl
% git clone --depth 1 -b openssl-3.1.5+quic https://github.com/quictls/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1>
% make
Expand Down Expand Up @@ -199,10 +199,10 @@ Build curl:

quiche QUIC support is **EXPERIMENTAL**

Build OpenSSL 3.2.0
Build OpenSSL 3.2.1

% cd ..
% git clone -b openssl-3.2.0 https://github.com/openssl/openssl
% git clone -b openssl-3.2.1 https://github.com/openssl/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere> --libdir=<somewhere>/lib
% make install
Expand Down

0 comments on commit fa67584

Please sign in to comment.