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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
routerkeys.c
Age
Commit message (
Expand
)
Author
2016-10-11
Fix spurious compiler warning in do_getpass().
Nick Mathewson
2016-10-10
Fix non-triggerable heap corruption at do_getpass().
George Kadianakis
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-06-25
Fix a typo in the getting passphrase prompt for the ed25519 identity key
Peter Palfrader
2016-04-01
Merge branch 'bug18133_027' into maint-0.2.8
Nick Mathewson
2016-04-01
fix indentation
Nick Mathewson
2016-03-26
Do not treat "DOCDOC" as doxygen.
Nick Mathewson
2016-03-21
Log a better message when OfflineMasterKey is set.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-27
Make sure that every module in src/or has a brief description.
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
2015-10-21
Fix a memory leak in reading an expired ed signing key.
Nick Mathewson
2015-09-22
Merge branch 'feature16769_squashed'
Nick Mathewson
2015-09-22
Add a --master-key option
Nick Mathewson
2015-09-22
Add a new --newpass option to add or remove secret key passphrases.
Nick Mathewson
2015-09-22
Merge branch 'feature16944_v2'
Nick Mathewson
2015-09-13
Convince coverity that we do not have a particular memory leak
Nick Mathewson
2015-09-10
Merge remote-tracking branch 'public/ed25519_hup_v2'
Nick Mathewson
2015-09-04
Never ever try to load the secret key if offline_master is set
Nick Mathewson
2015-09-04
Add "OfflineMasterKey" option
Nick Mathewson
2015-09-01
Fix a false-positive in coverity scan with an assertion
Nick Mathewson
2015-09-01
Fix code for checking expired certificates on load
Nick Mathewson
2015-08-19
Reload Ed25519 keys on sighup.
Nick Mathewson
2015-08-19
More log messages for keygen problems
Nick Mathewson
2015-08-19
Explain better why we are about to load the master key.
Nick Mathewson
2015-08-19
When we infer the master key from the certificate, save it to disk.
Nick Mathewson
2015-08-19
Add test_keygen tests for all log outputs; improve keygen outputs.
Nick Mathewson
2015-08-19
Resolve failing test_keygen tests.
Nick Mathewson
2015-08-19
Checkpoint work on ed25519 keygen improvements.
Nick Mathewson
2015-07-16
Fix most check-spaces issues
Nick Mathewson
2015-07-15
Merge branches 'feature_16582' and 'feature_16581'
Nick Mathewson
2015-07-15
Don't allow INIT_ED_KEY_{NO_REPAIR,NEEDCERT} to be used together.
Nick Mathewson
2015-07-15
Add more EINVAL errno setting on key read failures
Nick Mathewson
2015-07-14
Add more consistency checks in load_ed_keys
Nick Mathewson
2015-07-14
Do more consistency checks in ed_key_init_from_file()
Nick Mathewson
2015-07-14
If loading an ed25519 master key fails with errno != ENOENT, give up.
Nick Mathewson
2015-07-14
Preserve errno when loading encrypted ed25519 keys.
Nick Mathewson
2015-06-27
Avoid a segfault when reading an encrypted key that isn't there
Nick Mathewson
2015-06-19
fix some memory leaks that coverity found
Nick Mathewson
2015-06-17
Handle "keygen" if datadir does not yet exist
Nick Mathewson
2015-06-17
Merge branch '13642_offline_master_v2_squashed'
Nick Mathewson
2015-06-17
Support encrypted offline master keys with a new --keygen flag
Nick Mathewson
2015-06-03
Ensure signing_key is non-NULL before accessing one of its members
teor
2015-06-01
Fix a memory leak in routerkeys.c
Nick Mathewson
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-29
Another memory leak bytes the dust.
Nick Mathewson
2015-05-28
Small leak in ed_key_init_from_file. CID 1301373
Nick Mathewson
2015-05-28
Fix null dereference on key setup error.
Nick Mathewson
2015-05-28
Fix a bug when we fail to read a cert from a file.
Nick Mathewson
[next]