Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide global _it symbols in rsa.h | beck | 2024-07-08 | 1 | -1/+7 |
| | | | | ok tb@ | ||||
* | Make BN_BLINDING internal | tb | 2023-07-28 | 1 | -2/+1 |
| | | | | | | | | | | RSA is pretty bad. In my most optimistic moments I dream of a world that stopped using it. That won't happen during my lifetime, unfortunately. Blinding is one way of making it a little less leaky. Unfortunately this side-channel leak mitigation leaked out of the library for no good reason. Let's at least fix that aspect of it. ok jsing | ||||
* | Hide symbols in rsa | beck | 2023-07-08 | 1 | -0/+142 |
ok tb@ |