index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
crypto.h
Commit message (
Expand
)
Author
Age
*
Make Tor compile with no warnings with gcc4.0 on OSX
Nick Mathewson
2005-05-07
*
update copyright notices.
Nick Mathewson
2005-04-01
*
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
*
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-26
*
Implement two flavors of authentication for control connections: one for trus...
Nick Mathewson
2004-11-03
*
canonicalize "src" and "dest" arg order in crypto.c (and others)
Roger Dingledine
2004-11-02
*
Pass with -Wstrict-prototypes
Nick Mathewson
2004-10-27
*
a few more ints to size_ts
Roger Dingledine
2004-10-13
*
start the great migration from int to size_t
Roger Dingledine
2004-10-12
*
Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...
Nick Mathewson
2004-10-07
*
Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas...
Nick Mathewson
2004-10-06
*
now base16_encode() and base32_encode() can't ever fail
Roger Dingledine
2004-07-22
*
Track routers by hash of identity key; use hex hash of identity key in place ...
Nick Mathewson
2004-07-01
*
Not every RSA decrypt should warn on failure.
Nick Mathewson
2004-05-12
*
doxygen markup for common/*.h
Roger Dingledine
2004-05-10
*
Doxygenate common.
Nick Mathewson
2004-05-10
*
some patches on the patches
Roger Dingledine
2004-05-01
*
Finish documenting the functions in common
Nick Mathewson
2004-05-01
*
Handle windows socket errors correctly; comment most of common.
Nick Mathewson
2004-05-01
*
Remove IVs from cipher code, since AES-ctr has none.
Nick Mathewson
2004-04-28
*
Refactor crypto error handling to be more like TLS error handling:
Nick Mathewson
2004-04-26
*
Fix base32 implementation; make base32 implementation follow standard; add mo...
Nick Mathewson
2004-04-08
*
Force hybrid encryption on for key negotiation
Nick Mathewson
2004-04-06
*
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-04-06
*
add more constants
Nick Mathewson
2004-04-05
*
use the right variable when comparing hashes; maybe fix "Hash of session" bug
Nick Mathewson
2004-04-05
*
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-04-03
*
refactor; start adding debugging logs to midpoint rend stuff
Nick Mathewson
2004-04-02
*
Add new functions to wrap digest and sign/checksig.
Nick Mathewson
2004-04-01
*
Separate "generate-DH-key" from "get-DH-key" without breaking old interface
Nick Mathewson
2004-04-01
*
Add helpful hybrid encryption functions
Nick Mathewson
2004-04-01
*
Add more key manipulation functions, and base32 functions, to crypto
Nick Mathewson
2004-03-30
*
more pesky tabs
Roger Dingledine
2004-03-12
*
add crypto_cipher_rewind to reverse crypto_cipher_advance
Roger Dingledine
2003-12-23
*
document an openssl gotcha
Roger Dingledine
2003-12-17
*
change crypto_digest_new_env to crypto_new_digest_env
Roger Dingledine
2003-12-16
*
rename digest_copy to digest_dup, make it return, make gcc happier
Roger Dingledine
2003-12-16
*
Add more fine-grained SHA1 functionality.
Nick Mathewson
2003-12-16
*
Make router/directory parsing nondestructive and more const-friendly
Nick Mathewson
2003-12-08
*
Remove minor biasing problem from crypto_pseudo_rand_int
Nick Mathewson
2003-11-12
*
Make crypto_pseudo_rand* never fail.
Nick Mathewson
2003-11-12
*
Update LICENSE and copyright dates.
Nick Mathewson
2003-10-08
*
Add code to parse fingerprint files and compare routers against fingerprint f...
Nick Mathewson
2003-09-26
*
Refactor common file code into util.c; add published to descriptors
Nick Mathewson
2003-09-26
*
Refactor buffers; implement descriptors.
Nick Mathewson
2003-09-25
*
Make crypto structures private to crypto.c
Nick Mathewson
2003-09-10
*
Add initial interfaces and code for TLS support. Interfaces are right; code ...
Nick Mathewson
2003-09-04
*
Be smarter about getting key matter from DH.
Nick Mathewson
2003-07-30
*
Add AES counter-mode support to the crypt library
Nick Mathewson
2003-06-30
*
Add RNG seeding
Nick Mathewson
2003-06-13
[next]