mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sm: Support import and verification of EdDSA certificates.
* sm/certdump.c (gpgsm_get_serial): New. * sm/certcheck.c (gpgsm_check_cert_sig): Support EdDSA signatures. -- Note that this does not work with the self-signed RFC-8410 sample certificate; see the code for comments. The Ed488 case has not been tested due to a lack of support in Libgcrypt. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f44d395bdf
commit
b1694987bb
3 changed files with 144 additions and 18 deletions
|
@ -297,6 +297,7 @@ char *gpgsm_get_certid (ksba_cert_t cert);
|
|||
|
||||
|
||||
/*-- certdump.c --*/
|
||||
const void *gpgsm_get_serial (ksba_const_sexp_t sn, size_t *r_length);
|
||||
void gpgsm_print_serial (estream_t fp, ksba_const_sexp_t p);
|
||||
void gpgsm_print_time (estream_t fp, ksba_isotime_t t);
|
||||
void gpgsm_print_name2 (FILE *fp, const char *string, int translate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue