aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-gencert.c
AgeCommit message (Expand)Author
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-26Merge branch 'bug24658-rm-curve25519-header' into bug24658-mergeNick Mathewson
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-03Include crypto_digest.h in order to solve dependency issues.Fernando Fernandez Mancera
2017-09-17Fix memory leak in tor-gencert.cNick Mathewson
2017-09-12Fix warnings about passing uninitialized buffers into functionsNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-03Merge branch 'bug20553_028'Nick Mathewson
2016-11-03Work around a behavior change in openssl's BUF_MEM codeNick Mathewson
2016-06-14use new-form macros to disable -Wredundant-declsNick Mathewson
2016-06-14Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-14Suppress the Wredundant-decls warning in another set of openssl headersNick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-03-28Fix a memory leak in tor-gencert.Nick Mathewson
2016-02-12Handle the case where tor-gencert gets a passphrase with no NLNick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-05-20Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson
2015-05-20Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson
2015-05-05Fix a harmless memory leak in tor-gencertNick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-03-14Remove relative paths to header files.cypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-10Remember log messages that happen before logs are configuredNick Mathewson
2014-08-21Check for duplicate arguments to tor-gencertNick Mathewson
2014-04-19scan-build: close stdio FILEs on error in tor-gencertNick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2013-12-12Make tor-gencert create 2048 bit signing keys.Linus Nordberg
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-02-01fix wide lines from tor_log renameNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-07-16Coverity 709056: Check return value on fputs in tor-gencertNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-07Apply a patch from Gisle Vanem to make tor-gencert build under MSVCNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-25tor-gencert: Fix a minor formatting issue in an error message (re: #4574)Peter Palfrader
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-07-19Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-05-20clean up whitespace in src/toolsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-09-29Make tor-gencert build on AndroidNick Mathewson
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas