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.c
Commit message (
Expand
)
Author
Age
*
Start of port to win32. Missing are:
Nick Mathewson
2003-08-12
*
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
*
clean up a broken comment in crypto.c
Roger Dingledine
2003-06-24
*
fix typos, streamline
Roger Dingledine
2003-06-18
*
Change many files to new log_fn format
Nick Mathewson
2003-06-17
*
Use fread instead of fgets for binary data
Nick Mathewson
2003-06-17
*
Fix the periodic bug that would make handshaking fail.
Nick Mathewson
2003-06-14
*
Add RNG seeding
Nick Mathewson
2003-06-13
*
don't complain as much when using openssl 0.9.7a
Roger Dingledine
2003-06-10
*
replace malloc with tor_malloc; remove broken/unused crypto_pk_set_key
Roger Dingledine
2003-05-20
*
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
*
more cleanup
Roger Dingledine
2003-04-16
*
Tests for crypto; more tests for buffers
Nick Mathewson
2003-04-16
*
Correct defeatest attitude in crypto_new_cipher_env
Nick Mathewson
2003-03-19
*
Refactor block ciphers; add 3des
Nick Mathewson
2003-03-19
*
remove popt dependency, consolidate config stuff
Roger Dingledine
2002-11-23
*
Add convenience functions to wrap create and init for symmetric ciphers; clea...
Nick Mathewson
2002-10-02
*
don't leak memory on pk ops
Roger Dingledine
2002-09-27
*
laying the groundwork for dynamic router lists
Roger Dingledine
2002-09-24
*
slight optimization on rsa exponent
Roger Dingledine
2002-09-05
*
Backport to OpenSSL version 0.9.5
Nick Mathewson
2002-09-03
*
Port to MacOS X
Nick Mathewson
2002-09-03
*
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