aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2017-02-07Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-02-07Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-02-07Merge remote-tracking branch 'public/bug19152_024_v2' into maint-0.2.4Nick Mathewson
2017-02-07Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-02-07Refine the memwipe() arguments check for 18089 a little more.Nick Mathewson
2017-02-07Make memwipe() do nothing when passed a NULL pointer or zero sizeteor (Tim Wilson-Brown)
2016-05-25Fix a dangling pointer issue in our RSA keygen codeNick Mathewson
2016-01-19Refine the memwipe() arguments check for 18089 a little more.Nick Mathewson
2016-01-18Make memwipe() do nothing when passed a NULL pointer or zero sizeteor (Tim Wilson-Brown)
2015-01-28Try to work around changes in openssl 1.1.0Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-12-22Merge remote-tracking branch 'public/bug14013_024' into maint-0.2.5Nick Mathewson
2014-12-22When decoding a base-{16,32,64} value, clear the target buffer firstNick Mathewson
2014-12-02Constify crypto_pk_get_digest().George Kadianakis
2014-11-09Downgrade RSA signature verification failure error message to info loglevel.rl1987
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-20Memwipe more keys after tor has finished with themteor
2014-10-09Merge remote-tracking branch 'public/bug10816'Nick Mathewson
2014-08-29Drop check for NTE_BAD_KEYSET errorNick Mathewson
2014-08-28Move secret-to-key functionality into a separate moduleNick Mathewson
2014-08-28Rename secret_to_key to secret_to_key_rfc2440Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-06-20Thread support is now requiredNick Mathewson
2014-04-16Make sure everything using an interned string is preceded by a logNick Mathewson
2014-03-25Fix warnings from doxygenNick Mathewson
2014-03-23Never run crypto_early_init() more than onceRoger Dingledine
2014-03-23whitespace fixRoger Dingledine
2014-02-28Write hashed bridge fingerprint to logs and to disk.Karsten Loesing
2014-02-12Randomize the global siphash key at startupNick Mathewson
2014-02-12Split crypto_global_init() into pre/post configNick Mathewson
2014-02-06Some anti-forensics paranoia...Florent Daigniere
2014-02-03Some anti-forensics paranoia...Florent Daigniere
2013-12-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-18Never allow OpenSSL engines to replace the RAND_SSLeay methodNick Mathewson
2013-11-18Fix compilation under openssl 0.9.8Nick Mathewson
2013-11-18Log more OpenSSL engine statuses at startup.Nick Mathewson
2013-09-13Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-04Fixed leak and added minor documentation for #6384.Kevin Butler
2013-09-01Added --library-versions flag to print the compile time and runtime versions ...Kevin Butler
2013-08-15More unit tests for handle_client_auth_nonceNick Mathewson
2013-08-09updated filters to work with orportCristian Toader
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-10Make OPENSSL_free(dh_string_repr) conditional.Nick Mathewson
2013-06-06Bug #5170 - also simplify i2d_DHparamsMarek Majkowski
2013-06-06Bug #5170 - i2d_RSAPublicKey supports allocating its own output bufferMarek Majkowski
2013-05-17Remove PK_PKCS1_PADDINGArlo Breault
2013-04-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-18Remove a double-newlineNick Mathewson