From 96260b31a3d7b495999884d423bf277e8deaf917 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 5 May 2023 12:30:40 +0000 Subject: Salt shares the blame of the continued existence of the X9.31 padding mode --- src/lib/libcrypto/rsa/rsa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index b2a9a85ea8..ff88240f04 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa.h,v 1.63 2023/04/25 16:50:33 tb Exp $ */ +/* $OpenBSD: rsa.h,v 1.64 2023/05/05 12:30:40 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -225,7 +225,7 @@ typedef struct rsa_oaep_params_st { #define RSA_SSLV23_PADDING 2 #define RSA_NO_PADDING 3 #define RSA_PKCS1_OAEP_PADDING 4 -/* Leave this for now as rust-openssl and erlang expose it. */ +/* rust-openssl and erlang expose this and salt even uses it. */ #define RSA_X931_PADDING 5 /* EVP_PKEY_ only */ #define RSA_PKCS1_PSS_PADDING 6 -- cgit v1.2.3-55-g6feb