Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework BN_BLINDING to use pthread_t directly | tb | 2023-08-09 | 1 | -7/+7 |
| | | | | | | | | | | Instead of CRYPTO_THREADID, which passes pthread_via through unsigned long, we can use pthread_self() and pthread_equal() directly. This commit keeps using the awkward 'local' nomenclature as that is used throughout the rsa code. This will be changed after the blinding code will have been fully merged into rsa_blinding.c. ok jsing | ||||
* | Move RSA blinding API from rsa_crpt.c to rsa_blinding.c | tb | 2023-08-09 | 1 | -1/+101 |
| | |||||
* | Move bn_blind.c to rsa_blinding.c | tb | 2023-08-09 | 1 | -0/+261 |
discussed with jsing |