summaryrefslogtreecommitdiff
path: root/rsa-decrypt-tr.c
Commit message (Collapse)AuthorAgeFilesLines
* New header file pkcs1-internal.hNiels Möller2018-12-261-0/+1
|
* Merge branch 'release-3.4-fixes' into masterNiels Möller2018-12-261-9/+17
|\
| * Move decl. of rsa_sec_compute_root_tr to internal header.Niels Möller2018-11-251-3/+3
| | | | | | | | Also renamed with leading underscore, and updated all callers.
| * Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE.Niels Möller2018-11-251-2/+5
| |
| * Use side-channel silent pkcs1 in rsa_decrypt_trSimo Sorce2018-11-251-8/+15
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
|/ | | | | | | | | | | | | This adds all exported symbols in the map files explicitly under the following rules: - Symbols mentioned in internal headers go in a section which is valid only for testing, and linking with these symbols will break in library updates. - Symbols mentioned in installed headers go in the exported sections and are considered part of the ABI. - All internal symbols move to internal headers. - The _nettle_md5_compress and _nettle_sha1_compress become exported without the _nettle prefix, due to existing usage.
* Use rsa_compute_root_tr also in rsa_decrypt_tr.Niels Möller2015-11-151-7/+3
|
* Update copyright headers for dual licensing.Niels Möller2014-04-121-24/+32
|
* Use size_t for bignums, rsa and dsa.Niels Möller2013-04-261-1/+1
|
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
|
* Consistently use foo_func *f (rather than foo_func f) for declaring function ↵Niels Möller2012-06-251-1/+1
| | | | pointer arguments.
* Moved rsa blinding code to a separate file.Niels Möller2012-06-091-40/+3
|
* Added missing mpz_clear.Nikos Mavrogiannopoulos2012-05-091-1/+2
|
* Implemented rsa_decrypt_tr, based on RSA blinding codeNiels Möller2012-04-091-0/+93
contributed by Nikos Mavrogiannopoulos.