b388cf7a7e
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. WWW: https://github.com/ioerror/tlsdate PR: ports/187033 Submitted by: Fabian Keil <fk@fabiankeil.de>
7 lines
378 B
Text
7 lines
378 B
Text
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.
|
|
|
|
WWW: https://github.com/ioerror/tlsdate
|