[openssl/openssl] 1e4fc0: Add a test for using a PSK with QUIC
Matt Caswell
noreply at github.com
Tue Sep 12 13:32:14 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 1e4fc0b2e57d08a90a6d8e30981fce2007d21109
https://github.com/openssl/openssl/commit/1e4fc0b2e57d08a90a6d8e30981fce2007d21109
Author: Matt Caswell <matt at openssl.org>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M include/internal/quic_tserver.h
M ssl/quic/quic_tserver.c
M test/helpers/ssltestlib.c
M test/helpers/ssltestlib.h
M test/quicapitest.c
M test/sslapitest.c
Log Message:
-----------
Add a test for using a PSK with QUIC
Check that we can set and use a PSK when establishing a QUIC connection.
Fixes openssl/project#83
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22011)
Commit: 547ea58821644bdc9089b2dcb163286d789f732a
https://github.com/openssl/openssl/commit/547ea58821644bdc9089b2dcb163286d789f732a
Author: Matt Caswell <matt at openssl.org>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M include/internal/quic_ssl.h
M ssl/quic/quic_impl.c
M ssl/quic/quic_local.h
M ssl/s3_lib.c
M ssl/ssl_local.h
Log Message:
-----------
Fix the SSL_CIPHER_find() function when used with a QCSO
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22011)
Commit: 9912dfb98c9c2b10c83c5ca4b5136232568ad664
https://github.com/openssl/openssl/commit/9912dfb98c9c2b10c83c5ca4b5136232568ad664
Author: Matt Caswell <matt at openssl.org>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M test/quicapitest.c
Log Message:
-----------
Add a test for SSL_CIPHER_find() when used with a QUIC SSL object
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22011)
Compare: https://github.com/openssl/openssl/compare/4ee8c1fb5168...9912dfb98c9c
More information about the openssl-commits
mailing list