aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* log debug so nick can see it tooRoger Dingledine2004-04-26
* The dots are there so you see test doing something. Therefore we should flus...Peter Palfrader2004-04-26
* Include strerror(errno) with tls syscall errorsNick Mathewson2004-04-26
* Refactor crypto error handling to be more like TLS error handling:Nick Mathewson2004-04-26
* Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson2004-04-26
* Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson2004-04-26
* Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson2004-04-26
* Check for machine/limits.h in addition to sys/limits.hNick Mathewson2004-04-25
* use tor_assert and PUBLIC_KEY_OKRoger Dingledine2004-04-25
* Add a tor_assert macro that logs failed assertions.Nick Mathewson2004-04-25
* Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...Nick Mathewson2004-04-25
* don't warn when private_decrypt_hybrid failsRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* use the real socketpair if we've got itRoger Dingledine2004-04-19
* util.c uses LONG_MAX, needs another include on fbsd 5.xRoger Dingledine2004-04-17
* quiet a -l info that should be -l debugRoger Dingledine2004-04-15
* Fix two dumb leaks in crypto.cNick Mathewson2004-04-12
* Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson2004-04-08
* Force tor_malloc(0) to always be saneNick Mathewson2004-04-08
* allow 90 minutes of clock skew, not 30Roger Dingledine2004-04-08
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
* router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson2004-04-06
* Force hybrid encryption on for key negotiationNick Mathewson2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson2004-04-06
* Remove the last tab in non-contributed codeNick Mathewson2004-04-06
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* add more constantsNick Mathewson2004-04-05
* use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson2004-04-05
* i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson2004-04-05
* Make it build on linuxNick Mathewson2004-04-03
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03
* Loops work better when they terminate. Non-terminating loops are easierNick Mathewson2004-04-03
* Build without warnings against openssl 0.9.6Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* Implement rennd_services_initNick Mathewson2004-04-02
* Add new functions to wrap digest and sign/checksig.Nick Mathewson2004-04-01
* Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson2004-04-01
* Add helpful hybrid encryption functionsNick Mathewson2004-04-01
* make changes that ben laurie suggestedRoger Dingledine2004-03-31
* Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson2004-03-31
* Parse and generate service descriptorsNick Mathewson2004-03-31
* Make smartlist Do What Arma Expects.Nick Mathewson2004-03-30
* Resolve type-punning warningsNick Mathewson2004-03-30
* Jump through a hoop, suppress a warningNick Mathewson2004-03-30