aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-05-22Revert "Try using SSL_get_ciphers in place of session->ciphers"Nick Mathewson
2015-05-21Remove support for OpenSSL without ECC.Yawning Angel
2015-05-21Generate error ASAP if building with too-old opensslNick Mathewson
2015-05-21move "version" declaration to avoid "set but not used" warningsNick Mathewson
2015-05-2019:38 < Yawning> nickm: you left the "+#ifndef SSL_clear_mode" block in ;_;Nick Mathewson
2015-05-20Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson
2015-05-20Drop support for OpenSSLs without AES_CTRNick Mathewson
2015-05-20Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson
2015-05-20Remove code to support OpenSSL 0.9.8Nick Mathewson
2015-05-20Stop poking SSL_CTX->comp_methodsNick Mathewson
2015-05-20Use SSL_CIPHER accessor functionsNick Mathewson
2015-05-20Use SSL_CIPHER_find where possible.Nick Mathewson
2015-05-20Try using SSL_get_ciphers in place of session->ciphersNick Mathewson
2015-05-20Tweak rectify_client_ciphers to work with openssl 1.1Nick Mathewson
2015-05-13tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawningNick Mathewson
2015-05-13Use SSL_state() to inspect the state of SSL objects.Nick Mathewson
2015-05-13Use SSL_clear_mode where available.Nick Mathewson
2015-05-13SSL_clear_mode exists; we can use it.Nick Mathewson
2015-05-13Stop accessing 'ssl->s3->flags' when we are using openssl 1.1Nick Mathewson
2015-05-13ERR_remove_state() is deprecated since OpenSSL 1.0.0.Yawning Angel
2015-05-07Merge branch 'writing_tests'Nick Mathewson
2015-05-07Write the outlines of a WritingTests.txt documentNick Mathewson
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-23Fix some RNG function issuesNick Mathewson
2015-04-23Merge remote-tracking branch 'public/remove_old_libevent_autoconf_stuff'Nick Mathewson
2015-04-23whitespace fixesNick Mathewson
2015-04-23Fix some conversion problemsNick Mathewson
2015-04-23Merge remote-tracking branch 'public/bug15745_027_03'Nick Mathewson
2015-04-23Merge branch 'feature15652_squashed'Nick Mathewson
2015-04-23Fix some implicit conversion warningsNick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-04-21Make the crypto_rand_int_range return value right-exclusive.Nick Mathewson
2015-04-21Add crypto_rand_int_range() and use itDavid Goulet
2015-04-15Fix spaces in crypto.h and test-memwipe.cteor
2015-04-10Remove `USE_OPENSSL_BASE64` and the associated code.Yawning Angel
2015-04-02Fix the windows test failure caused by the #15435 changes.Yawning Angel
2015-04-01Merge branch 'remove_digests'Nick Mathewson
2015-04-01Merge branch 'bug13736'Nick Mathewson
2015-04-01Unindent a block in crypto_set_tls_dh_primeNick Mathewson
2015-04-01Merge remote-tracking branch 'yawning/feature15435'Nick Mathewson
2015-04-01Merge remote-tracking branch 'yawning/feature15471'Nick Mathewson
2015-04-01Drop support for --digestsNick Mathewson
2015-03-31Merge branch 'ticket14710_squashed'Nick Mathewson
2015-03-31Whitebox test for get_interface_address6_via_udp_socket_hack().rl1987
2015-03-31Bugfix: we don't want loopback/multicastaddress from _hack().rl1987
2015-03-31Black box test for get_interface_address6_via_udp_socket_hack().rl1987
2015-03-31Moving the hacky part of get_interface_address6() into separate function.rl1987
2015-03-26Use prctl() to have the kernel SIGTERM background processes on exit.Yawning Angel
2015-03-26Implement "TOR_PT_EXIT_ON_STDIN_CLOSE".Yawning Angel
2015-03-24Merge remote-tracking branch 'sebastian/coverage_builds'Nick Mathewson