aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-05-06Add a fallthrough macro.Nick Mathewson
2020-03-18Port rsa_private_key_too_long() to work on OpenSSL 1.1.0.Nick Mathewson
2020-03-17Merge branch 'trove_2020_002_035' into maint-0.3.5Nick Mathewson
2020-03-17Trivial bugfixes found during TROVE investigation.George Kadianakis
2020-03-17Use >= consistently with max_bits.Nick Mathewson
2020-03-17Extract key length check into a new function, and check more fields.Nick Mathewson
2020-03-14Fix memory leak in crypto_pk_asn1_decode_private.Nick Mathewson
2020-03-14Revise TROVE-2020-002 fix to work on older OpenSSL versions.Nick Mathewson
2020-03-13Merge remote-tracking branch 'tor-github/pr/1693/head' into maint-0.3.5Nick Mathewson
2020-02-05When parsing, reject >1024-bit RSA private keys sooner.Nick Mathewson
2020-01-30Merge remote-tracking branch 'tor-github/pr/1614' into maint-0.3.5teor
2020-01-29Change BUG() messages in buf_flush_to_tls() to IF_BUG_ONCE()Nick Mathewson
2020-01-16Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.3.5teor
2019-12-17Correct how we use libseccompPeter Gerber
2019-12-05Merge remote-tracking branch 'tor-github/pr/1277' into maint-0.3.5teor
2019-11-25Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5teor
2019-11-06Do not try to shut down the event loop when it is not initialized.Nick Mathewson
2019-10-04tls: Log TLS read buffer length bugs onceteor
2019-09-23Fix bug when %including folder with comment only files. #31408Daniel Pinto
2019-09-17Merge remote-tracking branch 'tor-github/pr/1307' into maint-0.3.5Nick Mathewson
2019-09-10fp.c: Suppress float-conversion warnings on FreeBSD.Nick Mathewson
2019-09-09build: The <sys/sysctl.h> is now deprecated on LinuxDavid Goulet
2019-09-04backtrace: Check the return values of snprintf() and strncpy()teor
2019-08-30torerr: Try harder to flush raw assert messages before process terminationteor
2019-08-30torerr: Log the Tor backtrace version when a raw assertion failsteor
2019-08-30backtrace: Log the Tor backtrace version whenever we log a backtraceteor
2019-08-30backtrace: Always set a backtrace Tor versionteor
2019-08-12Merge remote-tracking branch 'tor-github/pr/952' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/951' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/911' into maint-0.3.5teor
2019-08-09Merge remote-tracking branch 'tor-github/pr/1054' into maint-0.3.5teor
2019-08-09Merge remote-tracking branch 'tor-github/pr/920' into maint-0.3.5teor
2019-08-09Merge remote-tracking branch 'tor-github/pr/763' into maint-0.3.5teor
2019-08-08Merge branch 'ticket31374_029' into ticket31374_035Nick Mathewson
2019-05-29Merge branch 'ticket30561_029' into ticket30561_035Nick Mathewson
2019-04-17Do not warn about compatible OpenSSL upgradesBernhard M. Wiedemann
2019-04-15Use a tor_abort_() wrapper in our util_bug.h macrosNick Mathewson
2019-04-06NSS: disable TLS1.2 SHA-384 ciphersuites.Nick Mathewson
2019-04-06NSS: Log an error message when SSL_ExportKeyingMaterial() failsNick Mathewson
2019-04-04Merge branch 'bug30021_029' into bug30021_035Nick Mathewson
2019-03-08Merge remote-tracking branch 'bug28525_029' into maint-0.3.5teor
2019-02-14Merge branch 'tor-github/pr/689' into maint-0.3.5George Kadianakis
2019-02-13Merge branch 'tor-github/pr/650' into maint-0.3.5David Goulet
2019-02-08Add more openssl includes to fix no-deprecated compilationNick Mathewson
2019-02-08Fix compilation when openssl is compiled without engine support.Nick Mathewson
2019-01-23Capture more BUG warnings in util/time testNick Mathewson
2019-01-22Merge branch 'bug29042_035' into maint-0.3.5Nick Mathewson
2019-01-16Update and fix a couple of comments in meminfo.cKris Katterjohn
2019-01-16Use HW_PHYSMEM instead of HW_USERMEM in get_total_system_memory_implKris Katterjohn
2019-01-16Log more messages when failing to decode RSA keysNick Mathewson