index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
tor-gencert.c
Age
Commit message (
Expand
)
Author
2018-07-11
Extract and rename crypto_log_errors().
Nick Mathewson
2018-07-11
Move the initialization and cleanup parts of crypto.c
Nick Mathewson
2018-07-10
Rename torlog.[ch] to log.[ch]
Nick Mathewson
2018-07-10
Rename util_malloc to malloc.
Nick Mathewson
2018-07-10
Remove all users of addr_port_lookup outside of address.c
Nick Mathewson
2018-07-10
Refactor ipv[46].[ch]
Nick Mathewson
2018-06-29
Stop using util.h and compat.h in src/tools
Nick Mathewson
2018-06-29
Remove read_all and write_all
Nick Mathewson
2018-06-27
Move util_format into a new libtor-encoding library
Nick Mathewson
2018-06-27
rectify include paths (automatic) for address.h
Nick Mathewson
2018-06-22
Automated fixup of include paths after torlog.h movement.
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Remove all use of the assert.h header
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-05-08
Add crypto_log_errors() to crypto_util.[ch]
Fernando Fernandez Mancera
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-03-26
Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge
Nick Mathewson
2018-02-20
Remove a bunch of other redundant #includes
Nick Mathewson
2018-02-03
Include crypto_digest.h in order to solve dependency issues.
Fernando Fernandez Mancera
2017-09-17
Fix memory leak in tor-gencert.c
Nick Mathewson
2017-09-12
Fix warnings about passing uninitialized buffers into functions
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-11-03
Merge branch 'bug20553_028'
Nick Mathewson
2016-11-03
Work around a behavior change in openssl's BUF_MEM code
Nick Mathewson
2016-06-14
use new-form macros to disable -Wredundant-decls
Nick Mathewson
2016-06-14
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-14
Suppress the Wredundant-decls warning in another set of openssl headers
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-03-28
Fix a memory leak in tor-gencert.
Nick Mathewson
2016-02-12
Handle the case where tor-gencert gets a passphrase with no NL
Nick Mathewson
2015-07-31
Move formatting functions around.
Nick Mathewson
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
Nick Mathewson
2015-05-05
Fix a harmless memory leak in tor-gencert
Nick Mathewson
2015-04-23
Use a custom Base64 encoder with more control over the output format.
Yawning Angel
2015-03-14
Remove relative paths to header files.
cypherpunks
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-10
Remember log messages that happen before logs are configured
Nick Mathewson
2014-08-21
Check for duplicate arguments to tor-gencert
Nick Mathewson
2014-04-19
scan-build: close stdio FILEs on error in tor-gencert
Nick Mathewson
2014-04-07
Fix some harmless/untriggerable memory leaks found by coverity
Nick Mathewson
2013-12-12
Make tor-gencert create 2048 bit signing keys.
Linus Nordberg
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-02-01
fix wide lines from tor_log rename
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-11-08
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-11-08
Add and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson
[next]