mirror of https://github.com/wolfSSL/wolfssh.git
Increase buffer size to accomodate for big RSA keys
parent
87caf4ad04
commit
977618ed15
|
@ -8338,10 +8338,10 @@ struct wolfSSH_sigKeyBlockFull {
|
|||
#ifndef WOLFSSH_NO_RSA
|
||||
struct {
|
||||
RsaKey key;
|
||||
byte e[257];
|
||||
byte e[1025];
|
||||
word32 eSz;
|
||||
byte ePad;
|
||||
byte n[257];
|
||||
byte n[1025];
|
||||
word32 nSz;
|
||||
byte nPad;
|
||||
} rsa;
|
||||
|
|
Loading…
Reference in New Issue