aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
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
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Fix a couple of documentation issues.Nick Mathewson
2013-04-18Refactor dirobj signature generationNick Mathewson
2013-03-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug6673' into maint-0.2.4Nick Mathewson
2013-03-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-11Give an #error when we want threads and OpenSSL has disabled threadsNick Mathewson
2013-03-01Remove unused check_fingerprint_syntaxNick Mathewson
2013-03-01Remove unused HMAC-SHA1 functionNick Mathewson
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-02-01fix wide lines from tor_log renameNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-17Replace base-{16,32,64} with base{16,32,64} in the codeNick Mathewson
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16When building with MSVC, call every enum bitfield unsignedNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Refactor strong os-RNG into its own functionNick Mathewson
2012-12-31Fix a couple of harmless clang3.2 warningsSebastian Hahn
2012-12-06Implement HKDF from RFC5869Nick Mathewson
2012-12-06Add a crypto_dh_dup, for benchmark supportNick Mathewson
2012-11-23Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-04Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson
2012-09-17Fix documentation for crypto_pk_cmp_keysRobert Ransom