[openssl/openssl] 30b013: Configure: Add disablable for QUIC, disabled by de...
Tomas Mraz
noreply at reply.github.openssl.org
Fri Jun 3 02:07:30 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 30b013291a502dce406708474a60fe58d5803e66
https://github.openssl.org/openssl/openssl/commit/30b013291a502dce406708474a60fe58d5803e66
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M Configure
M INSTALL.md
Log Message:
-----------
Configure: Add disablable for QUIC, disabled by default
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
Commit: 770ea54b58769bae07e22a92e0c12ece9bdbc8e2
https://github.openssl.org/openssl/openssl/commit/770ea54b58769bae07e22a92e0c12ece9bdbc8e2
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M Configurations/unix-Makefile.tmpl
M doc/build.info
A doc/man3/OSSL_QUIC_client_method.pod
A include/openssl/quic.h
M include/openssl/ssl.h.in
M util/libssl.num
Log Message:
-----------
Add OSSL_QUIC methods to headers and manual pages
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
Commit: 99e1cc7bcae2e3707913881d7108c92b7a9bf7a1
https://github.openssl.org/openssl/openssl/commit/99e1cc7bcae2e3707913881d7108c92b7a9bf7a1
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M ssl/build.info
A ssl/quic/build.info
A ssl/quic/quic_impl.c
A ssl/quic/quic_local.h
A ssl/quic/quic_method.c
Log Message:
-----------
Add empty implementations of quic method functions
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
Commit: e44795bd5db081260ef05c7be6fd17c080ed9437
https://github.openssl.org/openssl/openssl/commit/e44795bd5db081260ef05c7be6fd17c080ed9437
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M ssl/quic/quic_impl.c
M ssl/quic/quic_local.h
M test/build.info
A test/quicapitest.c
A test/recipes/75-test_quicapi.t
Log Message:
-----------
First working empty protocol test
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
Commit: 08e4901298df12931b45c7115254a0e159727683
https://github.openssl.org/openssl/openssl/commit/08e4901298df12931b45c7115254a0e159727683
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M ssl/quic/quic_impl.c
M ssl/quic/quic_local.h
M test/helpers/ssl_test_ctx.c
M test/helpers/ssl_test_ctx.h
M test/recipes/80-test_ssl_new.t
A test/ssl-tests/31-quic.cnf
A test/ssl-tests/31-quic.cnf.in
M test/ssl_test.c
Log Message:
-----------
Add a test_ssl_new testcase
This requires some code being pulled into the empty protocol
implementation so the state machinery works.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
Commit: b7873f92b0f79bdf576795c86d6520656568d672
https://github.openssl.org/openssl/openssl/commit/b7873f92b0f79bdf576795c86d6520656568d672
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M .github/workflows/ci.yml
Log Message:
-----------
CI: Add enable-quic to some of the builds
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
Compare: https://github.openssl.org/openssl/openssl/compare/30adf6d20900...b7873f92b0f7
More information about the openssl-commits
mailing list