summaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
AgeCommit message (Expand)Author
2022-12-04UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach
2022-12-04BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach
2022-12-01BUILD: Improve platform-specific includesMartin Schanzenbach
2022-10-03-DOC: Documentation cleanup pass through rest of UTIL librariesWillow Liquorice
2022-03-30-style fixes, no semantic changesChristian Grothoff
2022-03-30-logging, minor memory leak fixChristian Grothoff
2021-11-25add pk invariant checkChristian Grothoff
2021-10-23-style fixesChristian Grothoff
2021-04-24-Fix several incorrect uses of `i.e.'Alessio Vanni
2021-03-26-fixing memleaks and nptr derefsMartin Schanzenbach
2020-12-19change GNUNET_DISK_fn_write() to always do atomic writes and to NOT overwrite...Christian Grothoff
2020-12-05-fix indentationChristian Grothoff
2020-11-14spell checkingChristian Grothoff
2020-07-01-style fixChristian Grothoff
2020-05-29rsa crypto compare functions take const parametersJonathan Buchanan
2020-03-17use void * instead of char * for RSA key material to make it more clear that ...Christian Grothoff
2020-01-18fix mem leaksFlorian Dold
2019-12-07fix libgnunetpq for RSA encodingChristian Grothoff
2019-12-07fix #3795/5968/5398Christian Grothoff
2019-11-16patch up RSA signature format for #5698Christian Grothoff
2019-11-15fix #5968, but not activeChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05global reindent, now with uncrustify hook enabledChristian Grothoff
2019-09-08uncrustify as demanded.ng0
2019-01-14src: for every AGPL3.0 file, add SPDX identifier.ng0
2018-08-19benchmark: count rsa_blind properlyFlorian Dold
2018-08-18benchmark collection awk scriptsFlorian Dold
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-06second batch complete. WE ARE AFFERO AGPL NOW!psyc://loupsycedyglgamf.onion/~lynX
2018-05-30style fixChristian Grothoff
2017-10-31add missing constChristian Grothoff
2017-02-24util: add component name to LOG macros; util/client: log incoming message typ...tg(x)
2016-08-23Restore Lenstra protection for gcrypt < 1.6.4David Barksdale
2016-08-23-remove dead codeChristian Grothoff
2016-08-22Removed duplicate protection agaisnt LenstraJeff Burdges
2016-06-08Rework the error handling for gcd(r,n) != 1 so the Taler wallet can see errors.Jeff Burdges
2016-06-07Abstract out previous GCD(m,n)=1 commit into a single functionJeff Burdges
2016-06-07Verify that GCD(m,n) != 1 when n is an RSA modulusJeff Burdges
2016-05-30Testcases for KDF mod nJeff Burdges
2016-05-30Use a uniform random number mod an RSA composites for bothJeff Burdges
2016-05-26sketch envisioned APIChristian Grothoff
2016-05-24fixing #4483: optimize blinding key storage/transmissionChristian Grothoff
2016-05-19rename.sh GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey follo...Christian Grothoff
2016-03-21Fix cut & paste errorJeff Burdges
2016-03-21Copyright yearsJeff Burdges
2016-03-21Authors, (C), and C++ commentsJeff Burdges
2016-03-21Clarify a few paramaters and namesJeff Burdges
2016-03-21Avoid exporting mpi_print helper functionJeff Burdges
2016-03-21Release outside of helper functionJeff Burdges