aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* Fix base16_decode; trashing the stack is rude.Nick Mathewson2004-07-22
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* oh, and it should compile tooRoger Dingledine2004-07-21
* make base16_encode() fail more obviously when it failsRoger Dingledine2004-07-21
* More digest/nickname fixesNick Mathewson2004-07-02
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* put a comment reminding us that we do hashes in software onlyRoger Dingledine2004-06-01
* bugfix: our integrity-checking digest was checking only the mostRoger Dingledine2004-05-15
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* some patches on the patchesRoger Dingledine2004-05-01
* Finish documenting the functions in commonNick Mathewson2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson2004-04-28
* use nick's _ARRAYSIZE abstractionRoger Dingledine2004-04-28
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28
* Workarounds for a couple of pieces of windows strangeness.Nick Mathewson2004-04-28
* some compilers don't like an array of length zeroRoger Dingledine2004-04-27
* Refactor crypto error handling to be more like TLS error handling:Nick Mathewson2004-04-26
* use tor_assert and PUBLIC_KEY_OKRoger Dingledine2004-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
* Fix two dumb leaks in crypto.cNick Mathewson2004-04-12
* Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson2004-04-08
* Set correct address and port mappings on outgoing rendezvous connectionsNick 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
* 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 "common" no longer depend on or.hNick 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
* refactor; start adding debugging logs to midpoint rend stuffNick 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
* Parse and generate service descriptorsNick Mathewson2004-03-31
* Resolve type-punning warningsNick Mathewson2004-03-30
* Jump through a hoop, suppress a warningNick Mathewson2004-03-30
* Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson2004-03-30
* isspace and friends take an int. solaris cares.Roger Dingledine2004-03-19
* more pesky tabsRoger Dingledine2004-03-12
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Get entropy in windows.Nick Mathewson2004-03-11
* clarifying comment for crypto_pk_get_fingerprintRoger Dingledine2004-03-08
* add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine2003-12-23
* document an openssl gotchaRoger Dingledine2003-12-17