tlsdate
tlsdate copied to clipboard
secure parasitic rdate replacement
I am trying to build on [Artix GNU/Linux](http://artixlinux.org/) (rolling release, so software is pretty much up to date) for x86_64 architecture the latest git checkout as well as release 0.0.13....
``` src/tlsdate-helper.c: In function ‘run_ssl’: src/tlsdate-helper.c:1139:5: warning: implicit declaration of function ‘SSLv3_client_method’ [-Wimplicit-function-declaration] ctx = SSL_CTX_new(SSLv3_client_method()); ^ src/tlsdate-helper.c:1139:23: warning: passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a...
Title says it. ``` make make all-am make[1]: Entering directory '/home/user/Github/tlsdate' CC src/tlsdate_helper-tlsdate-helper.o src/tlsdate-helper.c: In function ‘openssl_time_callback’: src/tlsdate-helper.c:377:11: error: dereferencing pointer to incomplete type ‘SSL’ {aka ‘const struct ssl_st’} (ssl->state...
Hi guys, I now live in a country when google was banned. (china) could you please list some tlsdate servers online?
because there is no tlsdate package in repo, tried compile but gives error used 0.13-debian-1 ``` ./autogen.sh ./configure make make install ``` ` CC src/src_tlsdate_helper-util.o src/proxy-bio.c: In function ‘proxy_new’: src/proxy-bio.c:53:4:...
See the question on topic.
tlsdate -n -s -H SEREVER.FQDN.HERE -p 443 -v -V Time is correct: www.google.com Time is TERRIBLE: mail.riseup.net (UTC 1941!?) www.torproject.org (UTC 2029!) www.nsa.gov When I visit these websites using a...
This is based on a patch I found here: https://github.com/jameshilliard/buildroot/blob/master/package/tlsdate/tlsdate-0020-openssl-ipv6.patch originally authored by Avery Pennarun ([email protected]). Here's the original commit message: ---- openssl's BIO_s_connect methods support IPv4 only. Use BIO_s_fd...
I've just added a few lines to allow selection of the TLS1.1 and TLS1.2 CTX methods, and updated the --help.
POSIX has uses nobody:nobody user/group mapping for dropped privileges. Compiling tlsdate on POSIX systems which use this does not inherit this and it becomes unusable until this is fixed up....