index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
crypt_ops
Age
Commit message (
Expand
)
Author
2019-05-07
Merge branch 'tor-github/pr/994'
David Goulet
2019-05-02
Add comments to include.am files to note where new sources go
Nick Mathewson
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
2019-04-30
Use safe_mem_is_zero in a few more places.
Nick Mathewson
2019-04-30
Merge branch 'tor-github/pr/909'
David Goulet
2019-04-30
Add improved debugging support to crypto_rand_fast code.
Nick Mathewson
2019-04-30
Extract add-entropy code from crypto_fast_rng to a new function
Nick Mathewson
2019-04-24
Merge branch 'tor-github/pr/951'
David Goulet
2019-04-17
Do not warn about compatible OpenSSL upgrades
Bernhard M. Wiedemann
2019-04-12
Merge branch 'tor-github/pr/908'
George Kadianakis
2019-04-12
crypt_ops: Stop using a separate buffer in ed25519_signature_from_base64()
teor
2019-04-05
Merge branch 'tor-github/pr/761'
George Kadianakis
2019-04-05
crypto_format: Stop adding padding in ed25519_signature_from_base64()
teor
2019-04-05
crypto_format: Remove the return value from ed25519_signature_to_base64()
teor
2019-04-05
crypto_format: Remove the return value from curve25519_public_to_base64()
teor
2019-04-05
crypto_format: Remove the return values from digest256_to_base64()
teor
2019-04-05
crypto_format: Remove unused return value from digest_to_base64()
teor
2019-04-05
crypto_format: Remove outdated comments
teor
2019-04-04
Merge remote-tracking branch 'tor-github/pr/752'
Nick Mathewson
2019-04-04
rename inherit values to avoid conflict with system defines
Nick Mathewson
2019-04-04
fast_rng: if noinherit has failed, then check getpid() for bad forks
Nick Mathewson
2019-04-04
Make map_anon expose the result of a noinherit attempt
Nick Mathewson
2019-04-04
Drop thread-local fast_rng on fork.
Nick Mathewson
2019-03-22
circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG.
George Kadianakis
2019-03-02
Split crypto_digest.c
rl1987
2019-03-01
Merge branch 'tor-github/pr/718'
David Goulet
2019-03-01
Document crypto_fast_rng_one_in_n.
Nick Mathewson
2019-02-26
Merge branch 'tor-github/pr/655'
David Goulet
2019-02-20
Add a convenience macro to get a fast one-in-n calculation
Nick Mathewson
2019-02-19
Implement code to manage a per-thread instance of crypto_fast_rng()
Nick Mathewson
2019-02-14
Merge branch 'tor-github/pr/702'
David Goulet
2019-02-14
Merge branch 'maint-0.3.5'
George Kadianakis
2019-02-14
Implement a fast aes-ctr prng
Nick Mathewson
2019-02-14
Extract the common body of our random-int functions into a macro
Nick Mathewson
2019-02-08
Add more openssl includes to fix no-deprecated compilation
Nick Mathewson
2019-02-08
Fix compilation when openssl is compiled without engine support.
Nick Mathewson
2019-02-06
Extract numeric CSPRNG functions into a new module.
Nick Mathewson
2019-02-06
Remove extraneous #if/#endif wrapper in crypto_rand.c
Nick Mathewson
2019-01-22
Merge branch 'maint-0.3.5'
Nick Mathewson
2019-01-17
Add a function to compute an XOF in one shot.
Nick Mathewson
2019-01-17
Use openssl's version of sha3 when available.
Nick Mathewson
2019-01-16
Log more messages when failing to decode RSA keys
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2019-01-14
Merge remote-tracking branch 'asn-github/adaptive_padding-final'
Nick Mathewson
2019-01-10
Rename crypto_rand_uint32() -> crypto_rand_u32()
George Kadianakis
2019-01-03
Merge branch 'maint-0.3.5'
Nick Mathewson
2019-01-03
Merge branch 'ticket28851_035_squashed' into maint-0.3.5
Nick Mathewson
2019-01-03
Stop re-checking our hardcoded dh parameters on every startup
Nick Mathewson
2019-01-03
Merge branch 'maint-0.3.5'
Nick Mathewson
[next]