aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_messages.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-11-04 22:29:20 +0000
committerlloyd <[email protected]>2014-11-04 22:29:20 +0000
commitc05e81c5d12de651dee8b752a0bd709ffed45785 (patch)
treedce791a33091728314c72af77900768cae46dd8f /src/lib/tls/tls_messages.h
parent757a72a79b31e3a18e2d48f43c7436e0566c75a0 (diff)
Let TLS policy disable putting the timestamp in the hello random fields
Diffstat (limited to 'src/lib/tls/tls_messages.h')
-rw-r--r--src/lib/tls/tls_messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/tls/tls_messages.h b/src/lib/tls/tls_messages.h
index a1634c8ad..3083605e4 100644
--- a/src/lib/tls/tls_messages.h
+++ b/src/lib/tls/tls_messages.h
@@ -29,7 +29,8 @@ namespace TLS {
class Handshake_IO;
-std::vector<byte> make_hello_random(RandomNumberGenerator& rng);
+std::vector<byte> make_hello_random(RandomNumberGenerator& rng,
+ const Policy& policy);
/**
* DTLS Hello Verify Request