Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | Merge remote-tracking branch 'public/bug16162_026' | Nick Mathewson | |
2015-07-20 | Use a more recommended syntax for the systemd unit file | Nick Mathewson | |
closes 16162. | |||
2015-07-20 | Fix testcases where scrypt APIs are used wrong. | rl1987 | |
2015-07-16 | Add the remaining changes items to ChangeLog for 0.2.7.2-alpha | Nick Mathewson | |
2015-07-16 | Make all changes files work with lintChanges | Nick Mathewson | |
2015-07-16 | Start changelog sections that are straight copies from 0.2.6 | Nick Mathewson | |
2015-07-16 | Merge remote-tracking branch 'public/feature_16580' | Nick Mathewson | |
2015-07-16 | Merge remote-tracking branch 'public/ticket16543' | Nick Mathewson | |
2015-07-16 | Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb' | Nick Mathewson | |
2015-07-16 | Add my script to dump per-file or per-function coverage | Nick Mathewson | |
2015-07-16 | Break some wide lines | Nick Mathewson | |
2015-07-16 | Fix most check-spaces issues | Nick Mathewson | |
2015-07-15 | Use C99 variadic macros when not on GCC. | Nick Mathewson | |
1) We already require C99. 2) This allows us to support MSVC again (thanks to Gisle Vanem for this part) 3) This change allows us to dump some rotten old compatibility code from log.c | |||
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 | |
We haven't implemented NO_REPAIR for NEEDCERT, and we don't need it: but it's safest to stop any attempt to use it that way. | |||
2015-07-15 | Add more EINVAL errno setting on key read failures | Nick Mathewson | |
Teor found these. This is for part of #16582. | |||
2015-07-14 | Add changes file for 8712; apply it to HSDir flag as well. | Nick Mathewson | |
2015-07-14 | Vote for relays to be fast and stable even when they aren't currently active. | Peter Retzlaff | |
2015-07-14 | Change the name for the keypinning file; delete the old one if found | Nick Mathewson | |
This is a brute-force fix for #16580, wherein #16530 caused some routers to do bad things with the old keypinning journal. | |||
2015-07-14 | Add more consistency checks in load_ed_keys | Nick Mathewson | |
Make sure that signing certs are signed by the right identity key, to prevent a recurrence of #16530. Also make sure that the master identity key we find on disk matches the one we have in RAM, if we have one. This is for #16581. | |||
2015-07-14 | Do more consistency checks in ed_key_init_from_file() | Nick Mathewson | |
When there is a signing key and the certificate lists a key, make sure that the certificate lists the same signing key. When there are public key and secret key stored in separate files, make sure they match. Use the right file name when we load an encrypted secret key and then find a problem with it. This is part of 16581. | |||
2015-07-14 | If loading an ed25519 master key fails with errno != ENOENT, give up. | Nick Mathewson | |
This implements feature 16582: if we get EMFILE or something when loading our master key, we should not at that point attempt to overwrite it. | |||
2015-07-14 | Preserve errno when loading encrypted ed25519 keys. | Nick Mathewson | |
2015-07-14 | Make file-reading and key-reading preserve errno | Nick Mathewson | |
This is an important part of #16582. | |||
2015-07-14 | Remove empty rend_service_validate_intro_early function | John Brooks | |
2015-07-14 | Rename ambiguous introduction point functions | John Brooks | |
Task #15824 | |||
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 | |
2015-07-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
This is an 'ours' merge, to avoid taking the bump to 0.2.6.10-dev | |||
2015-07-12 | Bump maint-0.2.6 to 0.2.6.10-dev | Nick Mathewson | |
2015-07-12 | Forward-port the changelog and releasenotes | Nick Mathewson | |
2015-07-12 | Okay, this time it was my fault | Nick Mathewson | |
2015-07-12 | Fine, mingw! fine! are you happy now?? | Nick Mathewson | |
2015-07-12 | This should be the last SecureZeroMemory fix | Nick Mathewson | |
2015-07-12 | Dammit, autoconf! | Nick Mathewson | |
2015-07-12 | Disable -Wstack-protector diagnostics in curve25519-donna-helpers.h | Nick Mathewson | |
This was causing a false positive on our arm builders. | |||
2015-07-12 | Nth time is maybe the charm for fixing windows readpassword build errors | Nick Mathewson | |
2015-07-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
This is an "ours" merge to avoid bumping the version number in master. | |||
2015-07-12 | Bump maint-0.2.6 to 0.2.6.10 | Nick Mathewson | |
2015-07-11 | note some dead code in set_max_file_descriptors | Nick Mathewson | |
2015-07-11 | Fix a leak in test_microdesc (CID 1311631) | Nick Mathewson | |
2015-07-10 | Try one more one more time to get tor-ci-windows working | Nick Mathewson | |
Apparently its mingw headers are missing some stuff. | |||
2015-07-10 | Attempt yet again to make the tor-ci-windows builder happy | Nick Mathewson | |
2015-07-10 | Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options | Nick Mathewson | |
(Mark them as obsolete) Closes 16543. | |||
2015-07-09 | Fix missing-macro errors | Nick Mathewson | |
2015-07-09 | Merge branch 'libscrypt_eq_openssl_squashed' | Nick Mathewson | |
2015-07-09 | Adding changes file for 16189. | rl1987 | |
2015-07-09 | Assert interoperability betweeen libscrypt and OpenSSL EBP_PBE_scrypt(). | rl1987 | |
Add a new and slow unit test that checks if libscrypt_scrypt() and EBP_PBE_scrypt() yield the same keys from test vectors. squash! Assert interoperability betweeen libscrypt and OpenSSL EBP_PBE_scrypt(). squash! Assert interoperability betweeen libscrypt and OpenSSL EBP_PBE_scrypt(). squash! Assert interoperability betweeen libscrypt and OpenSSL EBP_PBE_scrypt(). | |||
2015-07-09 | More windows header stuff. Will it work this time? | Nick Mathewson | |