aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
Commit message (Expand)AuthorAge
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* doxygen markup for common/*.hRoger 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
* Refactor crypto error handling to be more like TLS error handling:Nick Mathewson2004-04-26
* Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson2004-04-08
* Force hybrid encryption on for key negotiationNick 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
* 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
* Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson2004-03-30
* more pesky tabsRoger Dingledine2004-03-12
* add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine2003-12-23
* document an openssl gotchaRoger Dingledine2003-12-17
* change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine2003-12-16
* rename digest_copy to digest_dup, make it return, make gcc happierRoger Dingledine2003-12-16
* Add more fine-grained SHA1 functionality.Nick Mathewson2003-12-16
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson2003-11-12
* Make crypto_pseudo_rand* never fail.Nick Mathewson2003-11-12
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson2003-09-26
* Refactor common file code into util.c; add published to descriptorsNick Mathewson2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* Make crypto structures private to crypto.cNick Mathewson2003-09-10
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* Be smarter about getting key matter from DH.Nick Mathewson2003-07-30
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
* Add RNG seedingNick Mathewson2003-06-13
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-05-07
* Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson2003-05-07
* More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson2003-05-07
* Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson2003-05-01
* Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson2003-04-17
* Refactor block ciphers; add 3desNick Mathewson2003-03-19
* Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson2002-10-02
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22
* Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar2002-07-25
* Beginnings of a crypto abstraction layer.Matej Pjafjar2002-07-24