summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-11-16finish_writing_to_file_impl(): Remove temporary file if replacing the existin...Fabian Keil
2016-11-10Helper function to see if an ed25519 pk is set.Nick Mathewson
2016-11-08Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-08Use va_copy() in pure-windows version of tor_asprintf().Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick 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-03Merge branch 'bug20553_028'Nick Mathewson
2016-11-03Work around a behavior change in openssl's BUF_MEM codeNick Mathewson
2016-11-03Merge branch 'bug20551_028'Nick Mathewson
2016-11-03Use explicit casts to avoid warnings when building with openssl 1.1Nick Mathewson
2016-11-03Merge branch 'feature_15055_v2'Nick Mathewson
2016-11-03Audit use of tor_tls_cert_get_key().Nick Mathewson
2016-11-03Generate our x509 certificates using sha256, not sha1.Nick Mathewson
2016-11-03For testing: add a tor_x509_cert_dup().Nick Mathewson
2016-11-03Increase TLS RSA link key length to 2048 bitsNick Mathewson
2016-11-03Make the current time an argument to x509 cert-checking functionsNick Mathewson
2016-11-03New authentication types to use RFC5705.Nick Mathewson
2016-11-03Check for getpagesize before using it to mmap filesteor
2016-11-02Improve comments in check_private_dir and onion poisoningteor
2016-10-31Merge branch 'maint-0.2.9'Nick Mathewson
2016-10-31Actually clamp the number of detected CPUs to 16.Nick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-27Add implementation of smartlist_add_strdupovercaffeinated
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