Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public final class CertificateHelper {

private static final int ROOT_KEYSIZE = 2048;

private static final int FAKE_KEYSIZE = 1024;
private static final int FAKE_KEYSIZE = 2048;

/** The milliseconds of a day */
private static final long ONE_DAY = 86400000L;
Expand Down