/external/tlsdate/ |
Android.mk | 32 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 \
|
TLSDATEPOOL | 4 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
|
Makefile.android | 38 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
|
LICENSE | 1 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
|
NOTICE | 1 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
|
TODO | 2 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
|
HARDENING | 47 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
|
config.h | 157 #define HTTPS_USER_AGENT "TLSDate/0.0.13" 164 #define PACKAGE "tlsdate" 170 #define PACKAGE_NAME "tlsdate" 173 #define PACKAGE_STRING "tlsdate 0.0.13" 176 #define PACKAGE_TARNAME "tlsdate" 248 #define UNPRIV_GROUP "tlsdate" 251 #define UNPRIV_USER "tlsdate"
|
/external/autotest/client/site_tests/platform_TLSDate/ |
platform_TLSDate.py | 10 class TLSDate: 12 A single tlsdate invocation. Takes care of setting up a temporary cachedir 17 self._testdir = tempfile.mkdtemp(suffix='tlsdate') 23 self._tlsdate_uid = pwd.getpwnam('tlsdate').pw_uid 25 # Let the tlsdate user (tlsdate) write. 34 # Make sure the tlsdate user can access the files 104 t = TLSDate(self) 116 t = TLSDate(self) 119 self.require_output(t, 'tlsdate timed out' [all...] |
/external/tlsdate/src/ |
include.am | 14 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-helpe [all...] |
tlsdate.c | 6 This file contains the license for tlsdate, 9 It also lists the licenses for other components used by tlsdate. 11 For more information about tlsdate, see https://github.com/ioerror/tlsdate 17 tlsdate is distributed under this license: 50 If you got tlsdate as a static binary with OpenSSL included, then you should 60 * \file tlsdate.c 65 * tlsdate is a tool for setting the system clock by hand or by communication 68 * whichever CA racket you believe is trustworthy. By default, tlsdate trusts 78 #include "src/tlsdate.h [all...] |
tlsdate.h | 6 * \file tlsdate.h 35 #define DEFAULT_TLSDATE TLSDATE 90 /** The current version of tlsdate. */ 188 int running; /* tlsdate itself */ 199 int tlsdate (struct state *state);
|
tlsdated-unittest.c | 11 #include "src/tlsdate.h" 118 FIXTURE (tlsdate) 125 FIXTURE_SETUP (tlsdate) 143 FIXTURE_TEARDOWN (tlsdate) 170 runner (FIXTURE_DATA (tlsdate) *self, time_t *newtime) 187 TEST_F (tlsdate, runner_multi) 238 TEST_F (tlsdate, rotate_hosts) 278 TEST_F (tlsdate, proxy_override)
|
/external/tlsdate/src/test/ |
proxy-override.c | 1 /* This test is called in lieu of tlsdate by tlsdated 13 /* Unsigned int to match what tlsdate -Vraw returns, not time_t */
|
emit.c | 12 /* Unsigned int to match what tlsdate -Vraw returns, not time_t */
|
check-host-1.c | 3 * is invoked by tlsdated instead of tlsdate.
|
check-host-2.c | 3 * is invoked by tlsdated instead of tlsdate.
|
/external/tlsdate/dbus/ |
org.torproject.tlsdate.xml | 6 <interface name="org.torproject.tlsdate"> 11 dbus-send --print-reply --system --dest=org.torproject.tlsdate --type=method_call \ 12 /org/torproject/tlsdate org.torproject.tlsdate.SetTime int64:12345678
|
/external/tlsdate/init/ |
tlsdated.rc | 6 service tlsdated /system/bin/tlsdated -c /data/misc/tlsdated -G dbus,inet -- /system/bin/tlsdate -C /system/etc/security/cacerts -l
|
/external/autotest/client/site_tests/platform_TLSDateActual/ |
platform_TLSDateActual.py | 142 def tlsdate(self, host, proxy): member in class:platform_TLSDateActual 143 args = ['/usr/bin/tlsdate', '-v', '-l', '-H', host] 154 r = self.tlsdate('clients3.google.com', None) 156 raise error.TestFail('tlsdate with no proxy to good host failed: %d' % r) 157 r = self.tlsdate('clients3.google.com', 'socks5://127.0.0.1:8083') 159 raise error.TestFail('tlsdate with proxy to good host failed: %d' % r) 160 r = self.tlsdate('invalid-host.example.com', None) 162 raise error.TestFail('tlsdate with no proxy to bad host succeeded') 163 r = self.tlsdate('invalid-host.example.com', 'socks5://127.0.0.1:8083') 165 raise error.TestFail('tlsdate with proxy to bad host succeeded' [all...] |
/external/tlsdate/src/events/ |
sigchld.c | 17 #include "src/tlsdate.h" 51 verb ("[event:%s] tlsdate reaped => " 63 /* Rerun a failed tlsdate */ 66 /* If there is no resolver, call tlsdate directly. */ 72 /* Run tlsdate even if the resolver doesn't come back. */ 74 /* Schedule the resolver. This is always done after tlsdate in case there
|
sigterm.c | 16 #include "src/tlsdate.h"
|
kickoff_time_sync.c | 23 #include "src/tlsdate.h" 144 /* Don't bother re-triggering tlsdate */ 155 verb_debug ("[event:%s] called while tlsdate is pending", __func__); 164 * tlsdate event is waiting in the wings if the resolver is too slow. Even
|
/external/tlsdate/man/ |
tlsdate.1 | 4 .TH TLSDATE 1 "OCTOBER 2012" Linux "User Manuals" 6 tlsdate \- secure parasitic rdate replacement 8 .B tlsdate [\-hnvVstlw] [\-H [hostname]] [\-p [port]] [\-P [sslv23|sslv3|tlsv1]] \ 11 .B tlsdate 15 whichever CA racket you believe is trustworthy. By default, tlsdate trusts your 63 lack of a local RTC; we assume that tlsdate is recompiled yearly and that all 87 .B tlsdate(1) 92 .B tlsdate(1), 93 .B tlsdate-helper(1),
|
tlsdated.conf.5 | 30 How many times to try running the tlsdate subprocess. 73 .B tlsdate(1), 74 .B tlsdate-helper(1),
|