aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
...
* 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
* add a 'smartlist' building block that picks random elements from a listRoger Dingledine2003-12-13
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* assert that nobody asks for a random number between 0 and -1Roger Dingledine2003-12-03
* Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson2003-11-12
* Make crypto_pseudo_rand* never fail.Nick Mathewson2003-11-12
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* finish enforcing the log conventionRoger Dingledine2003-09-26
* Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson2003-09-26
* Bugfixes in crypto_pk_write_private_key_to_filenameNick 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
* Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson2003-09-15
* Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson2003-09-11
* 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
* fix formatting in crypto.c for my sanityRoger Dingledine2003-08-25
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* Be smarter about getting key matter from DH.Nick Mathewson2003-07-30
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
* clean up a broken comment in crypto.cRoger Dingledine2003-06-24
* fix typos, streamlineRoger Dingledine2003-06-18
* Change many files to new log_fn formatNick Mathewson2003-06-17
* Use fread instead of fgets for binary dataNick Mathewson2003-06-17
* Fix the periodic bug that would make handshaking fail.Nick Mathewson2003-06-14
* Add RNG seedingNick Mathewson2003-06-13
* don't complain as much when using openssl 0.9.7aRoger Dingledine2003-06-10
* replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine2003-05-20
* 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
* more cleanupRoger Dingledine2003-04-16
* Tests for crypto; more tests for buffersNick Mathewson2003-04-16
* Correct defeatest attitude in crypto_new_cipher_envNick Mathewson2003-03-19
* Refactor block ciphers; add 3desNick Mathewson2003-03-19
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
* Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson2002-10-02
* don't leak memory on pk opsRoger Dingledine2002-09-27
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* slight optimization on rsa exponentRoger Dingledine2002-09-05
* Backport to OpenSSL version 0.9.5Nick Mathewson2002-09-03
* Port to MacOS XNick Mathewson2002-09-03
* 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