You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
559 B

config BR2_PACKAGE_TLSDATE
bool "tlsdate"
depends on BR2_PACKAGE_LIBEVENT
depends on BR2_PACKAGE_OPENSSL
help
tlsdate: secure parasitic rdate replacement
tlsdate sets the local clock by securely connecting with TLS to remote
servers and extracting the remote time out of the secure handshake. Unlike
ntpdate, tlsdate uses TCP, for instance connecting to a remote HTTPS or TLS
enabled service, and provides some protection against adversaries that try to
feed you malicious time information.
https://github.com/ioerror/tlsdate