summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-18 17:10:18 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-18 17:10:18 -0500
commitfc4227379bf5df9426c40ff08c59b803261d646c (patch)
tree1debc7b07452c62a58f0f08c29375eb4511f93f9 /docs
parentcf238352d3f9b6bc20bc0f1bdd6e22955a382fad (diff)
downloadlibnice-fc4227379bf5df9426c40ff08c59b803261d646c.tar.gz
Remove openssl dependency by adding a random number generator implementation into libstun
Diffstat (limited to 'docs')
-rw-r--r--docs/design.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/design.txt b/docs/design.txt
index aba4d1c..4f43724 100644
--- a/docs/design.txt
+++ b/docs/design.txt
@@ -212,7 +212,5 @@ format, STUN messages are stored in wire format within the buffers.
There is no intermediary translation, so the APIs can operate directly
with data received from or sent to the network.
-[1] With two exceptions: creating a new message might require locking
-to ensure uniqueness; and OpenSSL which is used for cryptographic
-hashing and random number generation might access the system entropy
-pool, use threading synchronization...
+[1] With one exception: The random number generated might access the
+system entropy pool (/dev/urandom) if available.