aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
Commit message (Expand)AuthorAge
* 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