Increase PSK_MAX_IDENTITY_LEN from 128 to 256
authorEric Curtin <ericcurtin17@gmail.com>
Wed, 2 Sep 2020 09:49:47 +0000 (10:49 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Sep 2020 08:32:22 +0000 (09:32 +0100)
commit9c13b49a9f22d91c7f0576377975157f4f67984c
tree2b666b36a37856bdee849d767131428ae7554303
parent639bb581ce5bfed0f3a6286ff4b2ccb773d3353d
Increase PSK_MAX_IDENTITY_LEN from 128 to 256

We are considering using the format "host-nqn controller-nqn" for
psk-id in the NVMe-oF/TCP over TLS spec, it's in the current version,
but openssl's limit was 128 upto now, we need a little longer than that.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12771)
include/openssl/ssl.h.in