summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-11-07Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9Nick Mathewson
2016-11-06Always Use EVP_aes_*_ctr() with openssl 1.1Nick Mathewson
2016-11-03Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-11-03Merge branch 'bug20551_028' into maint-0.2.8Nick Mathewson
2016-11-03Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-11-03Work around a behavior change in openssl's BUF_MEM codeNick Mathewson
2016-11-03Use explicit casts to avoid warnings when building with openssl 1.1Nick Mathewson
2016-11-02Improve comments in check_private_dir and onion poisoningteor
2016-10-31Actually clamp the number of detected CPUs to 16.Nick Mathewson
2016-10-17Fix a syntax problemNick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-10-14Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson
2016-10-11Switch from "AF_UNIX is always equal" to "always unequal" to avoid wacky bugs...Nick Mathewson
2016-10-11Merge remote-tracking branch 'yawning-schwanenlied/bug20261'Nick Mathewson
2016-10-11torrc parsing b0rks on carriage-returnpaolo.ingls@gmail.com
2016-10-10Bug 20261: Treat AF_UNIX addresses as equal when comparing them.Yawning Angel
2016-10-06Stop implying that we support openssl 1.0.0; we don't.Nick Mathewson
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-10-03Avoid reordering IPv6 interface addressescypherpunks
2016-09-24Merge branch 'osx_sierra_028'Nick Mathewson
2016-09-24Fix pthread_cond_timedwait() on OSX SierraNick Mathewson
2016-09-24Fix compilation on OSX Sierra (10.12)Nick Mathewson
2016-09-22Fix conflicting types errors for aes.c.Nick Mathewson
2016-09-16Add support for AES256 and AES192Nick Mathewson
2016-09-16Remove a needless level of indirection from crypto_cipher_tNick Mathewson
2016-09-16Simplify the crypto_cipher_t interface and structureNick Mathewson
2016-09-16In aes.c, support 192-bit and 256-bit keys.Nick Mathewson
2016-09-14Remove an extraneous parenthesis in IF_BUG_OHNCE__Nick Mathewson
2016-09-13Merge remote-tracking branch 'public/bug20063'Nick Mathewson
2016-09-13Merge remote-tracking branch 'public/ticket19998'Nick Mathewson
2016-09-11Merge remote-tracking branch 'public/solaris_warnings_028'Nick Mathewson
2016-09-09Fix cases where the tests were doing closesocket() on a non-socketNick Mathewson
2016-09-09Chop another ~93 RSA key generations out of the unit testsNick Mathewson
2016-09-08Treat all nonfatal assertion failures as unit test failures.Nick Mathewson
2016-09-06Add facility to suppress/capture tor_bug_occurred_() messages in unit tests.Nick Mathewson
2016-09-06Add !(...) to BUG() log messagesNick Mathewson
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-09-06Fix a comment typo in smartlist_get_most_frequent_()teor (Tim Wilson-Brown)
2016-09-05For me, asan/ubsan require more syscalls.Nick Mathewson
2016-09-05Change servers to never pick 3DES.Nick Mathewson
2016-08-31It is not a bug to attempt to base32_decode a non-base32 stringNick Mathewson
2016-08-31Do not call tor_tls_server_info_callback(NULL) from tests.Nick Mathewson
2016-08-31setup_capture_of_logs: no longer suppress log messagesNick Mathewson
2016-08-23Fix some comments in sandbox.cNick Mathewson
2016-08-23Merge remote-tracking branch 'asn/bug19872_v2'Nick Mathewson
2016-08-23Introduce ed25519_{sign,checksig}_prefixed functions().George Kadianakis
2016-08-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-19Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"Nick Mathewson
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-12Fix integer overflows in the conversion tablescypherpunks