aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* 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
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Fix formatting in various places after 6465/6816 workAndrea Shepard2012-10-10
* | Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson2012-10-04
|\ \
| * | Log a notice if we're running with OpenSSL before 1.0.0.Nick Mathewson2012-09-12
| * | Drop support for openssl 0.9.7Nick Mathewson2012-09-12
* | | Fix documentation for crypto_pk_cmp_keysRobert Ransom2012-09-17
* | | Implement and use crypto_pk_eq_keysRobert Ransom2012-09-17
* | | Make crypto_pk_cmp_keys do something sane for NULL keysRobert Ransom2012-09-17
|/ /
* | Detect openssl header version doesn't match runtime versionNick Mathewson2012-09-06
* | Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson2012-09-06
|/
* Fix "make check-spaces" issuesNick Mathewson2012-06-05
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Fix clang 3.1 compile warning in crypto.cSebastian Hahn2012-05-30
* Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson2012-05-14
* Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson2012-05-14
* Remove needless check for a buffer that could not be NULL.Nick Mathewson2012-04-18