aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
2004-04-05i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Build without warnings against openssl 0.9.6Nick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-01Add new functions to wrap digest and sign/checksig.Nick Mathewson
2004-04-01Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson
2004-04-01Add helpful hybrid encryption functionsNick Mathewson
2004-03-31make changes that ben laurie suggestedRoger Dingledine
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30Resolve type-punning warningsNick Mathewson
2004-03-30Jump through a hoop, suppress a warningNick Mathewson
2004-03-30Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-12more pesky tabsRoger Dingledine
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-11Get entropy in windows.Nick Mathewson
2004-03-08clarifying comment for crypto_pk_get_fingerprintRoger Dingledine
2003-12-23add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine
2003-12-17document an openssl gotchaRoger Dingledine
2003-12-16change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine
2003-12-16rename digest_copy to digest_dup, make it return, make gcc happierRoger Dingledine
2003-12-16Add more fine-grained SHA1 functionality.Nick Mathewson
2003-12-13add a 'smartlist' building block that picks random elements from a listRoger Dingledine
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-03assert that nobody asks for a random number between 0 and -1Roger Dingledine
2003-11-12Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson
2003-11-12Make crypto_pseudo_rand* never fail.Nick Mathewson
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