Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 21dfb975968d73b9cd40835d2cd436602079e853 https://github.com/openssl/openssl/commit/21dfb975968d73b9cd40835d2cd436602079e853 Author: Stephen Farrell <stephen.farr...@cs.tcd.ie> Date: 2024-07-10 (Wed, 10 Jul 2024)
Changed paths: M doc/man3/SSL_CONF_cmd.pod M doc/man3/SSL_CTX_set_record_padding_callback.pod M include/openssl/ssl.h.in M ssl/record/methods/recmethod_local.h M ssl/record/methods/tls13_meth.c M ssl/record/methods/tls_common.c M ssl/record/rec_layer_s3.c M ssl/record/record.h M ssl/ssl_conf.c M ssl/ssl_lib.c M ssl/ssl_local.h M test/sslapitest.c M util/libssl.num M util/perl/OpenSSL/paramnames.pm Log Message: ----------- Extend TLSv1.3 record layer padding API calls Added SSL_set_block_padding_ex() and SSL_CTX_set_block_padding_ex() to allow separate padding block size values for handshake messages and application data messages. Reviewed-by: Matt Caswell <m...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24796) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications