aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-07-21oh, and it should compile tooRoger Dingledine
2004-07-21make base16_encode() fail more obviously when it failsRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-01put a comment reminding us that we do hashes in software onlyRoger Dingledine
2004-05-15bugfix: our integrity-checking digest was checking only the mostRoger Dingledine
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10Doxygenate common.Nick Mathewson
2004-05-01some patches on the patchesRoger Dingledine
2004-05-01Finish documenting the functions in commonNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
2004-04-28use nick's _ARRAYSIZE abstractionRoger Dingledine
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-27some compilers don't like an array of length zeroRoger Dingledine
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-25Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...Nick Mathewson
2004-04-25don't warn when private_decrypt_hybrid failsRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-12Fix two dumb leaks in crypto.cNick Mathewson
2004-04-08Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
2004-04-05i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Build without warnings against openssl 0.9.6Nick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-01Add new functions to wrap digest and sign/checksig.Nick Mathewson
2004-04-01Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson
2004-04-01Add helpful hybrid encryption functionsNick Mathewson
2004-03-31make changes that ben laurie suggestedRoger Dingledine
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30Resolve type-punning warningsNick Mathewson
2004-03-30Jump through a hoop, suppress a warningNick Mathewson
2004-03-30Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-12more pesky tabsRoger Dingledine
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-11Get entropy in windows.Nick Mathewson
2004-03-08clarifying comment for crypto_pk_get_fingerprintRoger Dingledine
2003-12-23add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine
2003-12-17document an openssl gotchaRoger Dingledine
2003-12-16change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine