Expand oid_get_sig_alg() for ECDSA-based algs

This commit is contained in:
Manuel Pégourié-Gonnard 2013-07-10 10:28:53 +02:00 committed by Paul Bakker
parent 244569f4b1
commit 1e60cd09b0
3 changed files with 53 additions and 0 deletions

View file

@ -52,6 +52,9 @@ typedef enum {
POLARSSL_PK_ECKEY,
POLARSSL_PK_ECKEY_DH,
#endif
#if defined(POLARSSL_ECDSA_C)
POLARSSL_PK_ECDSA,
#endif
} pk_type_t;
/**