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
/
ext
/
ed25519
Age
Commit message (
Expand
)
Author
2021-12-16
fix syntax errors listed by cppcheck
Hans-Christoph Steiner
2020-11-12
Fix typos.
Samanta Navarro
2020-08-23
Include crypto_rand.h in ed25519_tor.c
Neel Chauhan
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Merge branch 'maint-0.4.2' into maint-0.4.3
Nick Mathewson
2020-05-06
include compat_compiler for ed25519_donna
Nick Mathewson
2020-01-28
Use print() function in both Python 2 and Python 3
cclauss
2019-12-12
src/ext: Add __future__ imports for python 3 compatibility
teor
2019-01-09
Fix (and make consistent) the use of OpenBSD preprocessor macro tests
Kris Katterjohn
2018-09-11
Initialize 't' in ge25519_scalarmult_base_niels()
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-04-06
refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.
Isis Lovecruft
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-03-26
Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge
Nick Mathewson
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-02-03
Include crypto_digest.h in order to solve dependency issues.
Fernando Fernandez Mancera
2017-08-08
Merge branch 'ticket20657_nickm_bugfixes_squashed'
Nick Mathewson
2017-08-08
Don't double hash the ed25519 blind key parameter.
George Kadianakis
2017-07-27
Merge branch 'bug22895_027'
Nick Mathewson
2017-07-27
Remove unused variables in donna's SSE2 code
cypherpunks
2017-06-28
ed25519: Also check that retval in the ref10 implementation.
George Kadianakis
2017-06-28
ed25519: Check retval of unpack_negative_vartime in donna.
George Kadianakis
2017-06-27
Merge branch 'asn_bug22006_final_squashed'
Nick Mathewson
2017-06-27
ed25519: Add func that checks for torsion component in pubkeys.
George Kadianakis
2017-05-31
Fix GCC 7 -Wimplicit-fallthrough warnings (32 bit)
Andreas Stieger
2017-05-30
Fix GCC 7 -Wimplicit-fallthrough warnings
Andreas Stieger
2017-04-07
Use DIGEST512_LEN macro in crypto_hash_sha512.h in ref10
Nick Mathewson
2017-03-31
Make our ed25519 implementations no longer use openssl directly.
Nick Mathewson
2016-09-11
Merge remote-tracking branch 'public/solaris_warnings_028'
Nick Mathewson
2016-07-28
Fix a large pile of solaris warnings for bug 19767.
Nick Mathewson
2016-06-11
Fix build on 32-bit systems.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-06-11
Use autoconf, not gcc version, to decide which warnings we have
Nick Mathewson
2016-06-11
Add -Wunused-const-variable=2 on GCC >=6.1
Nick Mathewson
2016-04-15
Disambiguate: Avoid defining two static functions both called gettweak()
Nick Mathewson
2016-02-24
Silence clang-scan warnings in ed25519_donna
teor (Tim Wilson-Brown)
2015-12-08
Always hash crypto_strongest_rand() along with some prng
Nick Mathewson
2015-09-16
Don't enable SSE2 on X86-64.
Sebastian Hahn
2015-09-04
Fix an alignment issue in our extensions to ed25519_donna
Nick Mathewson
2015-09-01
Add a comment about CID 1311630 and why we won't worry about it.
Nick Mathewson
2015-08-17
Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.
Yawning Angel
2015-08-17
Enable ed25519-donna's SSE2 code when possible for 32 bit x86.
Yawning Angel
2015-08-12
Use ed25519-donna's batch verification support when applicable.
Yawning Angel
2015-07-27
Fix ed25519-donna with SSP on non-x86.
Yawning Angel
2015-07-12
Try to convince coverity not to worry about this loop either
Nick Mathewson
2015-07-12
Try to convince coverity not to worryh about this loop
Nick Mathewson
2015-07-12
Tell coverity to tolerate ed25519_verify
Nick Mathewson
[next]