mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-12 07:07:58 +02:00
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.