commit | 3072458ec31604b5986b6ff36b9628ebe247925a | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Wed Sep 21 13:18:12 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 09:27:18 2016 +0100 |
tree | f7de767f62f88f1892ec940f08f3b1efae768ae8 | |
parent | 2c73577d4a6f6af50cbfc9582325f430ac093cf4 [diff] |
Restore P>Q in RSA key generation (#558) The PKCS#1 standard says nothing about the relation between P and Q but many libraries guarantee P>Q and mbed TLS did so too in earlier versions. This commit restores this behaviour.