View Revisions: Issue #1170
Summary | 0001170: Various Client Certificates unable to login | ||
---|---|---|---|
Revision | 2013-04-27 22:45 by BenBE | ||
Description | While generating test certificates the following issues have been found: 1. Keys longer than 4096bit RSA cause trouble logging in: 1a) test-4097rsa -> Connection Reset in Firefox (Linux) 1b) test-8192rsa -> Connection Reset in Firefox (Linux) 1c) test-16384rsa -> Connection Reset in Firefox (Linux) --> Though signing works properly 2. Keys with EC crypto 2a) test-sect571k1 -> Error code: sec_error_no_memory in Firefox (Linux) 2b) test-sect571k1 -> Error 13 (net::ERR_OUT_OF_MEMORY): Unknown error in Chrome (Linux) |
||
Revision | 2013-04-27 22:28 by BenBE | ||
Description | While generating test certificates the following issues have been found: 1. Keys longer than 4096bit RSA cause trouble logging in: 1a) test-8192rsa -> Connection Reset in Firefox (Linux) 1b) test-16384rsa -> Connection Reset in Firefox (Linux) --> Though signing works properly 2. Keys with EC crypto 2a) test-sect571k1 -> Error code: sec_error_no_memory in Firefox (Linux) 2b) test-sect571k1 -> Error 13 (net::ERR_OUT_OF_MEMORY): Unknown error in Chrome (Linux) |