diff options
author | VeronikaNguyen <veronika.maithi.nguyen@gmail.com> | 2023-03-10 23:13:46 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-03-21 12:44:08 +0100 |
commit | c6d14bfd5f16a103181c04614492be03e137d1a4 (patch) | |
tree | 5016c30d1ad70fba6e5ffa7527d45ebf4a887599 /.gitmodules | |
parent | Add Argon2 KDF demo. (diff) | |
download | openssl-c6d14bfd5f16a103181c04614492be03e137d1a4.tar.xz openssl-c6d14bfd5f16a103181c04614492be03e137d1a4.zip |
Added `CERTIFICATE_VERIFY_MAX_LENGTH` constant
- Set `CERTIFICATE_VERIFY_MAX_LENGTH` to 65539
(2 bytes for the algorithm identifier + 2 bytes of signature length
+ 65535 bytes of signature)
- Changed `SSL3_RT_MAX_PLAIN_LENGTH` to `CERTIFICATE_VERIFY_MAX_LENGTH`
in `statem_srvr.c` and `statem_clnt.c`
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20486)
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions