Opened 15 years ago

Closed 15 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;

Change History (1)

comment:1 by Tim Kosse, 15 years ago

Resolution: fixed
Status: newclosed

Thanks, will be fixed in the next version.

Note: See TracTickets for help on using tickets.