openssl/ssl
Neil Horman 32185d513c Fix second error from Coverity-161057
Coverity flagged a second error in this code

we're comparing block_padding and hs_padding for >= 0, which is always
true

With the change to the use of strtoul, inputs that are preceded with a -
(i.e. negative values), are caught already, so the check is redundant

just remove the check entirely

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24993)
2024-07-26 13:25:18 -04:00
..
quic Remove trailing whitespace 2024-07-22 06:55:35 -04:00
record open brace '{' following struct go on the same line 2024-07-22 06:55:35 -04:00
rio
statem that open brace { should be on the previous line 2024-07-22 06:55:35 -04:00
bio_ssl.c bio_ssl.c: Do not call SSL_shutdown if not inited 2024-06-25 16:06:17 +02:00
build.info
d1_lib.c Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read. 2024-05-14 15:34:07 +02:00
d1_msg.c
d1_srtp.c
event_queue.c Remove trailing whitespace 2024-07-22 06:55:35 -04:00
methods.c
pqueue.c
priority_queue.c open brace '{' following struct go on the same line 2024-07-22 06:55:35 -04:00
s3_enc.c
s3_lib.c Add support for integrity-only cipher suites for TLS v1.3 2024-05-14 15:39:15 +02:00
s3_msg.c
ssl_asn1.c
ssl_cert_comp.c Remove trailing whitespace 2024-07-22 06:55:35 -04:00
ssl_cert_table.h
ssl_cert.c Remove trailing whitespace 2024-07-22 06:55:35 -04:00
ssl_ciph.c Move stack of compression methods from libssl to OSSL_LIB_CTX 2024-05-28 08:56:13 +02:00
ssl_conf.c Fix second error from Coverity-161057 2024-07-26 13:25:18 -04:00
ssl_err_legacy.c
ssl_err.c Add reason codes with the correct offset for two alerts 2024-05-14 15:27:17 +02:00
ssl_init.c Move stack of compression methods from libssl to OSSL_LIB_CTX 2024-05-28 08:56:13 +02:00
ssl_lib.c that open brace { should be on the previous line 2024-07-22 06:55:35 -04:00
ssl_local.h Extend TLSv1.3 record layer padding API calls 2024-07-10 11:44:39 +02:00
ssl_mcnf.c Set SSL_CONF_FLAG_SHOW_ERRORS when conf_diagnostics is enabled 2024-05-09 09:20:58 +02:00
ssl_rsa_legacy.c
ssl_rsa.c
ssl_sess.c Incorporate review feedback 2024-06-21 07:57:56 -04:00
ssl_stat.c
ssl_txt.c Move stack of compression methods from libssl to OSSL_LIB_CTX 2024-05-28 08:56:13 +02:00
ssl_utst.c
sslerr.h
t1_enc.c
t1_lib.c Remove trailing whitespace 2024-07-22 06:55:35 -04:00
t1_trce.c Add support for integrity-only cipher suites for TLS v1.3 2024-05-14 15:39:15 +02:00
tls13_enc.c Add support for integrity-only cipher suites for TLS v1.3 2024-05-14 15:39:15 +02:00
tls_depr.c
tls_srp.c