aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-30Fix return-type gcc warningSharif Olorin
2015-05-29Another memory leak bytes the dust.Nick Mathewson
2015-05-29Attempt to fix keypinning on WindowsNick Mathewson
2015-05-29Fix a warning from the clangalyzer.Nick Mathewson
2015-05-28Avoid double-free on rend_add_service() failureNick Mathewson
2015-05-28Fix a bug in earlier torcert fix, fix another.Nick Mathewson
2015-05-28Memory leak in tor_cert_parse. CID gi1301381Nick 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-28Fix a bug when we fail to read a cert from a file.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick 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-28Refactor link handshake cell type implementations to use trunnelNick 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-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-21Remove support for OpenSSL without ECC.Yawning Angel
2015-05-21Merge remote-tracking branch 'yawning/bug16052a_027'Nick Mathewson
2015-05-20Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson
2015-05-20Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson
2015-05-20Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.Yawning Angel
2015-05-20Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel
2015-05-18Fix some compilation warningsNick Mathewson
2015-05-18Merge remote-tracking branch 'andrea/ticket15358_squashed_2'Nick Mathewson
2015-05-18Merge remote-tracking branch 'special/bug16060'Nick Mathewson
2015-05-18Merge remote-tracking branch 'dgoulet/bug16021_027_01'Nick Mathewson
2015-05-18Silence two make rulescypherpunks
2015-05-17Add GETINFO network-liveness to control protocolAndrea Shepard
2015-05-17Implement EVENT_NETWORK_LIVENESSAndrea Shepard
2015-05-16Fix crash on HUP with mixed ephemeral servicesJohn Brooks