aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-08fix spelling errorJacob Appelbaum
2012-11-07autoconf up the hard coded paths and exec with full path onlyJacob Appelbaum
2012-11-05bump version to 0.0.3; update macros to make this a single line changeJacob Appelbaum
2012-11-05proxy-bio: Fix up buffer length handling logic.Elly Fong-Jones
2012-11-02proxy-bio fixesElly Fong-Jones
2012-11-02update verbose ints locationJacob Appelbaum
2012-11-02Move common functions to util.c and add verb() to proxy codeJacob Appelbaum
2012-11-02add V to verb output as expectedJacob Appelbaum
2012-11-02fix cert verification when proxy is usedJacob Appelbaum
2012-10-31add headers to fix compile for make distcheck (Thanks Sebastian Hahn!)Jacob Appelbaum
2012-10-31retab thingsJacob Appelbaum
2012-10-31Fix warnings in proxy-bio-unittestElly Fong-Jones
2012-10-31Add proxy supportElly Fong-Jones
2012-10-31Add XXX TODO for absolute pathJacob Appelbaum
2012-10-31Stay in loop forever to keep tlsdated running foreverJacob Appelbaum
2012-10-31bin not sbinJacob Appelbaum
2012-10-30retab for sanityJacob Appelbaum
2012-10-30Include configmake.h in tlsdate.hJacob Appelbaum
2012-10-29version bump to 0.2Jacob Appelbaum
2012-10-29please no gods and no magic numbers around hereJacob Appelbaum
2012-10-16fixup commit diffsJacob Appelbaum
2012-10-16Make library installable, plus fix the maintainer-clean to remove dead merge ...Brian Aker
2012-10-16This fixes make -j32 distcleanBrian Aker
2012-10-15Fix for currently known build issues.Brian Aker
2012-10-15Add CA list to /etc/tlsdate/tlsdate-ca-roots.conf; update Makefile targetsJacob Appelbaum
2012-10-06Munge routeup and tlsdated into gnu style.Elly Fong-Jones
2012-10-06Add tlsdate-routeup and tlsdated.Elly Fong-Jones
2012-08-19Fix some issues.A soldier
2012-08-06Merge branch 'master' of git://github.com/ioerror/tlsdateDaniel Borkmann
2012-08-05Wildcard certificate verification per RFC 2595Jacob Appelbaum
2012-08-01fix typo in lib nameJacob Appelbaum
2012-08-01libcompat is too generic; we will call it libtlsdate_compat.laJacob Appelbaum
2012-08-01Merge branch 'master' of git://github.com/ioerror/tlsdateDaniel Borkmann
2012-07-31Add libcompat integrating clocksDavid Goulet
2012-07-31fix branch on uninitialised value; valgrind clean!Jacob Appelbaum
2012-07-31fix memory leaks in check_cnJacob Appelbaum
2012-07-31refactor check_cn to remove memory leaksJacob Appelbaum
2012-07-31Remove minor whitespaceDaniel Borkmann
2012-07-31Merge branch 'master' of git://github.com/ioerror/tlsdateDaniel Borkmann
2012-07-31HOST_NAME_MAX is possible even if not to x509 specJacob Appelbaum
2012-07-31David Goulet has convinced me; stderr is the wayJacob Appelbaum
2012-07-31reformat and clean up code into .h from .cJacob Appelbaum
2012-07-31suggested rename by David GouletJacob Appelbaum
2012-07-30Minor fix in coding conventionDaniel Borkmann
2012-07-30refactor malloc, free allocated memoryDaniel Borkmann
2012-07-30Add iPAddress check per RFC2818Jacob Appelbaum
2012-07-30fixup cn/san check; increase verbosityJacob Appelbaum
2012-07-30properly calculate buffer lengths, foolJacob Appelbaum
2012-07-30use RFC5280 values for ub-common-name-length; less than max host name bytes.....Jacob Appelbaum
2012-07-30do not die if cn match fails; san may match the nameJacob Appelbaum