1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-13 18:33:03 +01:00

gpg: Base compliance "de-vs" now on "gnupg" and not on "openpgp".

* g10/gpg.c (set_compliance_option) <oDE_VS>: Change.
--

This version has not yet been evaluated and thus we are able to
change it to a more useful default.
This commit is contained in:
Werner Koch 2025-02-03 11:49:54 +01:00
parent 4b2729b983
commit c2ff47d5bc
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -2335,7 +2335,7 @@ set_compliance_option (enum cmd_and_opt_values option)
break; break;
case oDE_VS: case oDE_VS:
set_compliance_option (oOpenPGP); set_compliance_option (oGnuPG);
opt.compliance = CO_DE_VS; opt.compliance = CO_DE_VS;
/* We divert here from the backward compatible rfc4880 algos. */ /* We divert here from the backward compatible rfc4880 algos. */
opt.s2k_digest_algo = DIGEST_ALGO_SHA256; opt.s2k_digest_algo = DIGEST_ALGO_SHA256;