Roger Dingledine
|
7459d067a5
now base16_encode() and base32_encode() can't ever fail
|
20 rokov pred |
Nick Mathewson
|
541add90a1
Track routers by hash of identity key; use hex hash of identity key in place of nickname; accept (and use) hash of identity key in EXTEND cells.
|
20 rokov pred |
Nick Mathewson
|
9c3fba5c3b
Not every RSA decrypt should warn on failure.
|
20 rokov pred |
Roger Dingledine
|
5dd9e60231
doxygen markup for common/*.h
|
20 rokov pred |
Nick Mathewson
|
c0ea93337d
Doxygenate common.
|
20 rokov pred |
Roger Dingledine
|
1558fb7650
some patches on the patches
|
20 rokov pred |
Nick Mathewson
|
9a041591ac
Finish documenting the functions in common
|
20 rokov pred |
Nick Mathewson
|
908ccb9dcd
Handle windows socket errors correctly; comment most of common.
|
20 rokov pred |
Nick Mathewson
|
ddb15b8f67
Remove IVs from cipher code, since AES-ctr has none.
|
20 rokov pred |
Nick Mathewson
|
f6dbe5a0d4
Refactor crypto error handling to be more like TLS error handling:
|
20 rokov pred |
Nick Mathewson
|
aa7cfd93e5
Fix base32 implementation; make base32 implementation follow standard; add more tests for base32
|
20 rokov pred |
Nick Mathewson
|
2fc106d210
Force hybrid encryption on for key negotiation
|
20 rokov pred |
Nick Mathewson
|
257d509b91
Document stuff, reduce magic numbers, add emacs magic
|
20 rokov pred |
Nick Mathewson
|
34633c1122
add more constants
|
20 rokov pred |
Nick Mathewson
|
12ede0a2c4
use the right variable when comparing hashes; maybe fix "Hash of session" bug
|
20 rokov pred |
Nick Mathewson
|
137b577bbd
Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers.
|
20 rokov pred |
Nick Mathewson
|
e8345bfced
refactor; start adding debugging logs to midpoint rend stuff
|
20 rokov pred |
Nick Mathewson
|
cbbd13f789
Add new functions to wrap digest and sign/checksig.
|
20 rokov pred |
Nick Mathewson
|
56b3d67149
Separate "generate-DH-key" from "get-DH-key" without breaking old interface
|
20 rokov pred |
Nick Mathewson
|
35f531b94f
Add helpful hybrid encryption functions
|
20 rokov pred |
Nick Mathewson
|
6ea95488d2
Add more key manipulation functions, and base32 functions, to crypto
|
20 rokov pred |
Roger Dingledine
|
45a3f6b97c
more pesky tabs
|
20 rokov pred |
Roger Dingledine
|
bc8c6732cb
add crypto_cipher_rewind to reverse crypto_cipher_advance
|
21 rokov pred |
Roger Dingledine
|
389eb48690
document an openssl gotcha
|
21 rokov pred |
Roger Dingledine
|
f3b165fdc0
change crypto_digest_new_env to crypto_new_digest_env
|
21 rokov pred |
Roger Dingledine
|
e358a362ee
rename digest_copy to digest_dup, make it return, make gcc happier
|
21 rokov pred |
Nick Mathewson
|
eeae6157ed
Add more fine-grained SHA1 functionality.
|
21 rokov pred |
Nick Mathewson
|
ac552573dd
Make router/directory parsing nondestructive and more const-friendly
|
21 rokov pred |
Nick Mathewson
|
5e4b9c6b61
Remove minor biasing problem from crypto_pseudo_rand_int
|
21 rokov pred |
Nick Mathewson
|
785f5cdac8
Make crypto_pseudo_rand* never fail.
|
21 rokov pred |