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
/
common
/
crypto_ed25519.c
Age
Commit message (
Expand
)
Author
2017-09-28
Move around some LCOV_EXCLs in src/common
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-08-08
Remove a needless memwipe.
Nick Mathewson
2017-06-28
ed25519: Check retval of unpack_negative_vartime in donna.
George Kadianakis
2017-06-27
no newlines in log messages.
Nick Mathewson
2017-06-27
ed25519: Add func that checks for torsion component in pubkeys.
George Kadianakis
2017-03-31
Make crypto_ed25519.c no longer depend on openssl
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-01-30
Make a bunch of signature/digest-checking functions mockable
Nick Mathewson
2016-12-14
Merge branch 'dgoulet_ticket19043_030_03_squashed'
Nick Mathewson
2016-12-14
prop224: Add unittests handling v3 ESTABLISH_INTRO cells.
George Kadianakis
2016-12-08
Add an ed25519_copy; use it in a couple of places dgoulet suggested.
Nick Mathewson
2016-11-10
Helper function to see if an ed25519 pk is set.
Nick Mathewson
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-08-23
Introduce ed25519_{sign,checksig}_prefixed functions().
George Kadianakis
2016-05-25
Use calloc, not malloc(a*b), in ed25519 batch signature check fn
Nick Mathewson
2016-05-16
Do not leak the 'tag' when trying to read a truncated ed25519 key file
Nick Mathewson
2016-05-16
Mark unreachable lines in crypto_ed25519.c
Nick Mathewson
2016-03-26
Fix all doxygen warnings (other than missing docs)
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-27
Add a brief file-level description for everything in src/common
Nick Mathewson
2015-12-23
Always test both ed25519 backends.
Nick Mathewson
2015-12-08
Always hash crypto_strongest_rand() along with some prng
Nick Mathewson
2015-10-21
Fix a memory leak; bug 17398.
Nick Mathewson
2015-08-12
Use ed25519-donna's batch verification support when applicable.
Yawning Angel
2015-07-31
Move formatting functions around.
Nick Mathewson
2015-07-15
Add more EINVAL errno setting on key read failures
Nick Mathewson
2015-07-06
Integrate and enable ed25519-donna.
Yawning Angel
2015-05-28
Implement ed25519-signed descriptors
Nick Mathewson
2015-05-28
prop220: Implement certificates and key storage/creation
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-25
Comments and tweaks based on review by asn
Nick Mathewson
2014-09-25
More documentation for ed25519 stuff.
Nick Mathewson
2014-09-25
Draft implementation for ed25519 key blinding, as in prop224
Nick Mathewson
2014-09-25
Add curve25519->ed25519 key conversion per proposal 228
Nick Mathewson
2014-09-25
Support for writing ed25519 public/private components to disk.
Nick Mathewson
2014-09-25
Restore the operation of extra_strong in ed25519_secret_key_generate
Nick Mathewson
2014-09-25
Another ed25519 tweak: store secret keys in expanded format
Nick Mathewson
2014-09-25
Fix API for ed25519_ref10_open()
Nick Mathewson
2014-09-25
Tweak ed25519 ref10 signing interface to use less space.
Nick Mathewson
2014-09-25
Add Ed25519 support, wrappers, and tests.
Nick Mathewson