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
/
or
/
routerkeys.c
Age
Commit message (
Expand
)
Author
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
2015-05-28
Do not allocate our ed-link crosscert till after tls ctx
Nick Mathewson
2015-05-28
Generate weird certificates correctly
Nick Mathewson
2015-05-28
# This is a combination of 2 commits.
Nick Mathewson
2015-05-28
Only load master ed25519 secret keys when we absolutely must.
Nick Mathewson
2015-05-28
Implement proposal 228: cross-certification with onion keys
Nick Mathewson
2015-05-28
Implement ed25519-signed descriptors
Nick Mathewson
2015-05-28
prop220: Implement certificates and key storage/creation
Nick Mathewson