镜像自地址
git://git.gnupg.org/gnupg.git
已同步 2025-07-03 22:56:33 +02:00
gpgsm: Support ECDSA in de-vs mode.
* common/compliance.h (PK_ALGO_FLAG_ECC18): New. * common/compliance.c (gnupg_pk_is_allowed): Implement. * sm/decrypt.c (gpgsm_decrypt): Pass new flag. * sm/sign.c (gpgsm_sign): Ditto. * sm/verify.c (gpgsm_verify): Ditto. -- GnuPG-bug-id: 6802
这个提交存在于:
父节点
bf7b785b0e
当前提交
3572b19fbd
共有 6 个文件被更改,包括 19 次插入 和 5 次删除
|
@ -50,6 +50,7 @@ enum pk_use_case
|
|||
|
||||
/* Flags to distinguish public key algorithm variants. */
|
||||
#define PK_ALGO_FLAG_RSAPSS 1 /* Use rsaPSS padding. */
|
||||
#define PK_ALGO_FLAG_ECC18 256 /* GCRY_PK_ECC is used in a generic way. */
|
||||
|
||||
|
||||
int gnupg_pk_is_compliant (enum gnupg_compliance_mode compliance, int algo,
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用