summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/rsa.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide global _it symbols in rsa.hbeck2024-07-081-1/+7
| | | | ok tb@
* Make BN_BLINDING internaltb2023-07-281-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 rsabeck2023-07-081-0/+142
ok tb@