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
*
Fix base16_decode; trashing the stack is rude.
Nick Mathewson
2004-07-22
*
now base16_encode() and base32_encode() can't ever fail
Roger Dingledine
2004-07-22
*
oh, and it should compile too
Roger Dingledine
2004-07-21
*
make base16_encode() fail more obviously when it fails
Roger Dingledine
2004-07-21
*
More digest/nickname fixes
Nick Mathewson
2004-07-02
*
Track routers by hash of identity key; use hex hash of identity key in place ...
Nick Mathewson
2004-07-01
*
put a comment reminding us that we do hashes in software only
Roger Dingledine
2004-06-01
*
bugfix: our integrity-checking digest was checking only the most
Roger Dingledine
2004-05-15
*
Not every RSA decrypt should warn on failure.
Nick Mathewson
2004-05-12
*
it's amazing what a bit of punctuation can do for appearances
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
*
use nick's _ARRAYSIZE abstraction
Roger Dingledine
2004-04-28
*
Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
2004-04-28
*
Workarounds for a couple of pieces of windows strangeness.
Nick Mathewson
2004-04-28
*
some compilers don't like an array of length zero
Roger Dingledine
2004-04-27
*
Refactor crypto error handling to be more like TLS error handling:
Nick Mathewson
2004-04-26
*
use tor_assert and PUBLIC_KEY_OK
Roger Dingledine
2004-04-25
*
Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...
Nick Mathewson
2004-04-25
*
don't warn when private_decrypt_hybrid fails
Roger Dingledine
2004-04-25
*
Merge flagday into main branch.
Nick Mathewson
2004-04-24
*
Fix two dumb leaks in crypto.c
Nick Mathewson
2004-04-12
*
Fix base32 implementation; make base32 implementation follow standard; add mo...
Nick Mathewson
2004-04-08
*
Set correct address and port mappings on outgoing rendezvous connections
Nick Mathewson
2004-04-06
*
Force hybrid encryption on for key negotiation
Nick Mathewson
2004-04-06
*
Continue attack on magic numbers; use new crypto wrappers where possible
Nick Mathewson
2004-04-06
*
use the right variable when comparing hashes; maybe fix "Hash of session" bug
Nick Mathewson
2004-04-05
*
i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.
Nick Mathewson
2004-04-05
*
Make "common" no longer depend on or.h
Nick Mathewson
2004-04-03
*
Build without warnings against openssl 0.9.6
Nick Mathewson
2004-04-03
*
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
*
make changes that ben laurie suggested
Roger Dingledine
2004-03-31
*
Parse and generate service descriptors
Nick Mathewson
2004-03-31
*
Resolve type-punning warnings
Nick Mathewson
2004-03-30
*
Jump through a hoop, suppress a warning
Nick Mathewson
2004-03-30
*
Add more key manipulation functions, and base32 functions, to crypto
Nick Mathewson
2004-03-30
*
isspace and friends take an int. solaris cares.
Roger Dingledine
2004-03-19
*
more pesky tabs
Roger Dingledine
2004-03-12
*
Make OP work on windows! (Also misc logging tweaks)
Nick Mathewson
2004-03-11
*
Get entropy in windows.
Nick Mathewson
2004-03-11
*
clarifying comment for crypto_pk_get_fingerprint
Roger Dingledine
2004-03-08
*
add crypto_cipher_rewind to reverse crypto_cipher_advance
Roger Dingledine
2003-12-23
*
document an openssl gotcha
Roger Dingledine
2003-12-17
[next]