David Benjamin de2d610a34 Remove TLS_RSA_WITH_NULL_SHA
Per b/31553927, the last use of this is long gone. This cipher has been
deprecated since it was (re)-added in 2015, so it's long past time to
remove it.

Update-Note: TLS_RSA_WITH_NULL_SHA is no longer available. Nothing
should be enabling it anymore. Callers using
SSL_CTX_set_strict_cipher_list instead of SSL_CTX_set_cipher_list will
notice if they're affected very quickly, because the functino will
fail if this cipher is referenced. As a deprecated cipher suite, this
cipher was already unavailable unless explicitly named, so if your
configuration doesn't say "TLS_RSA_WITH_NULL_SHA" or "NULL-SHA", you
were not using this cipher.

Bug: b:31553927
Change-Id: Id560bb4f9b156be3650d63f4ecf7783fad5ae209
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/59145
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Bob Beck <bbe@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
Auto-Submit: David Benjamin <davidben@google.com>
2023-04-24 14:01:34 +00:00
..
2023-03-16 23:46:11 +00:00
2023-04-24 14:01:34 +00:00
2019-04-17 20:57:57 +00:00
2023-04-19 23:55:21 +00:00
2023-02-08 21:48:53 +00:00
2023-03-30 17:05:20 +00:00
2022-06-14 17:57:23 +00:00
2023-04-19 23:55:21 +00:00
2023-04-11 21:40:44 +00:00
2023-03-06 20:05:26 +00:00
2018-09-05 23:41:25 +00:00
2022-06-08 18:05:50 +00:00
2023-03-29 00:29:21 +00:00
2023-04-19 20:05:21 +00:00
2023-01-27 14:19:27 +00:00
2023-04-14 22:58:17 +00:00
2023-01-27 14:19:27 +00:00
2020-05-14 18:17:12 +00:00