Opened 16 years ago
Closed 16 years ago
#4482 closed Bug report (fixed)
2048 selection creates 2058 bits size keys
Reported by: | Claudiu Romaniuc | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | certificate generation 2048 | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
It looks like when you use the Generate Certificate facility, selecting 2048 bits size will result in a 2058 bits size key.
Here's the code :
m_country.MakeUpper();
int bits = 1024;
if (m_keysize == 1)
bits = 2058;
else if (m_keysize == 2)
bits = 4096;
Note:
See TracTickets
for help on using tickets.
Thanks, will be fixed in the next version.