Home | History | Annotate | Download | only in tlsdate

Lines Matching full:tlsdate

59 	@rm dbus/org.torproject.tlsdate.conf
65 @rm -f tlsdate-*.tar.gz
67 -rm dbus/org.torproject.tlsdate.conf
71 cert_DATA = ca-roots/tlsdate-ca-roots.conf
81 man_MANS+= man/tlsdate.1
82 man_MANS+= man/tlsdate-helper.1
94 mv tlsdate-$(VERSION).tar.gz ../tlsdate_$(VERSION).orig.tar.gz
97 git tag -u 0x1801A819 -s tlsdate-$(VERSION)
100 git tag -u 0x1801A819 -s tlsdate-$(VERSION)-debian-${DEBIAN_VERSION}
112 lcov --directory src -b . --capture --output-file tlsdate.lcov && genhtml -o lcov/ tlsdate.lcov
115 TESTS_ENVIRONMENT="./libtool --mode=execute valgrind --trace-children=yes --leak-check=full" ./src/tlsdate -v -V -n -H encrypted.google.com
120 # with tlsdate without relying on any system CA list.
125 go run ~/Documents/code/git/extract-nss-root-certs/convert_mozilla_certdata.go ca-roots/certdata.txt > ca-roots/tlsdate-ca-roots.conf
129 ./src/tlsdate-helper google.com 443 tlsv1 racket verbose ca-roots/tlsdate-ca-roots.conf dont-set-clock showtime no-fun holdfast none
138 echo '#define TLSDATE_CERTFILE "$(sysconfdir)/tlsdate/ca-roots/tlsdate-ca-roots.conf"'; \
139 echo '#define TLSDATE_CONF_DIR "$(sysconfdir)/tlsdate/"'; \
140 echo '#define TLSDATE_HELPER "$(bindir)/tlsdate-helper"'; \
141 echo '#define TLSDATE "$(bindir)/tlsdate"'; \