summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-28Fix memory leak in test_routerkeysNick Mathewson
2015-05-28Small leak in ed_key_init_from_file. CID 1301373Nick Mathewson
2015-05-28Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372Nick Mathewson
2015-05-28fix memory leak on bad ns convote. CID 1301371.Nick Mathewson
2015-05-28Fix memory leak on failure to generate EI. CID 1301370.Nick Mathewson
2015-05-28Fix null dereference on key setup error.Nick Mathewson
2015-05-28Update trunnel code.Nick Mathewson
2015-05-28Avoid dereferencing null on unit test failure for link handshakes.Nick Mathewson
2015-05-28Fix a bug when we fail to read a cert from a file.Nick Mathewson
2015-05-28Add assertions to crypto_dh_dup()Nick Mathewson
2015-05-28Impose an upper limit on threads per threadpool.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Note some functions that should move or be mergedNick Mathewson
2015-05-28Do not allocate our ed-link crosscert till after tls ctxNick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28Regenerate ed25519 keys when they will expire soon.Nick Mathewson
2015-05-28# This is a combination of 2 commits.Nick Mathewson
2015-05-28Only load master ed25519 secret keys when we absolutely must.Nick Mathewson
2015-05-28Implement ed25519 identity collation for voting.Nick Mathewson
2015-05-28Refactor code that matches up routers with the same identity in votesNick Mathewson
2015-05-28Checkpoint some work on voting on ed25519 identitiesNick Mathewson
2015-05-28Enforce more correspondence between ri and eiNick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Revise makedesc.py: teach it how to emit ed signatures and crosscertsNick Mathewson
2015-05-28Refactor link handshake cell type implementations to use trunnelNick Mathewson
2015-05-28Fix memory leaks in test_link_handshake.cNick 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-28Add trunnel-generated items for link handshake code.Nick Mathewson
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-05-28Fix the position-check for ed25519 certs to work with annotationsNick Mathewson
2015-05-28Tie key-pinning logic into directory authority operationNick Mathewson
2015-05-28Key-pinning back-end for directory authorities.Nick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick 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-26Fix unit tests on MSVC2013.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-21Merge remote-tracking branch 'yawning/bug16052a_027'Nick 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-20Drop support for OpenSSLs without AES_CTRNick Mathewson