Home
last modified time | relevance | path

Searched refs:tlsdate (Results 1 – 25 of 33) sorted by relevance

12

/external/tlsdate/
DINSTALL1 tlsdate should build and work on the following Operating Systems:
21 tlsdate should build and might even work on the following Operating Systems:
27 Please file a bug or email the tlsdate team if you have successfully built or
28 use tlsdate on a platform that is not listed. We are specifically looking for
29 ports of tlsdate or for tlsdate integration on the following Operating Systems:
44 Building and install of tlsdate on GNU/Linux and FreeBSD:
57 apt-get install tlsdate
59 On other versions of Debian GNU/Linux and with Debian backports, tlsdate may be
62 apt-get install tlsdate
65 It will notice network changes and regularly invoke tlsdate to keep the clock
[all …]
DMakefile.am59 @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
[all …]
Dapparmor-profile2 # AppArmor tlsdate profile for Debian GNU/Linux
11 /usr/bin/tlsdate {
42 # Allow reading of /etc/tlsdate/
43 /etc/tlsdate/*/** r,
63 # We'll allow tlsdate to write a new root to chroot into
67 # We'll allow tlsdate to exec tlsdate-helper
68 /usr/bin/tlsdate-helper ixm,
69 /usr/bin/tlsdate ixm,
72 /usr/bin/tlsdate-helper {
103 # Allow reading of /etc/tlsdate/
[all …]
DREADME1 tlsdate: secure parasitic rdate replacement
3 tlsdate sets the local clock by securely connecting with TLS to remote
5 ntpdate, tlsdate uses TCP, for instance connecting to a remote HTTPS or TLS
11 invoke tlsdate to keep the clock in sync. Start it like so:
13 /etc/init.d/tlsdate start
18 % tlsdate -V -n -H encrypted.google.com
25 % sudo tlsdate -V
31 % sudo tlsdate --skip-verification -p 80 -H rgnx.net
36 % sudo tlsdate -V -l -t
41 tlsdate may also be used to fetch time by processing the HTTP Date headers of
[all …]
DCHANGELOG11 (This closes: https://github.com/ioerror/tlsdate/issues/144 )
32 Add FreeBSD (9.2 & 11-CURRENT) support for tlsdate and
33 tlsdate-helper. (Fabian Keil).
35 tlsdate will now abort if time fetch has a long delay (Avery Pennarun).
36 Updates for tlsdate related systemd service (Holger Levsen).
42 Update tlsdate HTTPS user-agent to reflect proper version number
44 Add tentative -plan9.[ch] versions of tlsdate-helper.
47 Fix a race in tlsdate-dbus-announce that can cause signal drops.
49 Pass -l and -v arguments from tlsdated to tlsdate.
51 Add FreeBSD support for tlsdate and tlsdate-helper.
[all …]
DHACKING.md6 git clone https://github.com/ioerror/tlsdate.git
8 Please file bugs on the tlsdate issue tracker:
10 https://github.com/ioerror/tlsdate/issues
16 …tatus](https://secure.travis-ci.org/ioerror/tlsdate.png?branch=master)](http://travis-ci.org/ioerr…
20 https://jenkins.torproject.org/job/tlsdate-ci-linux/
21 https://travis-ci.org/ioerror/tlsdate
41 Test your improved copy of tlsdate extensively
45 tlsdate is security sensitive - please consider where you add code and in
51 Run your copy of tlsdate under valgrind
53 Weird but meaningful conventions are prefered in tlsdate. We prefer attention
DMakefile.android38 all: $(OPENSSL_ANDROID)/libs/armeabi/libcrypto.so tlsdate-build
63 tlsdate-build: configure
66 tlsdate-clean:
69 tlsdate-distclean:
73 clean: openssl-clean tlsdate-clean
74 distclean: openssl-distclean tlsdate-distclean
76 .PHONY: clean openssl-clean tlsdate-clean
D.gitignore25 src/tlsdate-helper.o
26 src/tlsdate-helper
27 src/tlsdate.o
28 src/tlsdate
34 src/tlsdate-routeup
DAndroid.mk32 src/tlsdate-monitor.c \
33 src/tlsdate-setter.c \
48 LOCAL_MODULE := tlsdate
49 LOCAL_SRC_FILES := src/tlsdate.c
55 LOCAL_MODULE := tlsdate-helper
60 src/tlsdate-helper.c \
DLICENSE1 This file contains the license for tlsdate,
4 It also lists the licenses for other components used by tlsdate.
6 For more information about tlsdate, see https://github.com/ioerror/tlsdate
12 tlsdate is distributed under this license:
45 If you got tlsdate as a static binary with OpenSSL included, then you should
DNOTICE1 This file contains the license for tlsdate,
4 It also lists the licenses for other components used by tlsdate.
6 For more information about tlsdate, see https://github.com/ioerror/tlsdate
12 tlsdate is distributed under this license:
45 If you got tlsdate as a static binary with OpenSSL included, then you should
Dmkfile3 #src/tlsdate: src/tlsdate.c
7 …$CC -I. ./src/util-plan9.c ./src/proxy-bio-plan9.c ./src/tlsdate-helper-plan9.c /$objtype/lib/ape…
Devents.dot43 sync -> get_proxy -> {proxy_ok, proxy_failed, proxy_timed_out} -> tlsdate;
44 tlsdate -> tlsdate_ok -> save;
45 tlsdate -> tlsdate_fail;
46 tlsdate_fail -> tlsdate [label="retry",style=dotted];
DTLSDATEPOOL4 tlsdate has only the wild internet's pool of TLS/SSL machines.
14 The genepool list will first be a text file included with tlsdate and tlsdate
27 genepool.tlsdate.net should return random entries from the genepool list. It
DTODO2 Here is a nice list of things to do to improve tlsdate:
17 21) Integrate Chrome's CRL list into tlsdate
37 49) Add seccomp tlsdate and tlsdate-helper
DHARDENING47 We'd like to have an SELinux policy specifically for tlsdate.
55 tlsdate-seccomp-amd64.policy
56 tlsdate-seccomp-arm.policy
57 tlsdate-seccomp-x86.policy
/external/tlsdate/src/
Dinclude.am14 bin_PROGRAMS+= src/tlsdate
15 bin_PROGRAMS+= src/tlsdate-helper
35 bin_PROGRAMS+= src/tlsdate
36 bin_PROGRAMS+= src/tlsdate-helper
45 bin_PROGRAMS+= src/tlsdate
46 bin_PROGRAMS+= src/tlsdate-helper
55 bin_PROGRAMS+= src/tlsdate
56 bin_PROGRAMS+= src/tlsdate-helper
74 bin_PROGRAMS+= src/tlsdate
75 bin_PROGRAMS+= src/tlsdate-helper
[all …]
Dtlsdated-unittest.c118 FIXTURE (tlsdate) in FIXTURE() argument
125 FIXTURE_SETUP (tlsdate) in FIXTURE_SETUP() argument
143 FIXTURE_TEARDOWN (tlsdate) in FIXTURE_TEARDOWN() argument
170 runner (FIXTURE_DATA (tlsdate) *self, time_t *newtime) in runner()
187 TEST_F (tlsdate, runner_multi) in TEST_F() argument
238 TEST_F (tlsdate, rotate_hosts) in TEST_F() argument
278 TEST_F (tlsdate, proxy_override) in TEST_F() argument
/external/autotest/client/site_tests/platform_TLSDate/
Dcontrol8 Tests features of the tlsdate{,d} tools.
11 PURPOSE = "Regression and integration tests of tlsdate{,d}."
13 Fail if any of the tlsdate{,d} features fail.
/external/autotest/client/site_tests/platform_TLSDateActual/
Dcontrol8 Tests that tlsdate actually can connect to our time host, fetch and set time.
11 PURPOSE = "Real-world integration test for tlsdate"
13 Fail if tlsdate fails to actually work.
Dplatform_TLSDateActual.py142 def tlsdate(self, host, proxy): member in platform_TLSDateActual
154 r = self.tlsdate('clients3.google.com', None)
157 r = self.tlsdate('clients3.google.com', 'socks5://127.0.0.1:8083')
160 r = self.tlsdate('invalid-host.example.com', None)
163 r = self.tlsdate('invalid-host.example.com', 'socks5://127.0.0.1:8083')
/external/tlsdate/init/
Dtlsdated-cros.conf20 exec tlsdated -v -- /usr/bin/tlsdate -v -C "$GOOGLE_CERTS" -l \
21 2>&1 | logger -t tlsdate
/external/autotest/client/site_tests/platform_AccurateTime/
Dplatform_AccurateTime.py27 def tlsdate(self): member in platform_AccurateTime
37 out = self.tlsdate()
/external/autotest/client/site_tests/security_AccountsBaseline/
Dbaseline.group53 tlsdate-dbus:!:233:
54 tlsdate:!:234:
/external/tlsdate/tests/
DREADME1 Integration tests for tlsdate/tlsdated.

12