aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2003-03-19Correct defeatest attitude in crypto_new_cipher_envNick Mathewson
2003-03-19Refactor block ciphers; add 3desNick Mathewson
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
2002-10-02Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson
2002-09-27don't leak memory on pk opsRoger Dingledine
2002-09-24laying the groundwork for dynamic router listsRoger Dingledine
2002-09-05slight optimization on rsa exponentRoger Dingledine
2002-09-03Backport to OpenSSL version 0.9.5Nick Mathewson
2002-09-03Port to MacOS XNick Mathewson
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