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
*
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
*
Tested backends for directory signing and checking. Directory parser complet...
Nick Mathewson
2003-05-07
*
Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...
Nick Mathewson
2003-05-07
*
More work on directories. Signed directories not yet tested. No support for ...
Nick Mathewson
2003-05-07
*
Basic diffie-helman wrappers with fixed modulus and tests
Nick Mathewson
2003-05-01
*
Choose correct abstraction for topic_foo. Abstract random-integer code
Nick Mathewson
2003-04-17
*
Refactor block ciphers; add 3des
Nick Mathewson
2003-03-19
*
Add convenience functions to wrap create and init for symmetric ciphers; clea...
Nick Mathewson
2002-10-02
*
laying the groundwork for dynamic router lists
Roger Dingledine
2002-09-24
*
Changed crypto calls to go through common/crypto.[hc] instead of calling Open...
Matej Pjafjar
2002-08-22
*
Added the crypto abstraction to libor. Need to test and change the code to us...
Matej Pjafjar
2002-07-25
*
Beginnings of a crypto abstraction layer.
Matej Pjafjar
2002-07-24