Gilles Peskine 77c13e67d4 Fix PSK invocation: GnuTLS PSK length
ssl-opt.sh uses a 3-byte PSK in many test cases. Unfortunately GnuTLS >=3.4.0
rejects a PSK that is less than 4 bytes long:

> Error setting the PSK credentials: The request is invalid.

Use a longer PSK throughout ssl-opt. Only the test cases involving GnuTLS
need to change, but it's easier to do a global search-and-replace, and it's
easier to not have to worry about mismatches in constructed test cases
later, so replace everything.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-04-29 16:09:52 +02:00
..
.jenkins
configs Fix a typo in a comment 2024-04-12 12:40:01 +02:00
data_files Add RSA key certificates 2024-04-02 14:28:35 +02:00
docker/bionic Header updates 2023-11-03 12:21:36 +00:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Improve comment in a header file 2024-04-12 12:40:01 +02:00
opt-testcases Merge pull request #8998 from ronald-cron-arm/openssl3 2024-04-15 08:32:42 +00:00
scripts Merge pull request #9022 from mpg/compat-fixes-dev 2024-04-24 07:11:49 +00:00
src Fix copy-pasta in top-of-file comment 2024-04-12 12:40:01 +02:00
suites Fix closing comment to match opening guard 2024-04-09 10:48:24 +02:00
.gitignore Revert "Autogenerated files for 3.6.0" 2024-03-27 17:36:15 +00:00
CMakeLists.txt Merge branch 'development' into buffer-sharing-merge 2024-03-12 15:05:06 +00:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh compat.sh: properly skip unsupported DTLS 1.2 2024-04-11 10:29:35 +02:00
context-info.sh Header updates 2023-11-03 12:21:36 +00:00
Descriptions.txt
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Framework submodule: fix the libtestdriver1 build 2024-03-04 17:12:59 +01:00
ssl-opt-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
ssl-opt.sh Fix PSK invocation: GnuTLS PSK length 2024-04-29 16:09:52 +02:00