aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* Thread support is now requiredNick Mathewson2014-06-20
* Make sure everything using an interned string is preceded by a logNick Mathewson2014-04-16
* Fix warnings from doxygenNick Mathewson2014-03-25
* Never run crypto_early_init() more than onceRoger Dingledine2014-03-23
* whitespace fixRoger Dingledine2014-03-23
* Write hashed bridge fingerprint to logs and to disk.Karsten Loesing2014-02-28
* Randomize the global siphash key at startupNick Mathewson2014-02-12
* Split crypto_global_init() into pre/post configNick Mathewson2014-02-12
* Some anti-forensics paranoia...Florent Daigniere2014-02-03
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-18
|\
| * Never allow OpenSSL engines to replace the RAND_SSLeay methodNick Mathewson2013-12-18
* | Fix compilation under openssl 0.9.8Nick Mathewson2013-11-18
* | Log more OpenSSL engine statuses at startup.Nick Mathewson2013-11-18
* | Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson2013-09-13
|\ \
| * | Fixed leak and added minor documentation for #6384.Kevin Butler2013-09-04
| * | Added --library-versions flag to print the compile time and runtime versions ...Kevin Butler2013-09-01
* | | Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson2013-09-13
|\ \ \ | |/ / |/| |
| * | updated filters to work with orportCristian Toader2013-08-09
* | | More unit tests for handle_client_auth_nonceNick Mathewson2013-08-15
* | | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
|/ /
* | Make OPENSSL_free(dh_string_repr) conditional.Nick Mathewson2013-06-10
* | Bug #5170 - also simplify i2d_DHparamsMarek Majkowski2013-06-06
* | Bug #5170 - i2d_RSAPublicKey supports allocating its own output bufferMarek Majkowski2013-06-06
* | Remove PK_PKCS1_PADDINGArlo Breault2013-05-17
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-18
|\|
| * Remove a double-newlineNick Mathewson2013-04-18
| * Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
| |\
| | * Fix a couple of documentation issues.Nick Mathewson2013-04-18
| | * Refactor dirobj signature generationNick Mathewson2013-04-18
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-18
|\| |
| * | Merge remote-tracking branch 'public/bug6673' into maint-0.2.4Nick Mathewson2013-03-18
| |\ \
| | * | Give an #error when we want threads and OpenSSL has disabled threadsNick Mathewson2013-03-11
| | |/
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-15
|\| |
| * | Remove some functions which were unused except for their testsNick Mathewson2013-02-23
| * | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
| |/
* | Remove unused check_fingerprint_syntaxNick Mathewson2013-03-01
* | Remove unused HMAC-SHA1 functionNick Mathewson2013-03-01
|/
* Fix numerous problems with Tor's weak RNG.Nick Mathewson2013-02-08
* fix wide lines from tor_log renameNick Mathewson2013-02-01
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Replace base-{16,32,64} with base{16,32,64} in the codeNick Mathewson2013-01-17
* Merge branch '024_msvc_squashed'Nick Mathewson2013-01-16
|\
| * When building with MSVC, call every enum bitfield unsignedNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \
| * | Refactor strong os-RNG into its own functionNick Mathewson2013-01-02
| * | Implement HKDF from RFC5869Nick Mathewson2012-12-06
| * | Add a crypto_dh_dup, for benchmark supportNick Mathewson2012-12-06
| |/
* / Fix a couple of harmless clang3.2 warningsSebastian Hahn2012-12-31
|/
* Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson2012-11-23