summaryrefslogtreecommitdiff
path: root/src/common/crypto.h
AgeCommit message (Expand)Author
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-13Add RNG seedingNick Mathewson
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-01Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-03-19Refactor block ciphers; add 3desNick Mathewson
2002-10-02Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson
2002-09-24laying the groundwork for dynamic router listsRoger Dingledine
2002-08-22Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar
2002-07-25Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar
2002-07-24Beginnings of a crypto abstraction layer.Matej Pjafjar