Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: f3f8e53c852f07d38c124e45f7c678e854be4a54 https://github.com/openssl/openssl/commit/f3f8e53c852f07d38c124e45f7c678e854be4a54 Author: Matt Caswell <m...@openssl.org> Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths: M test/sslapitest.c Log Message: ----------- Add some API tests for TLSv1.3 record padding We have some ssl_test_new tests for record padding. But these only use the block padding approach set via a config file on the SSL_CTX. We add tests for all the various API calls. Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Paul Dale <pa...@openssl.org> Reviewed-by: Hugo Landau <hlan...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19103)