aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* 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
* Remove a couple redundant NULL-checks before crypto_cipher_freeNick Mathewson2012-03-30
* Excise PK_NO_PADDING entirely: Unpadded RSA is silly.Nick Mathewson2012-03-27
* Refactor the API for setting up a block cipher.Nick Mathewson2012-03-27
* Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encryptNick Mathewson2012-03-27
* Fix crypto_hmac_sha256 documentation commentRobert Ransom2012-02-20
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* whitespace and warning fixes for bug4746Nick Mathewson2012-01-10
* Merge remote-tracking branch 'asn-mytor/bug4746'Nick Mathewson2012-01-10
|\
| * Add an informative header on the 'keys/dynamic_dh_params' file.George Kadianakis2011-12-19
* | Test for broken counter-mode at runtimeNick Mathewson2012-01-10
* | We no longer need to detect openssl without RAND_poll()Nick Mathewson2012-01-10
* | Add macros to construct openssl version numbersNick Mathewson2012-01-10
* | Make sure MAX_DNS_LABEL_SIZE is definedSebastian Hahn2012-01-10
* | Tweaks for bug4413 fixNick Mathewson2012-01-09
* | Remove (untriggerable) overflow in crypto_random_hostname()Stephen Palmateer2012-01-09
|/
* Don't crash on startup of a dormant relayRobert Ransom2011-12-12
* Work around a false positive in Coverity.Sebastian Hahn2011-12-02
* Free the global DH parameters in crypto_global_cleanup().George Kadianakis2011-11-30
* Move crypto_global_cleanup() to the bottom of crypto.c.George Kadianakis2011-11-30
* Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\
| * Write dynamic DH parameters to a file.George Kadianakis2011-11-26
| * Move DH_GENERATOR to crypto.c.George Kadianakis2011-11-25
| * Move broken primes to dynamic_dh_modulus.broken.George Kadianakis2011-11-25
| * Do dynamic DH modulus storing in crypto.c.George Kadianakis2011-11-25
| * Finishing touches.George Kadianakis2011-11-25
| * Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis2011-11-25
| * Notify the user that her computer is generating numbers.George Kadianakis2011-11-25
| * Make sure that the stored DH prime is safe to use.George Kadianakis2011-11-25
| * Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis2011-11-24