aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-gencert.c
Commit message (Expand)AuthorAge
* r14832@catbus: nickm | 2007-08-29 15:00:27 -0400••• Use (and debug) new file-writing functions in order to simplify code that formerly built big strings in RAM. svn:r11301 Nick Mathewson2007-08-29
* r14093@catbus: nickm | 2007-08-08 01:49:54 -0400••• Include fewer redundant headers; use the compiler search paths better. svn:r11060 Nick Mathewson2007-08-08
* r13385@catbus: nickm | 2007-06-13 14:14:47 -0400••• In tor-gencert, write BEGIN SIGNATURE, not BEGIN_SIGNATURE. svn:r10585 Nick Mathewson2007-06-13
* r13239@catbus: nickm | 2007-06-04 11:30:37 -0400••• Fix the fix for bug 445: set umask properly. Also use open+fdopen rather than just umask+fopen, and create authority identity key with mode 400. svn:r10485 Nick Mathewson2007-06-04
* r13191@catbus: nickm | 2007-06-03 19:38:18 -0400••• Set umask(0700) when starting tor-gencert; resolves bug 445. svn:r10475 Nick Mathewson2007-06-03
* r12605@catbus: nickm | 2007-04-30 21:10:48 -0400••• Add an expiry date to key certificates. svn:r10079 Nick Mathewson2007-05-01
* r12596@catbus: nickm | 2007-04-30 18:42:44 -0400••• New tool to generate key certificates as in proposal 103. needs cleanup svn:r10075 Nick Mathewson2007-04-30