diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-11-18 17:10:18 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-11-18 17:10:18 -0500 |
commit | fc4227379bf5df9426c40ff08c59b803261d646c (patch) | |
tree | 1debc7b07452c62a58f0f08c29375eb4511f93f9 /docs | |
parent | cf238352d3f9b6bc20bc0f1bdd6e22955a382fad (diff) | |
download | libnice-fc4227379bf5df9426c40ff08c59b803261d646c.tar.gz |
Remove openssl dependency by adding a random number generator implementation into libstun
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design.txt | 6 |
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. |