summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson
2003-07-30Be smarter about getting key matter from DH.Nick Mathewson
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
2003-06-30Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson
2003-06-25clean up sev_to_string hack in log.cRoger Dingledine
2003-06-24clean up a broken comment in crypto.cRoger Dingledine
2003-06-24correct log()'s commentRoger Dingledine
2003-06-21Make cvsignores reflect build processNick Mathewson
2003-06-21Remove false warnings from printf checksNick Mathewson
2003-06-18fix typos, streamlineRoger Dingledine
2003-06-18remove obsolete ss.hRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-17Have GCC catch errors in format stringsNick Mathewson
2003-06-17Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson
2003-06-17Make log_fn work on apples with no workarounds needed in main codeNick Mathewson
2003-06-17Use fread instead of fgets for binary dataNick Mathewson
2003-06-14Fix the periodic bug that would make handshaking fail.Nick Mathewson
2003-06-14Fix MacOS buildNick Mathewson
2003-06-13Add RNG seedingNick Mathewson
2003-06-10don't complain as much when using openssl 0.9.7aRoger Dingledine
2003-05-20replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine
2003-05-09Fail less spectacularly on macosNick Mathewson
2003-05-09Fix build on linux; macos is still messed upNick Mathewson
2003-05-09One is the language; the other is the compilerNick Mathewson
2003-05-09work on versioning; new log_fn functionNick Mathewson
2003-05-09still removing version.hRoger Dingledine
2003-05-09obsolete, removedRoger Dingledine
2003-05-07Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson
2003-05-07Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson
2003-05-07More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
2003-05-01Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-17Apply algebra; remove a conditionNick Mathewson
2003-04-17tv_udiff: do not modify arguments, and compute results correctly.Nick Mathewson
2003-04-17Fix test.h to have once-only evalutation of argumentsNick Mathewson
2003-04-16more cleanupRoger Dingledine
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-16Tests for crypto; more tests for buffersNick Mathewson
2003-04-15Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson
2003-04-08let the 'test' binary build from the source distribRoger Dingledine
2003-04-07First test addedNick Mathewson
2003-03-19Correct defeatest attitude in crypto_new_cipher_envNick Mathewson
2003-03-19Add a missing long cast to log.c for portabilityNick Mathewson
2003-03-19Refactor block ciphers; add 3desNick Mathewson
2002-11-25removing more unused filesRoger Dingledine
2002-11-24added milliseconds to log linesRoger Dingledine
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
2002-10-02Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson