check p and q lengths

This commit is contained in:
Matt Johnston
2017-06-16 22:35:18 +08:00
parent af2caaab72
commit eb7ca20379
2 changed files with 12 additions and 2 deletions

3
dss.h
View File

@@ -41,6 +41,9 @@ typedef struct {
} dropbear_dss_key;
#define DSS_P_BITS 1024
#define DSS_Q_BITS 160
void buf_put_dss_sign(buffer* buf, dropbear_dss_key *key, buffer *data_buf);
#if DROPBEAR_SIGNKEY_VERIFY
int buf_dss_verify(buffer* buf, dropbear_dss_key *key, buffer *data_buf);