Re: Question about time to generate certs

On 4 September 2015 at 19:08, Justin Uberti <juberti@google.com> wrote:
> We are about to land ECDSA in Chrome. At that point, I think browser caching
> and all other optimizations become meaningless.

Key generation is fairly trivial, but not as trivial as retrieving it
from storage.  However, I would still recommend key reuse for RSA
(sloooow) and for where you actually want to present some sort of
stable identity to peers.  In most cases, the default behaviour is
probably the best.

Received on Saturday, 5 September 2015 02:33:59 UTC