|
|
|
@ -656,3 +656,15 @@ diff -up openssl-3.0.1/test/endecode_test.c.fipsmin3 openssl-3.0.1/test/endecode
|
|
|
|
|
/*
|
|
|
|
|
* ED25519, ED448, X25519 and X448 have no support for
|
|
|
|
|
* PEM_write_bio_PrivateKey_traditional(), so no legacy tests.
|
|
|
|
|
diff -up openssl-3.0.1/apps/req.c.dfc openssl-3.0.1/apps/req.c
|
|
|
|
|
--- openssl-3.0.1/apps/req.c.dfc 2022-05-12 13:31:21.957638329 +0200
|
|
|
|
|
+++ openssl-3.0.1/apps/req.c 2022-05-12 13:31:49.587984867 +0200
|
|
|
|
|
@@ -266,7 +266,7 @@ int req_main(int argc, char **argv)
|
|
|
|
|
unsigned long chtype = MBSTRING_ASC, reqflag = 0;
|
|
|
|
|
|
|
|
|
|
#ifndef OPENSSL_NO_DES
|
|
|
|
|
- cipher = (EVP_CIPHER *)EVP_des_ede3_cbc();
|
|
|
|
|
+ cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
prog = opt_init(argc, argv, req_options);
|
|
|
|
|