Skip to content
Merged
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
4 changes: 2 additions & 2 deletions extension/chrome/elements/shared/create_key.template.htm
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
<label>
Encryption key type:
<select class="key_type" data-test="input-step2bmanualcreate-key-type">
<option value="curve25519">ECC Curve25519</option>
<option value="rsa2048">RSA 2048bit</option>
<option value="curve25519" selected>ECC Curve25519</option>
<option value="rsa3072">RSA 3072bit</option>
<option value="rsa4096">RSA 4096bit</option>
<option value="rsa2048">RSA 2048bit (legacy)</option>
</select>
</label>
</div>
Expand Down
Loading