aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2015-10-21Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7Nick Mathewson
2015-10-21Fix the return valueNick Mathewson
2015-10-21Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7Nick Mathewson
2015-10-21Check for len < 4 in dn_indicates_v3_certNick Mathewson
2015-10-06Work around openssl declaring x509_get_not{Before,After} as functionsNick Mathewson
2015-09-13Use SSL_get_client_ciphers() on openssl 1.1+, not SSL_get_ciphers...Nick Mathewson
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-06-16Fix spacing in tortls.cteor
2015-06-11Fix clang address of struct member always non-NULL in SSL master keyteor
2015-06-02Merge remote-tracking branch 'public/bug15760_hard_026_v2'Nick Mathewson
2015-06-02A few more minor OpenSSL 1.1 fixes.Yawning Angel
2015-06-02Merge remote-tracking branch 'teor/bug16115-minor-fixes'Nick Mathewson
2015-06-03Silence unused variable warnings in find_cipher_by_idteor
2015-06-02Merge remote-tracking branch 'public/bug15760_hard_026_v2'Nick Mathewson
2015-06-02Use autoconf, not OPENSSL_VERSION_NUMBER, to detect SSL_CIPHER_findNick Mathewson
2015-06-02Use accessor functions for client_random/server_random/master_keyNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Tests for AUTHENTICATE cell functionality.Nick Mathewson
2015-05-28Start testing cell encoders/processers for the v3 handshake.Nick Mathewson
2015-05-26Stop looking at session->ciphers when possibleNick Mathewson
2015-05-26Remove rectify_client_ciphers as needless.Nick Mathewson
2015-05-26Revert "Try using SSL_get_ciphers in place of session->ciphers"Nick Mathewson
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-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-20Remove code to support OpenSSL 0.9.8Nick 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-07Merge branch 'writing_tests'Nick Mathewson
2015-05-07Write the outlines of a WritingTests.txt documentNick Mathewson
2015-04-23Fix some conversion problemsNick Mathewson
2015-04-21Add crypto_rand_int_range() and use itDavid Goulet
2015-03-14Remove relative paths to header files.cypherpunks
2015-02-24Fix whitespace from tor_x509_cert renameNick Mathewson
2015-02-24Mechanical rename: tor_cert_t -> tor_x509_cert_tNick Mathewson
2015-02-02Merge remote-tracking branch 'public/bug13319'Nick Mathewson
2015-01-28Try to work around changes in openssl 1.1.0Nick Mathewson
2015-01-10Fix tortls.c build with GCC<4.6Nick Mathewson