mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-03 15:09:47 +08: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.