summaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-09-26finish enforcing the log conventionRoger Dingledine
2003-09-26Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson
2003-09-26Bugfixes in crypto_pk_write_private_key_to_filenameNick Mathewson
2003-09-26Refactor common file code into util.c; add published to descriptorsNick Mathewson
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-15Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson
2003-09-11Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson
2003-09-10Make crypto structures private to crypto.cNick Mathewson
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson
2003-08-25fix formatting in crypto.c for my sanityRoger Dingledine
2003-08-12Start of port to win32. Missing are:Nick Mathewson
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-24clean up a broken comment in crypto.cRoger Dingledine
2003-06-18fix typos, streamlineRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-17Use fread instead of fgets for binary dataNick Mathewson
2003-06-14Fix the periodic bug that would make handshaking fail.Nick Mathewson
2003-06-13Add RNG seedingNick Mathewson
2003-06-10don't complain as much when using openssl 0.9.7aRoger Dingledine
2003-05-20replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine
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-16more cleanupRoger Dingledine
2003-04-16Tests for crypto; more tests for buffersNick Mathewson
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